http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1548
------- Comment #3 from stephentfisher@xxxxxxxxx 2007-05-07 21:35 GMT -------
After setting the environment variable G_DEBUG to fatal_criticals, I was able
to get a core dump that shows the problem in frame #6 with a
g_object_get_data() call (what we #define OBJECT_GET_DATA to in GTK 2.x) and is
coming from line 1837 of the properties_cb function in gtk/prefs_dlg.c:
/* Get the module for this page. */
page_module = OBJECT_GET_DATA(frame, E_PAGE_MODULE_KEY);
This problem *may* have been introduced with the last changed to prefs_dlg.c -
SVN revision 21065 - but I'm not sure at this point.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.