Bug ID |
11838
|
Summary |
[SIGSEGV] ESC key crashes RTP Player while playing
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86
|
OS |
Mac OS X 10.11
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Version 2.0.1 (v2.0.0-91-g7abfa36 from master-2.0)
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 5.5.1, with libpcap, without POSIX capabilities, with
libz 1.2.5, with GLib 2.46.2, with SMI 0.4.8, with c-ares 1.10.0, with Lua 5.2,
with GnuTLS 3.4.7, with Gcrypt 1.6.4, with MIT Kerberos, with GeoIP, with
QtMultimedia, without AirPcap.
Running on Mac OS X 10.11.1, build 15B42 (Darwin 15.0.0), with locale C, with
libpcap version 1.5.3 - Apple version 54, with libz 1.2.5, with GnuTLS 3.4.7,
with Gcrypt 1.6.4.
Intel(R) Core(TM) i5-4308U CPU @ 2.80GHz (with SSE4.2)
Built using clang 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.1.76).
--
Open RTP player and start playing an audio stream. After it has started
playing, press `ESC' key.
Program received signal SIGSEGV, Segmentation fault.
0x00000001058e2221 in QBasicMutex::unlockInternal() () from
/Users/tzudot/Applications/Wireshark.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
(gdb) bt
#0 0x00000001058e2221 in QBasicMutex::unlockInternal() () from
/Users/tzudot/Applications/Wireshark.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
#1 0x00000001058e189c in QMutex::unlock() () from
/Users/tzudot/Applications/Wireshark.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
#2 0x0000000115ae95c9 in ?? () from
/Users/tzudot/Applications/Wireshark.app/Contents/PlugIns/audio/libqtaudio_coreaudio.dylib
#3 0x0000000105ac279c in QMetaObject::activate(QObject*, int, int, void**) ()
from
/Users/tzudot/Applications/Wireshark.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
#4 0x0000000106a6ff86 in QAudioOutput::setCategory(QString const&) () from
/Users/tzudot/Applications/Wireshark.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
#5 0x0000000105ac279c in QMetaObject::activate(QObject*, int, int, void**) ()
from
/Users/tzudot/Applications/Wireshark.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
#6 0x0000000106a70e9f in QAbstractAudioOutput::stateChanged(QAudio::State) ()
from
/Users/tzudot/Applications/Wireshark.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
#7 0x0000000105abb18c in QObject::event(QEvent*) () from
/Users/tzudot/Applications/Wireshark.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
#8 0x00000001063f097b in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from
/Users/tzudot/Applications/Wireshark.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
#9 0x00000001063f32de in QApplication::notify(QObject*, QEvent*) () from
/Users/tzudot/Applications/Wireshark.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
#10 0x0000000105a93212 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from
/Users/tzudot/Applications/Wireshark.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
#11 0x0000000107c87b0e in qt_plugin_instance () from
/Users/tzudot/Applications/Wireshark.app/Contents/PlugIns/platforms/libqcocoa.dylib
#12 0x0000000107c88391 in qt_plugin_instance () from
/Users/tzudot/Applications/Wireshark.app/Contents/PlugIns/platforms/libqcocoa.dylib
#13 0x00007fff81dfa8b1 in ?? () from
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
#14 0x00007fff5fbfaed0 in ?? ()
#15 0x00007fff81dda0ac in ?? () from
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
#16 0x00007fff5fbfae50 in ?? ()
#17 0x00007fff5fbfae70 in ?? ()
#18 0x0000000106e23240 in ?? ()
#19 0x0000000107a00720 in ?? ()
#20 0x00007fff5fbfae50 in ?? ()
#21 0x0000000100000004 in ?? ()
#22 0x0000000107a08670 in ?? ()
Backtrace stopped: Cannot access memory at address 0x2fc0
You are receiving this mail because:
- You are watching all bug changes.