[SCIP] Debugging segfault.

Marco Correia marco.v.correia at gmail.com
Thu May 13 15:19:57 CEST 2021


Hi,

I'm trying to debug a segfault I'm getting when doing:

SCIPsetLPFeastol(p_scip, 1e-9)

Using a debugger doesn't help (I guess because I haven't compiled SCIP with
debug info), so I was looking at the source code and wanted to make sure I
am calling this function from the right "stage". So I inserted these lines
just before the above one:

SCIP_CALL(SCIPprintStage(p_env, stdout));
fflush(stdout);

but nothing is printed. Any hints why?

Thanks!
Marco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20210513/d6543bb1/attachment.html>


More information about the Scip mailing list