Ask Your Question
0

wireshark crashed when set protobuf to display default value

asked 2024-02-05 15:51:55 +0000

navahoo gravatar image

Wireshark(4.2.2) in MacOS crashed when set protobuf " Add missing fields with default values" with "All"

crash report is next:


Translated Report (Full Report Below)

Process: Wireshark [92042] Path: /Applications/Wireshark.app/Contents/MacOS/Wireshark Identifier: org.wireshark.Wireshark Version: 4.2.2 (4.2.2) Code Type: ARM-64 (Native) Parent Process: launchd [1] User ID: 503

Date/Time: 2024-02-05 23:38:07.2566 +0800 OS Version: macOS 12.4 (21F79) Report Version: 12 Anonymous UUID: DD77DBBB-B543-F6AA-2997-32A2A0F3041D

Sleep/Wake UUID: 854779EC-7B95-46A8-84FE-5B4BE0263BF2

Time Awake Since Boot: 22000 seconds Time Since Wake: 3365 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000100000011 Exception Codes: 0x0000000000000001, 0x0000000100000011 Exception Note: EXC_CORPSE_NOTIFY

Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11 Terminating Process: exc handler [92042]

VM Region Info: 0x100000011 is not in any region. Bytes before following region: 80560111 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START --->
__TEXT 104cd4000-105488000 [ 7888K] r-x/r-x SM=COW ...cOS/Wireshark

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libwireshark.17.dylib 0x110f5b75c proto_item_fill_display_label + 56 1 libwireshark.17.dylib 0x110f5cca8 proto_custom_set + 1020 2 libwireshark.17.dylib 0x110f5cca8 proto_custom_set + 1020 3 libwireshark.17.dylib 0x110f20818 col_custom_set_edt + 192 4 libwireshark.17.dylib 0x110f2c1c0 epan_dissect_fill_in_columns + 36 5 Wireshark 0x104ff3794 PacketListRecord::dissect(_capture_file, bool, bool) + 416 6 Wireshark 0x104ff2134 PacketListModel::dissectIdle(bool) + 92 7 Wireshark 0x104e7e38c PacketList::captureFileReadFinished() + 36 8 Wireshark 0x104f76b80 WiresharkMainWindow::captureFileReadFinished() + 120 9 Wireshark 0x104d19c5c WiresharkMainWindow::qt_static_metacall(QObject, QMetaObject::Call, int, void) + 2324 10 QtCore 0x107eb7614 void doActivate<false>(QObject, int, void) + 1372 11 Wireshark 0x104ce522c CaptureFile::captureEvent(CaptureEvent) + 52 12 Wireshark 0x104d7a4cc CaptureFile::captureFileEvent(int, void) + 1000 13 Wireshark 0x1051059e8 cf_read + 1828 14 Wireshark 0x104f73f3c WiresharkMainWindow::openCaptureFile(QString, QString, unsigned int, int) + 1360 15 Wireshark 0x104d1ad2c WiresharkMainWindow::qt_static_metacall(QObject, QMetaObject::Call, int, void) + 6628 16 QtCore 0x107eb7614 void doActivate<false>(QObject, int, void) + 1372 17 Wireshark 0x104cf2250 MainApplication::openCaptureFile(QString, QString, unsigned int) + 64 18 Wireshark 0x104e4ec24 MainApplication::event(QEvent) + 276 19 QtWidgets 0x106780c18 QApplicationPrivate::notify_helper(QObject, QEvent) + 272 20 QtWidgets 0x106781e4c QApplication::notify(QObject, QEvent) + 532 21 QtCore 0x107e6f1f4 QCoreApplication::notifyInternal2(QObject, QEvent) + 208 22 QtGui 0x107680434 QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent) + 1368 23 QtGui 0x1076c81ec QWindowSystemInterface::handleFileOpenEvent(QString const&) + 76 24 libqcocoa.dylib 0x108cc1504 -[QCocoaApplicationDelegate application:openFiles:] + 380 25 AppKit 0x1a7843c40 withWindowOrderingObserverHeuristic + 560 26 AppKit 0x1a784381c -[NSApplication(NSAppleEventHandling) _openURLs:withCompletionHandler:] + 1340 27 AppKit 0x1a76f72f4 __69-[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:]_block_invoke + 732 28 AppKit 0x1a76f6f90 -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 248 29 AppKit 0x1a7413870 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 868 30 Foundation 0x1a575d868 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 348 31 Foundation 0x1a575d6a0 _NSAppleEventManagerGenericHandler + 96 32 AE 0x1ab0498f4 0x1ab03e000 + 47348 33 AE 0x1ab04924c 0x1ab03e000 + 45644 34 AE 0x1ab0423f8 aeProcessAppleEvent + 488 35 HIToolbox 0x1ad4f095c AEProcessAppleEvent + 68 36 AppKit 0x1a740db64 _DPSNextEvent + 1844 37 AppKit 0x1a740c084 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1328 38 AppKit 0x1a73fe250 -[NSApplication run] + 596 39 libqcocoa.dylib 0x108ccccd4 QCocoaEventDispatcher::processEvents(QFlags<qeventloop::processeventsflag>) + 1712 40 QtCore 0x107e7855c QEventLoop::exec(QFlags<qeventloop::processeventsflag>) + 500 41 QtCore 0x107e6f8d0 QCoreApplication::exec() + 128 42 Wireshark 0x104e61f04 main + 3680 ... (more)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2024-02-05 21:57:35 +0000

Guy Harris gravatar image

wireshark crashed

If Wireshark (or TShark or any other part of the Wireshark release) crashes, that's a bug, and it should be reported on the Wireshark issue list, so the Wireshark developers can track it.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2024-02-05 15:51:55 +0000

Seen: 65 times

Last updated: Feb 05