|
From: Irek S. <ij...@ii...> - 2005-10-06 04:28:39
|
> Interesting. Perhaps libdmallocxx.so somehow iterferes with VG > operation? [It doesn't appear to affect my VG-2.4 on a trivial test > case, but you can try linking without it and see if things improve.] Yes, the library did interfere. When I removed the library, then VG worked fine again. My apologies: I did use dmalloc to check my code, and then I forgot to remove "-ldmallocxx" from my Makefile. > It's been stripped. It still has a dynamic symbol table though, > which you can examine with "nm -D /usr/lib/libstdc++.so.6". This is useful information. Thanks. Paul, many thanks for responding to my post, and helping with the problem. Best, Irek |