Skip to content

Instantly share code, notes, and snippets.

@cnvandev
Created June 24, 2014 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cnvandev/7221c21bd7604051691a to your computer and use it in GitHub Desktop.
Save cnvandev/7221c21bd7604051691a to your computer and use it in GitHub Desktop.
(lldb) bt
* thread #1: tid = 0x1df310, 0x00007fff8f487bc0 libsystem_malloc.dylib`malloc_error_break, queue = 'com.apple.main-thread', stop reason = breakpoint 1.2
* frame #0: 0x00007fff8f487bc0 libsystem_malloc.dylib`malloc_error_break
frame #1: 0x00007fff8f4815c7 libsystem_malloc.dylib`szone_error + 386
frame #2: 0x00007fff8f482d95 libsystem_malloc.dylib`small_free_list_remove_ptr + 158
frame #3: 0x00007fff8f47f737 libsystem_malloc.dylib`szone_free_definite_size + 3429
frame #4: 0x0000000100002d05 muse-debug`std::__1::__vector_base<double, std::__1::allocator<double> >::~__vector_base() [inlined] std::__1::__deallocate(__ptr=0x0000000100819400) + 421 at new:164
frame #5: 0x0000000100002cfc muse-debug`std::__1::__vector_base<double, std::__1::allocator<double> >::~__vector_base() [inlined] std::__1::allocator<double>::deallocate(this=0x00007fff5fbfe020, __p=0x0000000100819400, (null)=6899) + 8 at memory:1636
frame #6: 0x0000000100002cf4 muse-debug`std::__1::__vector_base<double, std::__1::allocator<double> >::~__vector_base() [inlined] std::__1::allocator_traits<std::__1::allocator<double> >::deallocate(__a=0x00007fff5fbfe020, __p=0x0000000100819400, __n=6899) + 24 at memory:1447
frame #7: 0x0000000100002cdc muse-debug`std::__1::__vector_base<double, std::__1::allocator<double> >::~__vector_base(this=0x00007fff5fbfe010) + 380 at vector:476
frame #8: 0x0000000100003185 muse-debug`std::__1::vector<double, std::__1::allocator<double> >::~vector(this=0x00007fff5fbfe010) + 21 at vector:481
frame #9: 0x00000001000026b5 muse-debug`std::__1::vector<double, std::__1::allocator<double> >::~vector(this=0x00007fff5fbfe010) + 21 at vector:481
frame #10: 0x00000001000031bc muse-debug`Aquila::SignalSource::~SignalSource(this=0x00007fff5fbfe008) + 44 at SignalSource.h:106
frame #11: 0x0000000100002695 muse-debug`Aquila::SignalSource::~SignalSource(this=0x00007fff5fbfe008) + 21 at SignalSource.h:106
frame #12: 0x00000001000215ab muse-debug`measureVector(the_vector=0x00007fff5fbfe9a8, audio=0x00007fff5fbff398, start_index=24586, end_index=31485) + 5003 at measureVector.cpp:66
frame #13: 0x0000000100019212 muse-debug`extractVectors(vectors=0x00007fff5fbff3b0, audio=vector<double, std::__1::allocator<double> > at 0x00007fff5fbff398, sample_rate=44100, bg_audio=vector<double, std::__1::allocator<double> > at 0x00007fff5fbff370, bg_sample_rate=44100, notes=0x00007fff5fbff3c8) + 3234 at extractVectors.cpp:74
frame #14: 0x0000000100016956 muse-debug`datamuse(audio=vector<double, std::__1::allocator<double> > at 0x00007fff5fbff5d8, sample_rate=44100, training_data=vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > > at 0x00007fff5fbff5c0, classes=vector<int, std::__1::allocator<int> > at 0x00007fff5fbff5a8, bg_audio=vector<double, std::__1::allocator<double> > at 0x00007fff5fbff590, bg_sample_rate=44100, output_path=std::__1::string at 0x00007fff5fbff578) + 534 at datamuse.cpp:14
frame #15: 0x0000000100022581 muse-debug`MUSE(input_path=std::__1::string at 0x00007fff5fbff948, training_path=std::__1::string at 0x00007fff5fbff930, noise_profile_path=std::__1::string at 0x00007fff5fbff908, output_path=std::__1::string at 0x00007fff5fbff8f0) + 1249 at muse.cpp:46
frame #16: 0x0000000100022aad muse-debug`main(argc=5, argv=0x00007fff5fbffab8) + 717 at muse.cpp:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment