[Scip] Receiving segmentation fault when calling SCIPallocBufferArray

贺行遒 hexqiu at hotmail.com
Mon May 18 09:58:34 CEST 2015




Hello all,

Just as the title says, my program received signal SIGSEGV during the running process.

I put the bin file into gdb and it said the error occured when allocating memory by calling SCIPallocBufferArray().

I don't know what's go wrong and how I can handle this problem. Could any of you give me some advice?
Thanks a lot!

Several lines of debugging infomation given by gdb are listed below:

Program received signal SIGSEGV, Segmentation fault.
0x082fd3e1 in SCIPallocBufferSize (scip=0xb7cc0ba5 <_IO_file_write+69>, ptr=0xbfffd3a4, size=64) at src/scip/scip.c:38056
38056       SCIP_CALL( SCIPsetAllocBufferSize(scip->set, ptr, size) );
(gdb) p ptr
$3 = (void **) 0xbfffd3a4
(gdb) bt
#0  0x082fd3e1 in SCIPallocBufferSize (scip=0xb7cc0ba5 <_IO_file_write+69>, ptr=0xbfffd3a4, size=64) at src/scip/scip.c:38056
#1  0x08052734 in pricerRedcostOAAR (scip=0x89f6238, pricer=0x8a0e180, lowerbound=0xbfffe188, stopearly=0xbfffe19c, result=0xbfffe194)
    at src/pricer_OAAR.c:648

Best Regards,
He Xingqiu




 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20150518/002d31b6/attachment.html>


More information about the Scip mailing list