JuliaHomotopyContinuation / HomotopyContinuation.jl

A Julia package for solving systems of polynomials via homotopy continuation.
https://www.JuliaHomotopyContinuation.org
MIT License
178 stars 30 forks source link

StackOverflow on 32 bits #476

Open blegat opened 3 years ago

blegat commented 3 years ago

On 32 bits, I get:

ERROR: LoadError: LoadError: LoadError: InitError: StackOverflowError:
Stacktrace:
 [1] convert(#unused#::Type{HomotopyContinuation.ModelKit.Expression}, x::Int32) (repeats 79984 times)
   @ HomotopyContinuation.ModelKit ~/.julia/packages/HomotopyContinuation/XnHM3/src/model_kit/symengine.jl:386
during initialization of module ModelKit

See https://github.com/JuliaAlgebra/MultivariateMoments.jl/pull/23/checks?check_run_id=2680088948#step:6:185

saschatimme commented 3 years ago

Oh this is a 32-bit linux environment right?

blegat commented 3 years ago

Yes, Ubuntu 32-bits with Julia v1.6.1

saschatimme commented 3 years ago

Will try to look into this soon -- I didn't expect that 32 bit system are still around, so I didn't care much