Skip to content

Instantly share code, notes, and snippets.

@cnvandev
Created July 8, 2014 01:17
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/8c47a1c42527bc7dc32f to your computer and use it in GitHub Desktop.
Save cnvandev/8c47a1c42527bc7dc32f to your computer and use it in GitHub Desktop.
==14275== Memcheck, a memory error detector
==14275== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==14275== Using Valgrind-3.10.0.SVN and LibVEX; rerun with -h for copyright info
==14275== Command: muse medium_beatbox.wav training_data noise_profile.wav output.mid
==14275==
==14275== WARNING: Support on MacOS 10.8/10.9 is experimental and mostly broken.
==14275== WARNING: Expect incorrect results, assertions and crashes.
==14275== WARNING: In particular, Memcheck on 32-bit programs will fail to
==14275== WARNING: detect any errors associated with heap-allocated data.
==14275==
==14275== Invalid read of size 8
==14275== at 0x10001320D: bitrv2 (in /usr/local/bin/muse)
==14275== by 0x100012BEC: makewt (in /usr/local/bin/muse)
==14275== by 0x1000129A2: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xa4a050 is 0 bytes after a block of size 25,200 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D4DE: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001D3CC: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001DF72: Aquila::FftFactory::getFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A380: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid write of size 8
==14275== at 0x100013268: bitrv2 (in /usr/local/bin/muse)
==14275== by 0x100012BEC: makewt (in /usr/local/bin/muse)
==14275== by 0x1000129A2: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xa4a050 is 0 bytes after a block of size 25,200 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D4DE: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001D3CC: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001DF72: Aquila::FftFactory::getFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A380: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid read of size 8
==14275== at 0x1000131F4: bitrv2 (in /usr/local/bin/muse)
==14275== by 0x100012BEC: makewt (in /usr/local/bin/muse)
==14275== by 0x1000129A2: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xa4a058 is 8 bytes after a block of size 25,200 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D4DE: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001D3CC: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001DF72: Aquila::FftFactory::getFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A380: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid write of size 8
==14275== at 0x10001324F: bitrv2 (in /usr/local/bin/muse)
==14275== by 0x100012BEC: makewt (in /usr/local/bin/muse)
==14275== by 0x1000129A2: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xa4a058 is 8 bytes after a block of size 25,200 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D4DE: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001D3CC: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001DF72: Aquila::FftFactory::getFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A380: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid read of size 8
==14275== at 0x100013EBA: bitrv2conj (in /usr/local/bin/muse)
==14275== by 0x100012A03: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xb3c390 is 0 bytes after a block of size 100,800 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D657: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid write of size 8
==14275== at 0x100013F43: bitrv2conj (in /usr/local/bin/muse)
==14275== by 0x100012A03: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xb3c390 is 0 bytes after a block of size 100,800 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D657: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid read of size 8
==14275== at 0x100013EA1: bitrv2conj (in /usr/local/bin/muse)
==14275== by 0x100012A03: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xb3c398 is 8 bytes after a block of size 100,800 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D657: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid write of size 8
==14275== at 0x100013F2A: bitrv2conj (in /usr/local/bin/muse)
==14275== by 0x100012A03: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xb3c398 is 8 bytes after a block of size 100,800 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D657: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid read of size 8
==14275== at 0x100013FE8: bitrv2conj (in /usr/local/bin/muse)
==14275== by 0x100012A03: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xb3c550 is not stack'd, malloc'd or (recently) free'd
==14275==
==14275== Invalid write of size 8
==14275== at 0x100014016: bitrv2conj (in /usr/local/bin/muse)
==14275== by 0x100012A03: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xb3c550 is not stack'd, malloc'd or (recently) free'd
==14275==
==14275== Invalid read of size 8
==14275== at 0x1000169D5: cft1st (in /usr/local/bin/muse)
==14275== by 0x100014076: cftbsub (in /usr/local/bin/muse)
==14275== by 0x100012A13: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xa4a050 is 0 bytes after a block of size 25,200 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D4DE: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001D3CC: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001DF72: Aquila::FftFactory::getFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A380: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid read of size 8
==14275== at 0x1000169EF: cft1st (in /usr/local/bin/muse)
==14275== by 0x100014076: cftbsub (in /usr/local/bin/muse)
==14275== by 0x100012A13: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xa4a058 is 8 bytes after a block of size 25,200 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D4DE: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001D3CC: Aquila::OouraFft::OouraFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10001DF72: Aquila::FftFactory::getFft(unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A380: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid read of size 8
==14275== at 0x100016A38: cft1st (in /usr/local/bin/muse)
==14275== by 0x100014076: cftbsub (in /usr/local/bin/muse)
==14275== by 0x100012A13: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xb3c390 is 0 bytes after a block of size 100,800 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D657: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid read of size 8
==14275== at 0x100016A4D: cft1st (in /usr/local/bin/muse)
==14275== by 0x100014076: cftbsub (in /usr/local/bin/muse)
==14275== by 0x100012A13: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xb3c3a0 is 16 bytes after a block of size 100,800 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D657: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid read of size 8
==14275== at 0x100016A67: cft1st (in /usr/local/bin/muse)
==14275== by 0x100014076: cftbsub (in /usr/local/bin/muse)
==14275== by 0x100012A13: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xb3c398 is 8 bytes after a block of size 100,800 alloc'd
==14275== at 0x5011: malloc (vg_replace_malloc.c:296)
==14275== by 0xA628D: operator new(unsigned long) (in /usr/lib/libc++.1.dylib)
==14275== by 0x10001D657: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275==
==14275== Invalid read of size 8
==14275== at 0x100016A7C: cft1st (in /usr/local/bin/muse)
==14275== by 0x100014076: cftbsub (in /usr/local/bin/muse)
==14275== by 0x100012A13: cdft (in /usr/local/bin/muse)
==14275== by 0x10001D6EC: Aquila::OouraFft::fft(double const*) (in /usr/local/bin/muse)
==14275== by 0x10002108E: Aquila::Mfcc::calculate(Aquila::SignalSource const&, unsigned long) (in /usr/local/bin/muse)
==14275== by 0x10000A399: measureVector(std::__1::vector<double, std::__1::allocator<double> >&, std::__1::vector<double, std::__1::allocator<double> >&, int, int) (in /usr/local/bin/muse)
==14275== by 0x100008A8B: _Z14extractVectorsRNSt3__16vectorINS0_IdNS_9allocatorIdEEEENS1_IS3_EEEES3_iS3_iRNS0_INS_5tupleIJddidEEENS1_IS8_EEEE (in /usr/local/bin/muse)
==14275== by 0x10000E92B: train(std::__1::vector<std::__1::vector<double, std::__1::allocator<double> >, std::__1::allocator<std::__1::vector<double, std::__1::allocator<double> > > >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<double, std::__1::allocator<double> >, double, std::__1::vector<int, std::__1::allocator<int> >&) (in /usr/local/bin/muse)
==14275== by 0x10000AAAF: MUSE(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (in /usr/local/bin/muse)
==14275== by 0x10000B471: main (in /usr/local/bin/muse)
==14275== Address 0xb3c3a8 is not stack'd, malloc'd or (recently) free'd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment