Skip to content

Instantly share code, notes, and snippets.

@cnvandev
Created June 24, 2014 20:58
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/a4819964b11ce40da004 to your computer and use it in GitHub Desktop.
Save cnvandev/a4819964b11ce40da004 to your computer and use it in GitHub Desktop.
(lldb) bt
* thread #1: tid = 0x1d4047, 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: 0x00007fff8f47f443 libsystem_malloc.dylib`szone_free_definite_size + 2673
frame #4: 0x0000000100002d15 muse-debug`std::__1::__vector_base<double, std::__1::allocator<double> >::~__vector_base() [inlined] std::__1::__deallocate(__ptr=0x00000001039b1200) + 421 at new:164
frame #5: 0x0000000100002d0c muse-debug`std::__1::__vector_base<double, std::__1::allocator<double> >::~__vector_base() [inlined] std::__1::allocator<double>::deallocate(this=0x00000001026006f8, __p=0x00000001039b1200, (null)=6899) + 8 at memory:1636
frame #6: 0x0000000100002d04 muse-debug`std::__1::__vector_base<double, std::__1::allocator<double> >::~__vector_base() [inlined] std::__1::allocator_traits<std::__1::allocator<double> >::deallocate(__a=0x00000001026006f8, __p=0x00000001039b1200, __n=6899) + 24 at memory:1447
frame #7: 0x0000000100002cec muse-debug`std::__1::__vector_base<double, std::__1::allocator<double> >::~__vector_base(this=0x00000001026006e8) + 380 at vector:476
frame #8: 0x0000000100003195 muse-debug`std::__1::vector<double, std::__1::allocator<double> >::~vector(this=0x00000001026006e8) + 21 at vector:481
frame #9: 0x00000001000026c5 muse-debug`std::__1::vector<double, std::__1::allocator<double> >::~vector(this=0x00000001026006e8) + 21 at vector:481
frame #10: 0x000000010004c95c muse-debug`Aquila::MelFilter::~MelFilter() + 28
frame #11: 0x000000010004c935 muse-debug`Aquila::MelFilter::~MelFilter() + 21
frame #12: 0x000000010004c877 muse-debug`std::__1::__vector_base<Aquila::MelFilter, std::__1::allocator<Aquila::MelFilter> >::~__vector_base() + 279
frame #13: 0x000000010004c755 muse-debug`std::__1::vector<Aquila::MelFilter, std::__1::allocator<Aquila::MelFilter> >::~vector() + 21
frame #14: 0x000000010004c735 muse-debug`std::__1::vector<Aquila::MelFilter, std::__1::allocator<Aquila::MelFilter> >::~vector() + 21
frame #15: 0x000000010004c715 muse-debug`Aquila::MelFilterBank::~MelFilterBank() + 21
frame #16: 0x000000010004c505 muse-debug`Aquila::MelFilterBank::~MelFilterBank() + 21
frame #17: 0x000000010004c423 muse-debug`Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) + 323
frame #18: 0x0000000100020e0f muse-debug`measureVector(the_vector=0x00007fff5fbfe9a8, audio=0x00007fff5fbff398, start_index=24586, end_index=31485) + 3039 at measureVector.cpp:58
frame #19: 0x0000000100019222 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 #20: 0x0000000100016966 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 #21: 0x0000000100022291 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 #22: 0x00000001000227bd 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