Bug 894013
| Summary: | [abrt] wireshark-gnome-1.8.4-1.fc18: tree_view_selection_changed_cb: Process /usr/sbin/wireshark was killed by signal 6 (SIGABRT) | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael S. <misc> | ||||||||||||||||||||||
| Component: | wireshark | Assignee: | Peter Hatina <phatina> | ||||||||||||||||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 18 | CC: | atkac, endre, huzaifas, igor.redhat, jsafrane, js, kevinphp, mapcode.mind, phatina, robinlee.sysu, rvokal, tsmetana | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:aef3951e1afb9926a5bbcf54f65fc6ff786db1fa | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2013-03-19 15:18:55 UTC | Type: | --- | ||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||
|
Description
Michael S.
2013-01-10 14:18:06 UTC
Created attachment 676352 [details]
File: backtrace
Created attachment 676354 [details]
File: cgroup
Created attachment 676355 [details]
File: core_backtrace
Created attachment 676357 [details]
File: dso_list
Created attachment 676358 [details]
File: environ
Created attachment 676359 [details]
File: limits
Created attachment 676360 [details]
File: maps
Created attachment 676361 [details]
File: open_fds
Created attachment 676362 [details]
File: proc_pid_status
Created attachment 676363 [details]
File: smolt_data
Started a trace. Stopped the trace. Restarted the trace. Clicked on "Continue, without saving" backtrace_rating: 4 Package: wireshark-gnome-1.8.4-1.fc18 OS Release: Fedora release 18 (Spherical Cow) This happens on exit; very reproducible and seems to happen with just about any pcap file. backtrace_rating: 4 Package: wireshark-gnome-1.8.4-1.fc18 OS Release: Fedora release 18 (Spherical Cow) I can not make wireshark crash by your approach. What I can get is this assert failure when quitting wireshark: (lt-wireshark:3719): Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertion `GTK_IS_TREE_SELECTION (selection)' failed Can you confirm, that we are talking about the same issue? Peter, yes, I get this assert without a crash too but only if I just open wireshark and close it alsmost immediately without doing much (maybe some scrolling). However, if I expand any of the protocol fields in the middle pane (e.g., Data, or Ethernet etc) and click around some and then close, that seems to reliably produce a coredump. According to abrt, I'm getting either this one or the one from bug 840308 at about 50/50 rate. The assert message when the coredump does happen is different from yours: ERROR:main.c:826:tree_view_selection_changed_cb: assertion failed: (byte_data != NULL) Aborted (core dumped) Closing Wireshark backtrace_rating: 4 Package: wireshark-gnome-1.8.4-1.fc18 OS Release: Fedora release 18 (Spherical Cow) Thank you for clarification. I will have a look at this issue. Whireshark is deliberately ignoring SIGINT, and closing the windows by clicking the X mark resulted in this coredump. It should exit gracefully on both. backtrace_rating: 4 cmdline: wireshark pi.dump crash_function: tree_view_selection_changed_cb executable: /usr/sbin/wireshark kernel: 3.7.4-pinky package: wireshark-gnome-1.8.5-2.fc18 reason: Process /usr/sbin/wireshark was killed by signal 6 (SIGABRT) remote_result: 840308 uid: 303 Stable branch 1.8.x of the Wireshark is not gtk3 ready, so it was reverted back to use gtk2 gui library. |