$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2007-09-17 10:42:14
Rene Rivera wrote:
> Dave mentioned he might look at why it crashes when using boehmgc. But
> as we all know he's a busy person ;-) If any one else is brave enough,
> they can try it out with the svn bjam version (3.1.15), just by adding
> --gc when building bjam.
>
> NOTE; Using boehmgc does help, when I run with it, it does use less
> memory. It just crashes at some point :-(
I have built a version of bjam linked against boehm gc 7.0. When this
version is run, it get tons of complaints from the gc:
GC_debug_register_finalizer called with non-base-pointer 0x8168fe0
GC_debug_register_finalizer called with non-base-pointer 0x8161f78
GC_debug_register_finalizer called with non-base-pointer 0x8161f78
...
Maybe this rings a bell with someone on what might be wrong?
Markus