<br>HI Liu,<br><br>The backtrace that you posted from gdb doesn't contain much information.<br><br>Are you sure that you compiled the HelloWorld program with the Debug<br>flags ON ?<br><br>You can do this from CMake, by writing "Debug" in the CMake variable<br>
CMAKE_BUILD_TYPE.<br><br>Please do so and let us know what you find,<br><br><br> Thanks<br><br><br> Luis<br><br><br>----------------------------------------------------------------------<br><div class="gmail_quote">
On Thu, Jul 30, 2009 at 12:40 PM, liu jianfei <span dir="ltr"><<a href="mailto:flair.liu@gmail.com">flair.liu@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear all<br><br> I recently installed Itk 3.14 on Ubuntu 9.04 in a 64-bit dell desktop. All libraries were successfully installed and put in a particular directory. But when I tested the installation with "Hello world" program, it gave me the segmentation error. Then I used gdb to debug it, the following error is detected. <br>
<br> #0 0x00007fc7ee29f791 in ?? () from /lib64/ld-linux-x86-64.so.2<br> #1 0x00007fc7ee297e0f in ?? () from /lib64/ld-linux-x86-64.so.2<br> #2 0x00007fc7ee2aa365 in ?? () from /lib64/ld-linux-x86-64.so.2<br> #3 0x00007fc7ee2953e2 in ?? () from /lib64/ld-linux-x86-64.so.2<br>
#4 0x00007fc7ee294a98 in ?? () from /lib64/ld-linux-x86-64.so.2<br> #5 0x0000000000000001 in ?? ()<br> #6 0x00007ffff64b31ea in ?? ()<br> #7 0x0000000000000000 in ?? ()<br><br> Does anyone know what's the problem and give me suggestions? Thanks.<br>
<br clear="all"><br>-- <br>Sincerely<br><font color="#888888">Jianfei Liu<br>
</font><br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at: <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>