#765699 wireshark: Deterministically crashes after double click on About → Folders → Personal Folder

Package:
wireshark
Source:
wireshark
Description:
network traffic analyzer - meta-package
Submitter:
Axel Beckert
Date:
2014-10-17 13:00:10 UTC
Severity:
minor
#765699#5
Date:
2014-10-17 12:41:19 UTC
From:
To:
Dear Maintainer,

Wireshark crashes for me if I do the following in the GUI:

1. Menu → Help → About Wireshark
2. Tab "Folders"
3. in the "Personal Configuration" row, double-click on the "Folder"
   column

After a few seconds, wireshark crashes with the following error
messages:

(wireshark:22668): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Failed to execute child process "file:///home/abe/.wireshark/" (No such file or directory)

[1]  + 22668 segmentation fault (core dumped)  wireshark

#765699#10
Date:
2014-10-17 12:57:02 UTC
From:
To:
Hi,

Axel Beckert wrote:

For some reason the "Web browser command" was set to " %s" (leading
blank). Setting it to e.g. "x-www-browser %s" avoids the crash.

		Regards, Axel