23volts / 23volts-vcv

23volts modules for VCVRack
GNU General Public License v3.0
8 stars 7 forks source link

Current version of Cells crashes Rack on trying to clock the spawn function #1

Closed fractalgee closed 4 years ago

fractalgee commented 4 years ago

Rack 1.1.6, current VCV Rack plugin manager version, MacOS X 10.11.6

crashdump:

0   libsystem_kernel.dylib          0x00007fff9218af06 __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff995ec4ec pthread_kill + 90
2   libsystem_c.dylib               0x00007fff8dfe96df abort + 129
3   com.vcvrack.rack                0x000000010b66459e fatalSignalHandler(int) + 510
4   libsystem_platform.dylib        0x00007fff8a5b452a _sigtramp + 26
5   ???                             0x00007fff610ea5c8 initialPool + 40
6   plugin.dylib                    0x000000000b91c7d9 Cells::process(rack::engine::Module::ProcessArgs const&) + 537
7   com.vcvrack.rack                0x000000010b6bb9be rack::engine::Engine_stepModules(rack::engine::Engine*, int) + 462
8   com.vcvrack.rack                0x000000010b6bc5ab void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, rack::engine::Engine::start()::$_0> >(void*) + 1419
9   libsystem_pthread.dylib         0x00007fff995e999d _pthread_body + 131
10  libsystem_pthread.dylib         0x00007fff995e991a _pthread_start + 168
11  libsystem_pthread.dylib         0x00007fff995e7351 thread_start + 13
fractalgee commented 4 years ago

a little more testing: it doesn't crash on relaunch of Rack after crash and then try that connection again, but after adding it that seems to happen, but not every time. Not sure what else to add, nothing else crashes Rack for me at the moment.

RemiCollin commented 4 years ago

I tried to replicate the issue but couldn't...

Did you upgrade to last version and does it still occur ?

If so, please share your patch file or a screenshot of your patch so I can investigate further

RemiCollin commented 4 years ago

Closed for inactivity