Crash when capturing USB device which has a filter [10.15.4 beta 2]

For discussions related to using VirtualBox on Mac OS X pre-releases
Post Reply
hcubed
Posts: 4
Joined: 5. Jun 2019, 03:00

Crash when capturing USB device which has a filter [10.15.4 beta 2]

Post by hcubed »

Host OS: 10.15.4 Beta (19E234g) [10.15.4 beta 2]
Guest OS: OL 7.7/UEK5 kernel
VBox version: 6.1.2 r135662 (Qt5.6.3)

Everything was working fine prior to the update to 10.15.4 beta 2. I could bring up my OL VM and capture the YubiKey on insertion. With the new 10.15.4b2 release, the YubiKey gets captured and seen by the VM. But a little after the insertion, VBox crashes. I have attached both the VBox.log and diagnostic report for the crash. This is the thread that crashed:

Code: Select all

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [34990]

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.framework.IOKit           0x00007fff3b3c2362 IOHIDDeviceCopyMatchingElements + 34
1   UICommon.dylib                      0x0000000109d78688 0x109a49000 + 3339912
2   UICommon.dylib                      0x0000000109d7852e DarwinHidDevicesApplyAndReleaseLedsState + 590
3   VirtualBoxVM.dylib                  0x00000001082ae34b 0x10826d000 + 267083
4   org.qt-project.QtCoreVBox           0x00000001085ec64d QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*, QEvent*) + 205
5   org.qt-project.QtWidgetsVBox        0x0000000108fcb682 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 66
6   org.qt-project.QtWidgetsVBox        0x0000000108fcecde QApplication::notify(QObject*, QEvent*) + 8558
7   org.qt-project.QtCoreVBox           0x00000001085ec467 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 167
8   org.qt-project.QtWidgetsVBox        0x0000000108fca4ce QApplication::setActiveWindow(QWidget*) + 942
9   org.qt-project.QtWidgetsVBox        0x0000000108fca9e2 QApplicationPrivate::notifyActiveWindowChange(QWindow*) + 50
10  org.qt-project.QtGuiVBox            0x0000000108a11f7a QGuiApplicationPrivate::processActivatedEvent(QWindowSystemInterfacePrivate::ActivatedWindowEvent*) + 618
11  org.qt-project.QtGuiVBox            0x0000000108a0e2e7 QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) + 1383
12  org.qt-project.QtGuiVBox            0x00000001089f7feb QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 411
13  libqcocoa.dylib                     0x000000010f7610b1 QCocoaEventDispatcherPrivate::postedEventsSourceCallback(void*) + 33
14  com.apple.CoreFoundation            0x00007fff3857b2b2 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
15  com.apple.CoreFoundation            0x00007fff3857b251 __CFRunLoopDoSource0 + 103
16  com.apple.CoreFoundation            0x00007fff3857b06b __CFRunLoopDoSources0 + 209
17  com.apple.CoreFoundation            0x00007fff38579d9a __CFRunLoopRun + 927
18  com.apple.CoreFoundation            0x00007fff3857939e CFRunLoopRunSpecific + 462
19  com.apple.HIToolbox                 0x00007fff371bbc0d RunCurrentEventLoopInMode + 292
20  com.apple.HIToolbox                 0x00007fff371bb844 ReceiveNextEventCommon + 359
21  com.apple.HIToolbox                 0x00007fff371bb6c9 _BlockUntilNextEventMatchingListInModeWithFilter + 64
22  com.apple.AppKit                    0x00007fff35816bd9 _DPSNextEvent + 883
23  com.apple.AppKit                    0x00007fff35815420 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
24  com.apple.AppKit                    0x00007fff3580712e -[NSApplication run] + 658
25  libqcocoa.dylib                     0x000000010f75feed QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 2205
26  org.qt-project.QtCoreVBox           0x00000001085e8791 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
27  org.qt-project.QtCoreVBox           0x00000001085ecb4a QCoreApplication::exec() + 346
28  VirtualBoxVM.dylib                  0x0000000108274e93 TrustedMain + 1315
29  org.virtualbox.app.VirtualBoxVM     0x0000000107babd36 0x107ba8000 + 15670
30  libdyld.dylib                       0x00007fff7299fcc9 start + 1
Attachments
VirtualBoxVM_2020-02-26-093300_crash.txt
Diagnostic report
(99.66 KiB) Downloaded 54 times
VBoxLog.zip
Virtualbox log for the VM
(19.63 KiB) Downloaded 50 times
Post Reply