First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Crash on Mac when stopping capture - segmentation fault

  • retag add tags

Using Version 2.9.0 and an external capture device using a Python serial connected Zigbee dongle from Nordic, Wireshark crashes as soon as you either start capturing without a filter or try to stop capturing with a filter applied.

If I leave the filter blank I get an immediate crash as soon as I hit the start button. If I filter on ZBee-ZCL I see broadcast packets arrive but nothing else then as soon as I hit the Stop Capture button Wireshark again crashes.

I am running Wireshark from the command line with 'sudo wireshark' to get some output when it crashes and because if I don't use sudo I get the error 'Capture Warn sync_pipe_wait_for_child: waitpid returned EINTR. retrying.' even though I am an admin on the machine.

When Wireshark crashes I get ' Segmentation fault: 11'.

Any ideas?

IanAber's avatar
1
IanAber
asked 2019-01-25 14:58:45 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Where did you get the Python serial script from?

grahamb's avatar grahamb (2019-01-25 15:02:28 +0000) edit
add a comment see more comments

1 Answer

0

This is Wireshark bug 14631. I believe it's an issue with Qt 5.3.2 because I'm unable to reproduce this locally using a newer version of Qt. Hopefully the Qt version will be bumped for the next Wireshark release.

Stig's avatar
138
Stig
answered 2019-01-25 18:29:47 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer