MUBU consistent crash, any help?
I'm using a simple MUBU patch and it crashes everytime on my mac. It's a 2015 mac book pro and in generl it's very performative so I don't know why. Also the patch crashes in different ways always when loading sound files. Here's the info.
Thread 0:: Java: AWT-AppKit Dispatch queue: com.apple.main-thread
0 mubu 0x0fa09c7b juce::String::operator+=(juce::String const&) + 219
1 mubu 0x0f9e5628 juce::operator+(juce::String, juce::String const&) + 40
2 mubu 0x0fecca14 ImtrUtilities::formatDecimalString(juce::String, int, bool) + 436
3 mubu 0x0fedd5a2 ImtrUtilities::getFormattedTimeString(double, ImtrTypes::time_unit_type, int) + 3282
4 mubu 0x0ff1c9a1 EditorDomainRuler::drawRuler(juce::Graphics&) + 753
5 mubu 0x0ff1ea24 EditorDomainRuler::paintRuler(juce::Graphics&) + 740
6 mubu 0x0ff1ec56 EditorDomainRuler::initOffscreen() + 454
7 mubu 0x0ff1eda2 EditorDomainRuler::containerChanged() + 226
8 mubu 0x0ff1eddb non-virtual thunk to EditorDomainRuler::containerChanged() + 27
9 mubu 0x0fee5eea EditorContainer::notifyEditorContainerListeners() + 90
10 mubu 0x0fdb9981 imaxmubu_refresh(imaxmubu_st*) + 305
11 com.cycling74.Max 0x000edb8e sched_dequeue + 238
12 com.cycling74.Max 0x00357b6c MainThreadEventHandler::invoke() + 106
13 com.cycling74.Max 0x00357dbb non-virtual thunk to MainThreadEventHandler::timerCallback() + 27
14 com.cycling74.Max 0x004ac8e0 juce::InternalTimerThread::callTimers() + 148
15 com.cycling74.Max 0x004ac7ac non-virtual thunk to juce::InternalTimerThread::handleMessage(juce::Message const&) + 20
16 com.cycling74.Max 0x004ab7c9 juce::MessageManager::deliverMessage(juce::Message*) + 61
17 com.cycling74.Max 0x0059bf13 juce::AppDelegateRedirector::runLoopCallback() + 113
18 com.apple.CoreFoundation 0x98dab24f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
19 com.apple.CoreFoundation 0x98d88b9b __CFRunLoopDoSources0 + 523
20 com.apple.CoreFoundation 0x98d87fc2 __CFRunLoopRun + 994
21 com.apple.CoreFoundation 0x98d87976 CFRunLoopRunSpecific + 390
22 com.apple.CoreFoundation 0x98d877db CFRunLoopRunInMode + 123
23 com.apple.HIToolbox 0x9c7332f1 RunCurrentEventLoopInMode + 267
24 com.apple.HIToolbox 0x9c7330f3 ReceiveNextEventCommon + 503
25 com.apple.HIToolbox 0x9c732eec _BlockUntilNextEventMatchingListInModeWithFilter + 99
26 com.apple.AppKit 0x949482e2 _DPSNextEvent + 1053
27 com.apple.AppKit 0x9494785b -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1057
28 com.apple.AppKit 0x94947432 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 121
29 com.apple.AppKit 0x9493ab47 -[NSApplication run] + 1063
30 com.cycling74.Max 0x0043cf79 -[MaxCefApplication run] + 58
31 com.cycling74.chromium 0x00e8fc6e 0xd63000 + 1231982
32 com.cycling74.chromium 0x00e8f54c 0xd63000 + 1230156
33 com.cycling74.chromium 0x00ed2fd2 0xd63000 + 1507282
34 com.cycling74.chromium 0x00eedc7e 0xd63000 + 1617022
35 com.cycling74.chromium 0x00ed29ba 0xd63000 + 1505722
36 com.cycling74.chromium 0x00ddbade 0xd63000 + 494302
37 com.cycling74.Max 0x0043cf87 -[MaxCefApplication run] + 72
38 com.cycling74.Max 0x005969fb juce::MessageManager::runDispatchLoop() + 589
39 com.cycling74.Max 0x00457a96 juce::JUCEApplication::main(juce::StringArray const&) + 62
40 com.cycling74.Max 0x00457bab juce::JUCEApplication::main(int, char const**) + 73
41 com.cycling74.Max 0x000af675 start + 53
Process: Max [3872]
Path: /Applications/Max32.app/Contents/MacOS/Max
Identifier: com.cycling74.Max
Version: 7.3.4 [de5a74a] (7.3.4)
Code Type: X86 (Native)
Parent Process: ??? [1]
Responsible: Max [3872]
User ID: 501
Date/Time: 2017-08-08 17:10:31.959 +0200
OS Version: Mac OS X 10.11.5 (15F34)
Report Version: 11
Anonymous UUID: A162C84E-A530-FD15-DBA0-BA001EFA0D0B
Sleep/Wake UUID: 9F2C43DC-CB41-498F-B204-6770A8576970
Time Awake Since Boot: 62000 seconds
Time Since Wake: 16000 seconds
System Integrity Protection: disabled
Crashed Thread: 79
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
Assertion failed: (count_ < numpar_), function frames, file /Users/borghesi/projects/mubu-and-co/maxpipo/build/osx-macho/../../../common/pipo/src/PiPoParallel.h, line 166.
Thread 0:: Java: AWT-AppKit Dispatch queue: com.apple.main-thread
0 mubu 0x0fcfc597 juce::Colour::~Colour() + 23
1 mubu 0x0fcfc4c7 juce::Colour::~Colour() + 23
2 mubu 0x0fcffd16 juce::FillType::~FillType() + 70
3 mubu 0x0fcffd57 juce::FillType::~FillType() + 23
4 mubu 0x0fd10cad juce::Graphics::setColour(juce::Colour) + 125
5 mubu 0x10149d7a EditorDomainRuler::drawRuler(juce::Graphics&) + 1738
6 mubu 0x1014ba24 EditorDomainRuler::paintRuler(juce::Graphics&) + 740
7 mubu 0x1014bc56 EditorDomainRuler::initOffscreen() + 454
8 mubu 0x1014bda2 EditorDomainRuler::containerChanged() + 226
9 mubu 0x1014bddb non-virtual thunk to EditorDomainRuler::containerChanged() + 27
10 mubu 0x10112eea EditorContainer::notifyEditorContainerListeners() + 90
11 mubu 0x0ffe6981 imaxmubu_refresh(imaxmubu_st*) + 305
12 com.cycling74.Max 0x0014611e sched_dequeue + 238
13 com.cycling74.Max 0x003b27cc MainThreadEventHandler::invoke() + 106
14 com.cycling74.Max 0x003b2a1b non-virtual thunk to MainThreadEventHandler::timerCallback() + 27
15 com.cycling74.Max 0x0050a410 juce::InternalTimerThread::callTimers() + 148
16 com.cycling74.Max 0x0050a2dc non-virtual thunk to juce::InternalTimerThread::handleMessage(juce::Message const&) + 20
17 com.cycling74.Max 0x005092f9 juce::MessageManager::deliverMessage(juce::Message*) + 61
18 com.cycling74.Max 0x005f9df3 juce::AppDelegateRedirector::runLoopCallback() + 113
19 com.apple.CoreFoundation 0x98dab24f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
20 com.apple.CoreFoundation 0x98d88b9b __CFRunLoopDoSources0 + 523
21 com.apple.CoreFoundation 0x98d87fc2 __CFRunLoopRun + 994
22 com.apple.CoreFoundation 0x98d87976 CFRunLoopRunSpecific + 390
23 com.apple.CoreFoundation 0x98d877db CFRunLoopRunInMode + 123
24 com.apple.HIToolbox 0x9c7332f1 RunCurrentEventLoopInMode + 267
25 com.apple.HIToolbox 0x9c7330f3 ReceiveNextEventCommon + 503
26 com.apple.HIToolbox 0x9c732eec _BlockUntilNextEventMatchingListInModeWithFilter + 99
27 com.apple.AppKit 0x949482e2 _DPSNextEvent + 1053
28 com.apple.AppKit 0x9494785b -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1057
29 com.apple.AppKit 0x94947432 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 121
30 com.apple.AppKit 0x9493ab47 -[NSApplication run] + 1063
31 com.cycling74.Max 0x00498939 -[MaxCefApplication run] + 58
32 com.cycling74.chromium 0x00ef1c6e 0xdc5000 + 1231982
33 com.cycling74.chromium 0x00ef154c 0xdc5000 + 1230156
34 com.cycling74.chromium 0x00f34fd2 0xdc5000 + 1507282
35 com.cycling74.chromium 0x00f4fc7e 0xdc5000 + 1617022
36 com.cycling74.chromium 0x00f349ba 0xdc5000 + 1505722
37 com.cycling74.chromium 0x00e3dade 0xdc5000 + 494302
38 com.cycling74.Max 0x00498947 -[MaxCefApplication run] + 72
39 com.cycling74.Max 0x005f48db juce::MessageManager::runDispatchLoop() + 589
40 com.cycling74.Max 0x004b3590 juce::JUCEApplication::main(juce::StringArray const&) + 62
41 com.cycling74.Max 0x004b36a5 juce::JUCEApplication::main(int, char const**) + 73
42 com.cycling74.Max 0x001074c5 start + 53
were you ever able to sort this?