Doug Torrance

Results 468 comments of Doug Torrance

> What happens if you do > from phcpy.examples import test > test() > In that test(), the sevenbar problem is solve with a fixed seed of the random number...

How much memory does your system have? I believe the "oom" `GC_abort_on_oom` message means "out of memory". That likely also explains the `SpecialFanoFourfolds` example failures -- I've seen those errors...

Yikes -- I didn't realize how big that branch was! I've opened #2588 to remove the workflow. Someone with the proper permissions will need to delete the branch itself.

FYI, `gh-pages` is back since the workflow was run again on Sunday. This should stop once #2588 is merged into `master`.

I've confirmed that the segfault happens during the call to `get` on line 355. I'll try compiling in debug mode next.

No segfault in debug mode. :( > What does the file "srcdir" contain? ``` (kinetic-amd64)root@mixtuppa:~/macaulay2/M2# cat ./srcdir ./ ```

Two things that are probably related: * Ubuntu 22.10 defaults to GCC 12 (the earlier releases default to GCC

Here's Ubuntu's wiki page on the subject: https://wiki.ubuntu.com/ToolChain/LTO Fedora is using it, too, and Debian plans to switch to it in the not-too-distant future.

> If you give up, let me know how to install a copy of that ubuntu version and I'll take a look. Yeah, I'm pretty stumped. The segfault is happening...

> Are you saying that 22.04 might display the bug? Yes -- just confirmed this by building the development branch in 22.04 using GCC 12 and the LTO build flags...