https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6172
--- Comment #5 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2011-08-02 09:29:19 MDT ---
This is the crash... I need to recompile with debugging symbols for more
detail. The gtk_label_new() is only used in the follow code for the "Find
text:" button, but the backtrace shows it going through add_byte_views and
add_byte_tab first, so that's in the main GUI...
Program received signal SIGBUS, Bus error.
[Switching to Thread 8098041c0 (LWP 100261)]
0x00000008047ac7ca in gtk_label_new () from /usr/local/lib/libgtk-x11-2.0.so.0
(gdb) bt
#0 0x00000008047ac7ca in gtk_label_new ()
from /usr/local/lib/libgtk-x11-2.0.so.0
#1 0x0000000000466d79 in add_byte_tab ()
#2 0x0000000000467144 in add_byte_views ()
#3 0x0000000000467093 in add_main_byte_views ()
#4 0x000000000045a8a4 in main_cf_cb_packet_selected ()
#5 0x000000000045aa7f in main_cf_callback ()
#6 0x000000000043d293 in cf_callback_invoke ()
#7 0x0000000000442e80 in cf_select_packet ()
#8 0x000000000047354a in new_packet_list_select_cb ()
#9 0x000000080517117f in g_closure_invoke ()
from /usr/local/lib/libgobject-2.0.so.0
#10 0x0000000805188151 in g_signal_handlers_block_matched ()
from /usr/local/lib/libgobject-2.0.so.0
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.