Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 4357  / 2 Years ago, sat, december 11, 2021, 1:44:59

Wireshark has always worked without issue for me, but upon using it on 13.10 I find that as soon as I start a live capture it does nothing, the screen dims, then it crashes.



syslog shows:



wireshark[5616]: segfault at 7fffbc3a3ff8 ip 00007fa83f334284 sp
00007fffbc3a3ff0 error 6 in libgobject-2.0.so.0.3800.1[7fa83f324000+4f000]


If I run wireshark as root, this segfault does not seem to happen. In the past I have always followed the steps here to set various permissions and capabilities to allow wireshark to run as normal user. Do these need to change for 13.10?



My wireshark version is from the repos: wireshark 1.10.2 (SVN Rev 51934 from /trunk-1.10)



Anyone know how to resolve this?


More From » 13.10

 Answers
4

After attempting to run wireshark from terminal and collecting a log:



wireshark &> out.log


the log was filled with things like



(wireshark:6087): GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'GtkScrollbar'

(wireshark:6087): GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'GtkWidget'

.
.
.


Upon googling these I came across bug1 and bug2, and the solution posted there:



export LIBOVERLAY_SCROLLBAR=0
wireshark


got wireshark running for me.



....................................ASIDE....................................



Quite strange really, as I hate overlay scrollbars and have disabled them anyway, with the command:



gsettings set org.gnome.desktop.interface ubuntu-overlay-scrollbars false


and they don't appear on any of my other applications (e.g. firefox or the terminal), so strange that wireshark is snagging on them.



Also strange that root didn't have issues.



................................................................................


[#27199] Monday, December 13, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
iething

Total Points: 49
Total Questions: 127
Total Answers: 112

Location: Luxembourg
Member since Tue, Jan 25, 2022
2 Years ago
;