[Wireshark-bugs] [Bug 12580] (Qt5) after obtaining a packet trace, crashes when quitting or starting new trace

2016-08-25 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12580 Peter Wu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Wireshark-bugs] [Bug 12580] (Qt5) after obtaining a packet trace, crashes when quitting or starting new trace

2016-07-26 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12580 --- Comment #6 from Matt Day --- (In reply to Gerald Combs from comment #5) > @Matt can you try the change in https://code.wireshark.org/review/#/c/16062/ > ? I've tried this patch, and yes, it fixes the problem.

[Wireshark-bugs] [Bug 12580] (Qt5) after obtaining a packet trace, crashes when quitting or starting new trace

2016-07-03 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12580 --- Comment #5 from Gerald Combs --- @Matt can you try the change in https://code.wireshark.org/review/#/c/16062/ ? -- You are receiving this mail because: You are watching all bug changes.

[Wireshark-bugs] [Bug 12580] (Qt5) after obtaining a packet trace, crashes when quitting or starting new trace

2016-07-03 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12580 Alexis La Goutte changed: What|Removed |Added CC|

[Wireshark-bugs] [Bug 12580] (Qt5) after obtaining a packet trace, crashes when quitting or starting new trace

2016-07-02 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12580 --- Comment #3 from Matt Day --- Created attachment 14699 --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=14699=edit a patch that stops the crash from happening -- You are receiving this mail because: You

[Wireshark-bugs] [Bug 12580] (Qt5) after obtaining a packet trace, crashes when quitting or starting new trace

2016-07-02 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12580 --- Comment #2 from Matt Day --- Yeah, the crash stops happening after amending PacketList::selectionChanged() to avoid calling QTreeView::selectionChanged() when `selected` is empty. I haven't had enough experience

[Wireshark-bugs] [Bug 12580] (Qt5) after obtaining a packet trace, crashes when quitting or starting new trace

2016-07-02 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12580 --- Comment #1 from Matt Day --- To investigate further, I built the same Wireshark 2.0.4 source (as obtained via Homebrew) locally with Qt 5, and added some debugging prints. What's happening is: *