LeeTibbert

Results 665 comments of LeeTibbert

Travel well, Dr. Livingston. Send postcards if you find work.

A guess: Issue #4337 may be related.

coreyoconnor. Could you take a moment to explain to a interested reader who is not a subject expert a few things? I appreciate 3 minutes of your time. Thank you....

| I'll be sure to answer your other questions eventually. :) I'm still building a suitable test and evidence of this and other | "optimizations" Understood. "not soup yet" No...

As an individual member of the community, thank you for chasing this.

Sorry you experienced this problem & thank you for reporting it. ` struct sigaction action;` looks like C or C++ code. I did a quick search through the Scala Native...

There were some Cmumble exception handling changes in 0.5.8 but, on a quick check of the SN 0.5.9 release notes I saw nothing relevant. Not to say it is not...

* Could not replicate using macOS arm, 16.mumble `scala-cli broken_ce.scala` where the file is the gist above. * Did replicate on Intel Linux 6.17.3+ ``` Optimizing (debug mode) (7824 ms)...

Some success, thanks to @ekrich & the reproducer above ``` $ scala-cli --native-compile "-D_GNU_SOURCE" broken_ce.scala [info] Linking (multithreadingEnabled=true, disable if not used) (5900 ms) [info] Discovered 2666 classes and 17685...

When I use either gcc or clang to compile the CE file `signal_helper.c` by itself in a 'clean" environment it fails with "" and succeeds with "clang -c -std=gnu11 signal_helper.c"...