LRTRack
LRTRack copied to clipboard
Noizer and Alikens Hovered cannot co-exist.
On my Manjaro (stable) install. A patch that contains both Noizer and Hovered will freeze and crash in pretty short order.
The finale of ~/.Rack/log.txt
reads
[18.522 fatal src/main.cpp:45] Fatal signal 11. Stack trace:
15: ./Rack() [0x56d2b1]
14: /usr/lib/libc.so.6(+0x3bfb0) [0x7f866b121fb0]
13: /home/zero/.Rack/plugins-v1/Alikins/plugin.so(_ZN18HoveredValueWidget4stepEv+0x223) [0x7f86687c7549]
12: ./Rack(_ZN4rack6widget6Widget4stepEv+0x106) [0x5b56c4]
11: ./Rack(_ZN4rack6widget6Widget4stepEv+0x106) [0x5b56c4]
10: ./Rack(_ZN4rack6widget6Widget4stepEv+0x106) [0x5b56c4]
9: ./Rack(_ZN4rack6widget6Widget4stepEv+0x106) [0x5b56c4]
8: ./Rack(_ZN4rack6widget6Widget4stepEv+0x106) [0x5b56c4]
7: ./Rack(_ZN4rack2ui12ScrollWidget4stepEv+0x12) [0x57510e]
6: ./Rack(_ZN4rack3app16RackScrollWidget4stepEv+0x34a) [0x5b0af4]
5: ./Rack(_ZN4rack6widget6Widget4stepEv+0x106) [0x5b56c4]
4: ./Rack(_ZN4rack3app5Scene4stepEv+0xbb) [0x5a80b5]
3: ./Rack(_ZN4rack6Window3runEv+0x462) [0x5663a4]
2: ./Rack(main+0x448) [0x4e6298]
1: /usr/lib/libc.so.6(__libc_start_main+0xf3) [0x7f866b10d153]
0: ./Rack(_start+0x29) [0x4eb1f9]
Also reported at https://github.com/alikins/Alikins-rack-plugins/issues/17#issue-559329936
Not sure what is going on here. Hovered definitely pokes around at internals and makes assumptions about a lot of things being initialized so could potentially be related to that.