Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6172] Crash in "Follow TCP Stream"

Date: Tue, 2 Aug 2011 08:36:34 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6172

--- Comment #6 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2011-08-02 09:36:34 MDT ---
In case I get interrupted before fixing this...

(gdb) bt
#0  0x00000008047b17ca in gtk_label_new ()
   from /usr/local/lib/libgtk-x11-2.0.so.0
#1  0x0000000000466fb9 in add_byte_tab (byte_nb=0x80e0b3150, 
    name=0x696c412d7065654b <Error reading address 0x696c412d7065654b: Bad
address>, tvb=0xd481a691100b86, tree=0x800799000, tree_view=0x80e0c43e0)
    at main_proto_draw.c:694
#2  0x0000000000467384 in add_byte_views (edt=0x80e137240, 
    tree_view=0x80e0c43e0, byte_nb_ptr=0x80e0b3150) at main_proto_draw.c:763
#3  0x00000000004672d3 in add_main_byte_views (edt=0x80e137240)
    at main_proto_draw.c:741
#4  0x000000000045aae4 in main_cf_cb_packet_selected (data=0x73b8c0)
    at main.c:1654
#5  0x000000000045acbf in main_cf_callback (event=4, data=0x73b8c0, 
    user_data=0x0) at main.c:1713

Line 694 of main_proto_draw.c is:

    label = gtk_label_new(name);

Which is in the add_byte_tab() function.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.