diff options
author | Bryce McKinlay <bryce@gcc.gnu.org> | 2002-01-31 02:48:54 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2002-01-31 02:48:54 +0000 |
commit | 5867245e314ba5fc3af34d6c158acdfe62817a06 (patch) | |
tree | 51bc6b3eca720b9efb7549530665860a9e9a33fc /boehm-gc/doc | |
parent | c2206235fbbb85d5ccf75472ef9ec660ba2a89e7 (diff) | |
download | gcc-5867245e314ba5fc3af34d6c158acdfe62817a06.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.
From-SVN: r49362
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> |