Wireshark-bugs: [Wireshark-bugs] [Bug 11992] New: Wireshark 2.0.1 crash on start

Date: Sun, 10 Jan 2016 12:36:36 +0000
Bug ID 11992
Summary Wireshark 2.0.1 crash on start
Product Wireshark
Version 2.0.1
Hardware x86-64
OS Ubuntu
Status CONFIRMED
Severity Blocker
Priority Low
Component Qt UI
Assignee [email protected]
Reporter [email protected]

Build Information:
$ wireshark -v
Wireshark 2.0.1 (SVN Rev Unknown from unknown)

Copyright 1998-2015 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with Qt 4.8.1, with libpcap, with POSIX capabilities (Linux),
with libnl 3, with libz 1.2.3.4, with GLib 2.32.4, with SMI 0.4.8, with c-ares
1.7.5, with Lua 5.2, with GnuTLS 2.12.14, with Gcrypt 1.5.0, with MIT Kerberos,
with GeoIP, without QtMultimedia, without AirPcap.

Running on Linux 3.13.0-68-generic, with locale C, with libpcap version 1.1.1,
with libz 1.2.3.4, with GnuTLS 2.12.14, with Gcrypt 1.5.0.
         Intel(R) Pentium(R) CPU G840 @ 2.80GHz (with SSE4.2)

Built using gcc 4.6.3.

--
After upgrade from 2.0.0 to 2.0.1 I get on Ubuntu 12.04-64b hard crash on
start:

$ wireshark

(process:6034): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action
"" under id 188 
void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action
"" under id 189 
nl80211 not found.
13:32:19     Main Info fill_in_local_interfaces() starts
13:32:19  Capture Msg  Capture Interface List ...
13:32:19  Capture Msg  Loading External Capture Interface List ...
13:32:19  Capture Dbg  sync_interface_list_open
13:32:19  Capture Dbg  sync_pipe_open_command
13:32:19  Capture Dbg  read 21 indicator: S empty value
13:32:19  Capture Dbg  sync_pipe_wait_for_child: wait till child closed
13:32:19  Capture Dbg  sync_pipe_wait_for_child: capture child closed after
0.000s
13:32:19  Capture Msg  Capture Interface Capabilities ...
13:32:19  Capture Dbg  sync_if_capabilities_open
13:32:19  Capture Dbg  sync_pipe_open_command
13:32:19  Capture Dbg  read 21 indicator: S empty value
13:32:19  Capture Dbg  sync_pipe_wait_for_child: wait till child closed
13:32:19  Capture Dbg  sync_pipe_wait_for_child: capture child closed after
0.000s
13:32:19  Capture Msg  Capture Interface Capabilities ...
13:32:19  Capture Dbg  sync_if_capabilities_open
13:32:19  Capture Dbg  sync_pipe_open_command
13:32:19  Capture Dbg  read 21 indicator: S empty value
13:32:19  Capture Dbg  sync_pipe_wait_for_child: wait till child closed
13:32:19  Capture Dbg  sync_pipe_wait_for_child: capture child closed after
0.000s
13:32:19  Capture Msg  Capture Interface Capabilities ...
13:32:19  Capture Dbg  sync_if_capabilities_open
13:32:19  Capture Dbg  sync_pipe_open_command
13:32:19  Capture Dbg  read 21 indicator: S empty value
13:32:19  Capture Dbg  sync_pipe_wait_for_child: wait till child closed
13:32:19  Capture Dbg  sync_pipe_wait_for_child: capture child closed after
0.000s
13:32:19     Main Info fill_in_local_interfaces() ends, taking 0.263s
**
ERROR:/build/wireshark-eO8xPF/wireshark-2.0.1+g59ea380/ui/qt/main_window_slots.cpp:356:void
MainWindow::layoutPanes(): code should not be reached
Aborted (core dumped)
$ 

-------------------------------------------------------------------------
$ uname -a
Linux kokodak.13.0-68-generic #111~precise1-Ubuntu SMP Fri Nov 6 18:17:31 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux


You are receiving this mail because:
  • You are watching all bug changes.