-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ChordCV rack crash #3
Comments
same issue here, even when I turn the first 2 knobs ( debian ). Adding here the logs of jackq :
|
Similar crashes here, using SEQ-3 module to drive the chord progression and Conv module to convert to +/- voltages for Root and Type. I've saved my patch with the sequencer paused. This is stable until I start SEQ-3 (by clicking Run), then Rack will crash after just a few chords (steps) have played. While the Rack UI is frozen, the sound will usually keep playing. Here's the end of my Rack log file:
EDIT: By the way, this module is great! |
It looks like this can happen if the selected inversion is a sharp when drawing. The cause seems to be not providing space for the trailing null in the name buffer. I've submitted an MR with a fix. |
Hi, i like your Chord module a lot and use it often, but it crashes all the time as report above, also for me. ` 1: 1 Rack 0x0000000102e4f3cd _ZL18fatalSignalHandleri + 45 0: 2 libsystem_platform.dylib 0x00007fff20376d7d _sigtramp + 29 |
I love the ChordCV but same here: [66,806 fatal src/main.cpp:45] Fatal signal 6. Stack trace: |
Does this solve your problem ? : |
Yes it's the fix from the PR from worktycho. |
Not a Linux guy myself, but was hoping that posting in this issue would attract some attention to the guys who posted here with problems, and show them a link to a fix. |
the fix is here: |
How can we get this fix working for Mac and Windows? |
i try to find someone who can do a windows and osx version and will post them here tryed to get VCV running on a windows VM and some dll files are missing, and i will not enter dll hell again, left windows years ago because of that shit =D |
Here's your fix compiled for MacOS. It works! (At least my Pachelbel's Canon test patch now repeats with no problems.) Great to be working with ChordCV again! |
Thank u |
Hi,
I have a LFO modulating the voicing input, if I then change type using the knob it crashes rack.
Stack trace follows:
[75.333 fatal src/main.cpp:45] Fatal signal 6. Stack trace:
27: ./Rack(+0x1f63b5) [0x55b83422a3b5]
26: /lib/x86_64-linux-gnu/libc.so.6(+0x3ef20) [0x7f0940c15f20]
25: /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7) [0x7f0940c15e97]
24: /lib/x86_64-linux-gnu/libc.so.6(abort+0x141) [0x7f0940c17801]
23: /lib/x86_64-linux-gnu/libc.so.6(+0x89897) [0x7f0940c60897]
22: /lib/x86_64-linux-gnu/libc.so.6(+0x134cff) [0x7f0940d0bcff]
21: /lib/x86_64-linux-gnu/libc.so.6(+0x134d21) [0x7f0940d0bd21]
20: /lib/x86_64-linux-gnu/libc.so.6(+0x132a10) [0x7f0940d09a10]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x131f29) [0x7f0940d08f29]
18: /lib/x86_64-linux-gnu/libc.so.6(_IO_default_xsputn+0x74) [0x7f0940c65494]
17: /lib/x86_64-linux-gnu/libc.so.6(_IO_vfprintf+0x1c5b) [0x7f0940c33feb]
16: /lib/x86_64-linux-gnu/libc.so.6(__vsprintf_chk+0x9b) [0x7f0940d08fcb]
15: /lib/x86_64-linux-gnu/libc.so.6(__sprintf_chk+0x8a) [0x7f0940d08efa]
14: /home/ewen/.Rack/plugins-v1/AaronStatic/plugin.so(_ZN13ChordCVWidget18ChordDisplayWidget4drawERKN4rack6widget6Widget8DrawArgsE+0x162) [0x7f09366a6646]
13: ./Rack(_ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE+0x1d1) [0x55b834274a99]
12: ./Rack(_ZN4rack3app12ModuleWidget4drawERKNS_6widget6Widget8DrawArgsE+0x59) [0x55b834263743]
11: ./Rack(_ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE+0x1d1) [0x55b834274a99]
10: ./Rack(_ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE+0x1d1) [0x55b834274a99]
9: ./Rack(_ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE+0x1d1) [0x55b834274a99]
8: ./Rack(_ZN4rack6widget10ZoomWidget4drawERKNS0_6Widget8DrawArgsE+0x9a) [0x55b834273902]
7: ./Rack(_ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE+0x1d1) [0x55b834274a99]
6: ./Rack(_ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE+0x1d1) [0x55b834274a99]
5: ./Rack(_ZN4rack2ui12ScrollWidget4drawERKNS_6widget6Widget8DrawArgsE+0x33) [0x55b8342331ed]
4: ./Rack(_ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE+0x1d1) [0x55b834274a99]
3: ./Rack(_ZN4rack6Window3runEv+0x6d4) [0x55b8342246f6]
2: ./Rack(main+0x4cc) [0x55b83419a8ec]
1: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f0940bf8b97]
0: ./Rack(_start+0x2a) [0x55b83419f89a]
The text was updated successfully, but these errors were encountered: