-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
We are validating plugins built with juce and we are running VST and AU with no problems. With VST3 we sometimes get a crash with the following stacktrace.
0 pluginval 0x000000010baab75e _ZN4juce11SystemStats17getStackBacktraceEv + 94
1 pluginval 0x000000010b571004 _ZN12_GLOBAL__N_119getCrashLogContentsEv + 36
2 pluginval 0x000000010b570e65 _ZN12_GLOBAL__N_111handleCrashEPv + 21
3 pluginval 0x000000010baab9f8 _ZN4juceL11handleCrashEi + 24
4 libsystem_platform.dylib 0x00007ff807e9bdfd _sigtramp + 29
5 ??? 0x00007ff7b49ab7d8 0x0 + 140701863688152
6 libsystem_pthread.dylib 0x00007ff807e8243a _pthread_cond_check_init_slow + 207
7 libsystem_pthread.dylib 0x00007ff807e820a0 pthread_cond_broadcast + 94
8 libc++.1.dylib 0x00007ff807de4ce5 _ZNSt3__118condition_variable10notify_allEv + 9
9 pluginval 0x000000010babab80 _ZNK4juce13WaitableEvent6signalEv + 64
10 pluginval 0x000000010bb853c2 _ZNK4juce14MessageManager4Lock5abortEv + 50
11 pluginval 0x000000010bb8537e _ZNK4juce14MessageManager4Lock15messageCallbackEv + 46
12 pluginval 0x000000010bb8e876 _ZN4juce14MessageManager4Lock15BlockingMessage15messageCallbackEv + 70
13 pluginval 0x000000010bb99813 _ZN4juce12MessageQueue18deliverNextMessageEv + 99
14 pluginval 0x000000010bb99766 _ZN4juce12MessageQueue15runLoopCallbackEv + 54
15 pluginval 0x000000010bb99465 _ZN4juce12MessageQueue21runLoopSourceCallbackEPv + 21
16 CoreFoundation 0x00007ff807f4d19b __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
17 CoreFoundation 0x00007ff807f4d103 __CFRunLoopDoSource0 + 180
18 CoreFoundation 0x00007ff807f4ce7d __CFRunLoopDoSources0 + 242
19 CoreFoundation 0x00007ff807f4b898 __CFRunLoopRun + 892
20 CoreFoundation 0x00007ff807f4ae5c CFRunLoopRunSpecific + 562
21 HIToolbox 0x00007ff810c9d5e6 RunCurrentEventLoopInMode + 292
22 HIToolbox 0x00007ff810c9d34a ReceiveNextEventCommon + 594
23 HIToolbox 0x00007ff810c9d0e5 _BlockUntilNextEventMatchingListInModeWithFilter + 70
24 AppKit 0x00007ff80a9861dd _DPSNextEvent + 927
25 AppKit 0x00007ff80a98489a -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1394
26 AppKit 0x00007ff80a976f49 -[NSApplication run] + 586
27 pluginval 0x000000010bb830a9 _ZN4juce14MessageManager15runDispatchLoopEv + 153
28 pluginval 0x000000010bb82f8f _ZN4juce19JUCEApplicationBase4mainEv + 399
29 pluginval 0x000000010bb82d9c _ZN4juce19JUCEApplicationBase4mainEiPPKc + 60
30 pluginval 0x000000010b573753 main + 51
31 dyld 0x000000011af0f52e start + 462
Metadata
Metadata
Assignees
Labels
No labels