Doug Coleman
Doug Coleman
This code does not crash if you try it in .97 @bjourne Maybe your gc workhorse removal broke something? c02d9135797b1f4c3f4b4fda5c6826e2cb17ff4f
On M1 Macbook: ``` SANITIZER=thread arch -x86_64 make -j44 ``` os-unix.cpp sample_signal_handler: https://github.com/factor/factor/blob/ce86de6c23826a318be6dab8c6105542d76d52eb/vm/os-unix.cpp#L186 safepoints.cpp enqueue_samples: https://github.com/factor/factor/blob/4f304cbc877b72618ad1b2dba8f9f8c5c3550f7a/vm/safepoints.cpp#L12 atomic.hpp: https://github.com/factor/factor/blob/4f304cbc877b72618ad1b2dba8f9f8c5c3550f7a/vm/atomic.hpp https://github.com/factor/factor/blob/4f304cbc877b72618ad1b2dba8f9f8c5c3550f7a/vm/atomic-gcc.hpp ``` [email protected] factor64 git:(master) ✗ ./Factor.app/Contents/MacOS/factor factor(47371,0x204452600) malloc: nano zone abandoned...
min-version=11.0 ``` ================== WARNING: ThreadSanitizer: data race (pid=16074) Read of size 1 at 0x7b6800000388 by thread T1: #0 factor::sample_signal_handler(int, __siginfo*, void*) os-unix.cpp:194 (factor:x86_64+0x100004a05) #1 __tsan::CallUserSignalHandler(__tsan::ThreadState*, bool, bool, bool, int, __sanitizer::__sanitizer_siginfo*,...
[email protected] factor ./Factor.app/Contents/MacOS/factor assertion failed: state update should occur from waiters' queue (ThreadContextRegisterState.cpp:947 arm_fpr_state_from_x86_state) [1] 87372 trace trap ./Factor.app/Contents/MacOS/factor ```factor gc [ 10 [ 10,000,000 V{ } like dup [...
There were problems with OpenBSD and NetBSD not support a feature the VM needed, if i remember correctly. We'd have to check the logs or ask Slava exactly what they...
Could we add a custom right-click menu to restarts? Or just close this bug?
Try `where code` or `where code.exe` in a DOS shell to see what your machine might be using.
In general we don't just add `ALIAS:` because `ALIAS:` is a half-baked feature and having multiple names for things increases complexity and decreases readability. As for the name, `.` means...
Related to #1868
https://developer.apple.com/opengl/OpenGL-Capabilities-Tables.pdf