$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost 1.36.0 with Linux 64bits
From: Mika Heiskanen (mika.heiskanen_at_[hidden])
Date: 2010-01-29 01:06:23
JongKwan Kim wrote:
> It is linked to my code, but I still have a "Segmentation fault". I do
> not know why.....
Use valgrind or some other memory debugging tool to find out where the
program does the segmentation fault.
--> Mika