7 ms·
Running Catalina, with sudo I'm able to get the screen up and running, but at first data I get a panic: thread 'display_handler' panicked at 'overflow when sub
by ExtraServings 7y ago
Running Catalina, with sudo I'm able to get the screen up and running, but at first data I get a panic:
thread 'display_handler' panicked at 'overflow when subtracting durations', src/libcore/option.rs:1185:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
- mlindner 7y agoI'm not surprised about OS X, recent OS versions have been making it more and more different from how the OS previously worked. For example GDB doesn't work anymore, and neither does valgrind.
- microcolonel 7y ago> neither does valgrind Woah, that's a huge step backward. How do they expect anyone to write half-decent C for their operating system without valgrind?