After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 332319 - dismissing a warning may lead to a crash
dismissing a warning may lead to a crash
Status: RESOLVED DUPLICATE of bug 329356
Product: evolution
Classification: Applications
Component: Contacts
2.6.x (obsolete)
Other Linux
: High critical
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-02-23 12:56 UTC by Karsten Bräckelmann
Modified: 2013-09-13 00:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Karsten Bräckelmann 2006-02-23 12:56:50 UTC
While getting some details for bug 332318, I selected the contents of the Birthday field for copy-n-pasting.

When switching focus from Evo to another app, bug 332318 strikes again, and I get a small warning dialog:

 Invalid Date Value

Clicking the "OK" button make that dialog disappear. However, when switching focus (see above) I get the very same dialog again. Unselecting the date does not help either. After dismising the dialog, the date is selected again.

So I am stuck in a a loop, as I did not intend to care about changing the date value, before finish writing the other bug.

After some iterations and a couple of "shut the fuck up" warning dialog dismisses, Evo crashed. Yay.

Seems to be reproducible.

Evolution 2.5.91, GNOME 2.13.91+
Including the crashing top-most thread only.


Backtrace was generated from '/opt/gnome-2.13/bin/evolution-2.6'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1230211392 (LWP 11533)]
[New Thread -1287652432 (LWP 11550)]
[Thread debugging using libthread_db enabled]
[New Thread -1230211392 (LWP 11533)]
[New Thread -1287652432 (LWP 11550)]
[New Thread -1277719632 (LWP 11547)]
[New Thread -1269326928 (LWP 11542)]
[New Thread -1269060688 (LWP 11540)]
[New Thread -1260119120 (LWP 11539)]
[New Thread -1251677264 (LWP 11537)]
[New Thread -1243284560 (LWP 11536)]
[New Thread -1234891856 (LWP 11535)]
[Thread debugging using libthread_db enabled]
[New Thread -1230211392 (LWP 11533)]
[New Thread -1287652432 (LWP 11550)]
0xffffe410 in ?? ()
  • #0 ??
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #5 libgnomeui_segv_handle
    at gnome-ui-init.c line 792
  • #6 <signal handler called>
  • #7 IA__g_logv
  • #8 IA__g_log
  • #9 IA__g_assert_warning
    at gmessages.c line 552
  • #10 gtk_text_view_start_selection_drag
    at gtktextview.c line 5687
  • #11 gtk_text_view_button_press_event
    at gtktextview.c line 3993
  • #12 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #13 g_type_class_meta_marshal
    at gclosure.c line 567
  • #14 IA__g_closure_invoke
    at gclosure.c line 490
  • #15 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #16 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #17 IA__g_signal_emit
    at gsignal.c line 2241
  • #18 gtk_widget_event_internal
    at gtkwidget.c line 3735
  • #19 IA__gtk_propagate_event
    at gtkmain.c line 2175
  • #20 IA__gtk_main_do_event
    at gtkmain.c line 1412
  • #21 gdk_event_dispatch
    at gdkevents-x11.c line 2291
  • #22 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #23 g_main_context_iterate
    at gmain.c line 2547
  • #24 IA__g_main_loop_run
    at gmain.c line 2751
  • #25 bonobo_main
    at bonobo-main.c line 312
  • #26 main
    at main.c line 603

Comment 1 Karsten Bräckelmann 2006-02-23 13:00:50 UTC
Doh! Actually, seems to be a duplicate.


*** This bug has been marked as a duplicate of 329356 ***