helm icon indicating copy to clipboard operation
helm copied to clipboard

ASAN: alloc-dealloc-mismatch (operator new [] vs operator delete)

Open abique opened this issue 3 years ago • 0 comments

ERROR: AddressSanitizer: alloc-dealloc-mismatch (operator new [] vs operator delete) on 0x631000730800
    #0 0x55555c69dce9 in operator delete(void*) (/home/abique/develop/bitwig/dev1/cmake-builds/code/bin/BitwigAudioEngine+0x7149ce9)
    #1 0x7fffdb7ef2c8 in mopo::SimpleDelay::~SimpleDelay() (/usr/lib/vst/helm-synth.so+0x5c02c8)
    #2 0x7fffdb7ef319 in mopo::SimpleDelay::~SimpleDelay() (/usr/lib/vst/helm-synth.so+0x5c0319)
    #3 0x7fffdb7e9c2d in mopo::ProcessorRouter::~ProcessorRouter() (/usr/lib/vst/helm-synth.so+0x5bac2d)
    #4 0x7fffdb7e9d59 in mopo::ProcessorRouter::~ProcessorRouter() (/usr/lib/vst/helm-synth.so+0x5bad59)
    #5 0x7fffdb7f4809 in mopo::Voice::~Voice() (/usr/lib/vst/helm-synth.so+0x5c5809)
    #6 0x7fffdb7f63de in mopo::VoiceHandler::~VoiceHandler() (/usr/lib/vst/helm-synth.so+0x5c73de)
    #7 0x7fffdb7ddedc in virtual thunk to mopo::HelmVoiceHandler::~HelmVoiceHandler() (/usr/lib/vst/helm-synth.so+0x5aeedc)
    #8 0x7fffdb7e9c2d in mopo::ProcessorRouter::~ProcessorRouter() (/usr/lib/vst/helm-synth.so+0x5bac2d)
    #9 0x7fffdb7c419a in HelmPlugin::~HelmPlugin() (/usr/lib/vst/helm-synth.so+0x59519a)
    #10 0x7fffdb7c41f9 in HelmPlugin::~HelmPlugin() (/usr/lib/vst/helm-synth.so+0x5951f9)
    #11 0x7fffdb522acd in JuceVSTWrapper::~JuceVSTWrapper() (/usr/lib/vst/helm-synth.so+0x2f3acd)
    #12 0x7fffdb5256c2 in JuceVSTWrapper::dispatcherCB(VstEffectInterface*, int, int, long long, void*, float) (/usr/lib/vst/helm-synth.so+0x2f66c2)

abique avatar Nov 23 '20 14:11 abique