Qt Wireshark crashes during start up on Mac OS X 10.6
This issue was migrated from bug 9293 in our old bug tracker.
Original bug information:
Reporter: Maxime Carron
Status: RESOLVED FIXED
Product: Wireshark
Component: Qt UI
OS: Mac OS X 10.6
Platform: x86-64
Version: 1.11.x (Experimental)
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
Maxime Carron said:Build Information:
I use : wireshark 1.11.0 : OS X 10.6 and later Intel 64-bit .dmg
on macbook with OS X 10.6.8 and intel core 2 Duo (with latest updates from apple)
Wireshark 1.11.0 can't start on OS X 10.6.8. /usr/lib/libc++.1.dylib is missing Here is the extract from the apple report tool : ------------------------------------------------- Process: Wireshark [7985] Path: /Applications/Wireshark.app/Contents/MacOS/Wireshark Identifier: org.wireshark.Wireshark Version: ??? (???) Code Type: X86-64 (Native) Parent Process: launchd [99] Date/Time: 2013-10-19 17:29:43.923 +0200 OS Version: Mac OS X 10.6.8 (10K549) Report Version: 6 Interval Since Last Report: 1580121 sec Crashes Since Last Report: 4 Per-App Crashes Since Last Report: 4 Anonymous UUID: 7B838B03-7968-4C81-A18F-690AB7DC3EE3 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Crashed Thread: 0 Dyld Error Message: Library not loaded: /usr/lib/libc++.1.dylib Referenced from: /Applications/Wireshark.app/Contents/MacOS/../Frameworks/QtCore.framework/Versions/5/QtCore Reason: image not found Binary Images: 0x7fff5fc00000 - 0x7fff5fc3be0f dyld 132.1 (???) <29DECB19-0193-2575-D838-CF743F0400B2> /usr/lib/dyld Model: MacBook6,1, BootROM MB61.00C8.B00, 2 processors, Intel Core 2 Duo, 2.26 GHz, 4 GB, SMC 1.51f53 Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB Memory Module: global_name AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.42.4) Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Serial ATA Device: WDC WD5000BEVT-00A0RT0, 465,76 GB Serial ATA Device: MATSHITADVD-R UJ-898 USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000 / 2 USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0237, 0x04600000 / 2 USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2 USB Device: Bluetooth Module, 0x05ac (Apple Inc.), 0x8218, 0x06130000 / 4
- Wireshark GitLab Migration added crash osmacos uiqt versiondev labels
added crash osmacos uiqt versiondev labels
Guy Harris said:The Qt 5.x binaries from the Qt Project are apparently being built to require libc++.1, which 10.6 doesn't have, so we'll need to build the Qt binaries ourselves, with the appropriate "target this for 10.6 or later" build flags.
Andreas Sikkema said:I have found the same issue. The 1.11.0 build from the Wireshark website crashes due to a QT bug, that is supposed to be fixed in QT 5.1.1. I am assuming Wireshark is not using this new QT version in the build process (yet)?
https://bugreports.qt-project.org/browse/QTBUG-31803
-- Andreas
Andreas Sikkema said:Sorry, my bad. This is a problem with 10.6, my problem is with 10.9
-- Andreas
Gerald Combs said:Can you try one of the recent packages at http://www.wireshark.org/download/automated/osx/ ? The 64-bit installer should now work on OS X 10.6 and later and be properly signed as well.
Maxime Carron said:Hi,
I just tried "Wireshark 1.11.1-SVN-53248 Intel 64.dmg".
It works properly now. Thank you.
(and the new GUI is beautiful!! ;-) )
- Wireshark GitLab Migration closed
closed