You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x43a293f48 -- sig_match_fast at /home/Administrator/buildbot/worker/package_win64/build/src\gf.c:2089 [inlined]
jl_lookup_generic_ at /home/Administrator/buildbot/worker/package_win64/build/src\gf.c:2159 [inlined]
jl_apply_generic at /home/Administrator/buildbot/worker/package_win64/build/src\gf.c:2215
in expression starting at no file:0
sig_match_fast at /home/Administrator/buildbot/worker/package_win64/build/src\gf.c:2089 [inlined]
jl_lookup_generic_ at /home/Administrator/buildbot/worker/package_win64/build/src\gf.c:2159 [inlined]
jl_apply_generic at /home/Administrator/buildbot/worker/package_win64/build/src\gf.c:2215
eval_fc_wrapper at C:\Users\Max\.julia\packages\KNITRO\bwlno\src\kn_callbacks.jl:312
When I Base.GC.enable(false) before the solve, then there are no issues.
I tried to construct an MWE, but it is complicated.
The text was updated successfully, but these errors were encountered:
I have had the issue of receiving:
when I solve my unconstrained problem. I added a
@show
into eval_ga_wrapper and got:and sometimes a SEGFAULT:
When I
Base.GC.enable(false)
before thesolve
, then there are no issues.I tried to construct an MWE, but it is complicated.
The text was updated successfully, but these errors were encountered: