diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-20 00:37:29 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-20 00:37:29 +0000 | 
| commit | 548b9dd8dbfa0dbe5247d9b4af7e388855beb506 (patch) | |
| tree | 81b92ab0e12a687937e7948736fcb280dbc8d6c6 /gc/doc/debugging.html | |
| parent | [w3m-dev 02655] print version and compile options (diff) | |
| download | w3m-548b9dd8dbfa0dbe5247d9b4af7e388855beb506.tar.gz w3m-548b9dd8dbfa0dbe5247d9b4af7e388855beb506.zip | |
sync with w3m-0.2.2-inu-1.1/gc
Diffstat (limited to '')
| -rw-r--r-- | gc/doc/debugging.html | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/gc/doc/debugging.html b/gc/doc/debugging.html index a186ff5..04773fa 100644 --- a/gc/doc/debugging.html +++ b/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> | 
