GNOME Bugzilla – Bug 353918
Crash when trying to enter a new contact
Last modified: 2013-09-13 00:52:45 UTC
I try and enter a new contact by clicking on new -> contact, and when I click in the first field, I get a crash. Backtrace: (gdb) bt
+ Trace 71384
This appears to be caused by this line in sensitize_address_field() returning NULL: label = glade_xml_get_widget (editor->gui, widget_name); This label is then passed into gtk_widget_set_sensitive (label, enabled); which asserts non-null widget.
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report. Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 350411 ***