$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2003-08-12 05:42:25
> 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.
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....
John