Wireshark-bugs: [Wireshark-bugs] [Bug 7771] Selecting a TCP Stream Graph causes Wireshark to cra
Date: Sat, 29 Sep 2012 20:29:47 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7771

--- Comment #1 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2012-09-29 20:29:47 PDT ---
Reproduced with SVN 45213 on Windows 7 64-bit.  From the call stack, which
follows below, it *looks* to me like an infinite loop in graph_pixmap_draw()
due to the 'for' loop never terminating because e->type is never equal to
ELMT_NONE.

Call stack:

>	wireshark.exe!graph_pixmap_draw(graph * g)  Line 2219 + 0x10 bytes	C
     wireshark.exe!graph_display(graph * g)  Line 2169    C
     wireshark.exe!graph_init_sequence(graph * g)  Line 1714    C
     wireshark.exe!tcp_graph_cb(_GtkAction * action, void * user_data)  Line
656    C
     libgobject-2.0-0.dll!0000000068ae5b99()     
     [Frames below may be incorrect and/or missing, no symbols loaded for
libgobject-2.0-0.dll]    
        ...

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