Wireshark-bugs: [Wireshark-bugs] [Bug 7698] Segfault when clicking Cancel button on the FlowGrap

Date: Wed, 5 Sep 2012 05:50:21 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7698

Evan Huus <eapache@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eapache@xxxxxxxxx

--- Comment #1 from Evan Huus <eapache@xxxxxxxxx> 2012-09-05 05:50:21 PDT ---
It looks like GTK is calling [email protected]:138
before calling on_destroy@graph_analysis.c:169. Since the latter
references memory free()ed by the former, we're getting a segfault
sometimes. Not sure what the appropriate fix is - glib doesn't seem to
have a way to explicitly order signal deliveries?

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