Closed PythonNut closed 2 years ago
This is due to printing, if you replace it with polyhedron(h)
. I get the same thing and I am also o' ArchLinux. https://github.com/JuliaPolyhedra/Polyhedra.jl/issues/216
Help is most welcome on this issue!
My current iterator is to avoid calling the itetators halfspaces
, points
either directly or indirectly (e.g. through printing) on polyhedra. You should first call hrep
or vrep
and use this instead.
Note that the time is compilation time so it seems to be a Julia bug.
The following code runs "forever" on my system before being killed due to OOM.
Sending
SIGTERM
toJulia
causes the following trace to be printed many times: