Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

munger~: crash on free with debug max #32

Open
mzed opened this issue Apr 1, 2016 · 0 comments
Open

munger~: crash on free with debug max #32

mzed opened this issue Apr 1, 2016 · 0 comments
Labels

Comments

@mzed
Copy link

mzed commented Apr 1, 2016

I'm running a debug version of max, and munger~ crashes on free. It fails the c74_debug_malloc_footer_test, like:

Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0 com.cycling74.Max 0x000000010d7ba0d6 c74_debug_malloc_footer_test + 193
1 com.cycling74.Max 0x000000010d7ba0f7 sysmem_freeptr_imp + 31
2 com.cycling74.Max 0x000000010d7baf84 freeobject + 277
3 com.cycling74.Max 0x000000010d9345cf jnewobj_free + 26
4 com.cycling74.Max 0x000000010d7baf84 freeobject + 277
5 com.cycling74.Max 0x000000010d86dfbf object_free + 27
6 com.cycling74.Max 0x000000010d94a478 jpatcher_remove + 110
7 com.cycling74.Max 0x000000010d94aa70 jpatcher_replace + 1500
8 com.cycling74.Max 0x000000010d870639 object_method_typedfun + 117
9 com.cycling74.Max 0x000000010d8f1fff jbox_swapme + 127
10 com.cycling74.Max 0x000000010d935131 jnewobj_enter + 1721
11 com.cycling74.Max 0x000000010d86d6f3 object_method_imp + 352
12 com.cycling74.Max 0x000000010d964b61 jpatchercontroller_entertext_imp + 375
13 com.cycling74.Max 0x000000010d96a65a jpatchercontroller_entertext + 191
14 com.cycling74.Max 0x000000010d8cdaed TextfieldComponent::endEdit() + 541
15 com.cycling74.Max 0x000000010d8cc14d BoxComponent::endEdit() + 153
16 com.cycling74.Max 0x000000010d98b944 PatcherComponent::mouseDown(juce::MouseEvent const&) + 234
17 com.cycling74.Max 0x000000010db2af10 juce::Component::internalMouseDown(juce::MouseInputSource&, juce::Point const&, juce::Time const&) + 686
18 com.cycling74.Max 0x000000010db79219 juce::MouseInputSourceInternal::sendMouseDown(juce::Component_, juce::Point const&, long long) + 79
19 com.cycling74.Max 0x000000010db78f4b juce::MouseInputSourceInternal::setButtons(juce::Point const&, long long, juce::ModifierKeys const&) + 305
20 com.cycling74.Max 0x000000010db786db juce::MouseInputSourceInternal::handleEvent(juce::ComponentPeer_, juce::Point const&, long long, juce::ModifierKeys const&) + 141
21 com.cycling74.Max 0x000000010db78292 juce::MouseInputSource::handleEvent(juce::ComponentPeer_, juce::Point const&, long long, juce::ModifierKeys const&) + 64
22 com.cycling74.Max 0x000000010db7d526 juce::ComponentPeer::handleMouseEvent(int, juce::Point const&, juce::ModifierKeys const&, long long) + 94
23 com.cycling74.Max 0x000000010dc00c59 juce::NSViewComponentPeer::sendMouseEvent(NSEvent_) + 121
24 com.cycling74.Max 0x000000010dc00cdc juce::NSViewComponentPeer::redirectMouseDown(NSEvent_) + 118
25 com.apple.AppKit 0x00007fff92440469 -[NSWindow _handleMouseDownEvent:isDelayedEvent:] + 6322
26 com.apple.AppKit 0x00007fff9244144d -[NSWindow reallySendEvent:isDelayedEvent:] + 212
27 com.apple.AppKit 0x00007fff91e8063d -[NSWindow sendEvent:] + 517
28 com.apple.AppKit 0x00007fff91e00b3c -[NSApplication sendEvent:] + 2540
29 com.cycling74.Max 0x000000010dabdefd -[MaxCefApplication sendEvent:] + 118
30 com.apple.AppKit 0x00007fff91c67ef6 -[NSApplication run] + 796
31 com.cycling74.Max 0x000000010dabde52 -[MaxCefApplication run] + 49
32 com.cycling74.chromium 0x000000010e6f3311 0x10e5d7000 + 1164049
33 com.cycling74.chromium 0x000000010e6f2c1c 0x10e5d7000 + 1162268
34 com.cycling74.chromium 0x000000010e7314d0 0x10e5d7000 + 1418448
35 com.cycling74.chromium 0x000000010e74a57a 0x10e5d7000 + 1521018
36 com.cycling74.chromium 0x000000010e730e6d 0x10e5d7000 + 1416813
37 com.cycling74.chromium 0x000000010e6494b2 0x10e5d7000 + 468146
38 com.cycling74.Max 0x000000010dabde60 -[MaxCefApplication run] + 63
39 com.cycling74.Max 0x000000010dc054e5 juce::MessageManager::runDispatchLoop() + 81
40 com.cycling74.Max 0x000000010dad6c1f juce::JUCEApplication::main(juce::StringArray const&) + 59
41 com.cycling74.Max 0x000000010dad6d36 juce::JUCEApplication::main(int, char const
*) + 68
42 com.cycling74.Max 0x000000010d77dae4 start + 52

@tap tap added the bug label Apr 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants