Skip to content

Instantly share code, notes, and snippets.

@cnvandev
Created June 27, 2014 20:24
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/6992765405d159823228 to your computer and use it in GitHub Desktop.
Save cnvandev/6992765405d159823228 to your computer and use it in GitHub Desktop.
(lldb) bt
* thread #1: tid = 0x214f77, 0x00000001000438aa muse-debug`cftmdl + 906, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x1007f0000)
* frame #0: 0x00000001000438aa muse-debug`cftmdl + 906
frame #1: 0x0000000100040810 muse-debug`cftbsub + 96
frame #2: 0x000000010003f184 muse-debug`cdft + 180
frame #3: 0x0000000100048b9d muse-debug`Aquila::OouraFft::fft(double const*) + 237
frame #4: 0x000000010004c32f muse-debug`Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) + 127
frame #5: 0x00000001000206af muse-debug`measureVector(the_vector=0x00007fff5fbfd8c8, audio=0x00007fff5fbfe478, start_index=84823, end_index=101424) + 4175 at measureVector.cpp:59
frame #6: 0x0000000100018652 muse-debug`extractVectors(vectors=0x00007fff5fbfe4e0, audio=vector<double, std::__1::allocator<double> > at 0x00007fff5fbfe478, sample_rate=44100, bg_audio=vector<double, std::__1::allocator<double> > at 0x00007fff5fbfe460, bg_sample_rate=44100, notes=0x00007fff5fbfe490) + 3234 at extractVectors.cpp:74
frame #7: 0x000000010002c8a5 muse-debug`train(results=0x00007fff5fbff620, training_path=std::__1::string at 0x00007fff5fbff608, bg_audio=vector<double, std::__1::allocator<double> > at 0x00007fff5fbff5f0, bg_sample_rate=44100, classes=0x00007fff5fbff638) + 5733 at train.cpp:44
frame #8: 0x0000000100022943 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) + 995 at muse.cpp:44
frame #9: 0x0000000100022f6d 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