<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Dear Xiangyong,<br>
<br>
it seems like you have some memory issue, perhaps some invalid
write.<br>
<br>
In order to debug this, please compile SCIP (and you application, if
any) with NOBLKBUFMEM=true (add a "-D" upfront for CMake). This
disables buffer and block memory of SCIP and lets you debug this
more easily using valgrind.<br>
<br>
Afterwards, don't forget to recompile both SCIP and your application
with buffer and block memory.<br>
<br>
Best,<br>
Gerald<br>
<br>
<div class="moz-cite-prefix">On 03.04.2018 04:38, Xiangyong Li
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:1a05f5c6.3e82.162895e506f.Coremail.lixiangyong@163.com">
<div
style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">
<div>Dear all,<br>
<br>
I am debugging my program. The following error came up:<br>
<br>
src/blockmemshell/memory.c:143:19: runtime error: member
access within misaligned address 0x3fd0e950c39b4c46 for type
'struct MEMLIST', which requires 8 byte alignment<br>
0x3fd0e950c39b4c46: note: pointer points here<br>
<memory cannot be printed><br>
Segmentation fault (core dumped)<br>
<br>
<br>
What does it mean? Thanks.<br>
<br>
<br>
Xiangyong<br>
</div>
</div>
<br>
<br>
<span title="neteasefooter">
<p> </p>
</span><br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Scip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de">Scip@zib.de</a>
<a class="moz-txt-link-freetext" href="https://listserv.zib.de/mailman/listinfo/scip">https://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
</blockquote>
<br>
</body>
</html>