$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-08-12 11:57:56
At 06:42 AM 8/12/2003, John Maddock wrote:
>> I tried a build explicitly specifying the stack size as 2 megabytes
(the
>> default is 1 megabyte) but that also crashed.
>
>Beman - a couple of suggestions:
>
>1) can you build with Borland's compiler with Codeguard enabled - that's
>actually pretty good at trapping memory errors.
OK, I'll give it a try.
>2) Have you tried building with vc7.1 and the /GS stack protection
option,
>the /RTC options may also help, as may the managed code options....
/GS was already present, but I've now added /RTC1.
Thanks for the suggestions,
--Beman