diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-31 02:48:54 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-31 02:48:54 +0000 |
commit | 9820868d9c3819a17cee188739663394473af4cd (patch) | |
tree | 51bc6b3eca720b9efb7549530665860a9e9a33fc /boehm-gc/doc | |
parent | 6d798a77d7480cf6524949e1ab67a5a41de6930f (diff) | |
download | gcc-9820868d9c3819a17cee188739663394473af4cd.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r49361,
which included commits to RCS files with non-trunk default branches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/doc')
-rw-r--r-- | boehm-gc/doc/debugging.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boehm-gc/doc/debugging.html b/boehm-gc/doc/debugging.html index a186ff507a0..04773fa66a3 100644 --- a/boehm-gc/doc/debugging.html +++ b/boehm-gc/doc/debugging.html @@ -209,6 +209,8 @@ down the problem: <OL> <LI> If you are using the incremental collector try turning it off for debugging. +<LI> If you are using shared libraries, try linking statically. If that works, +ensure that DYNAMIC_LOADING is defined on your platform. <LI> Try to reproduce the problem with fully debuggable unoptimized code. This will eliminate the last possibility, as well as making debugging easier. <LI> Try replacing any suspect typed allocation and <TT>GC_malloc_atomic</tt> |