Re: standalone xpcom on linux - test fails
[email protected] (Doug Turner) Sun, 27 Oct 2002 22:05:05 -0800
| Newsgroups | gmane.comp.mozilla.devel.xpcom |
|---|---|
| Message-ID | <[email protected]> |
http://bugzilla.mozilla.org/show_bug.cgi?id=177063 Doug Turner [email protected] Rob Helmer wrote: > Hello, > > > I successfully compiled XPCOM standalone on Debian GNU/Linux 3.0 using > these instructions : > http://lxr.mozilla.org/seamonkey/source/xpcom/doc/xpcom-standalone.html > > Everything compiles fine, however when I try to run "nsTestSample" I get : > > -- > > Type Manifest File: /home/rhelmer/src/mozilla/dist/bin/components/xpti.dat > nsNativeComponentLoader: autoregistering begins. > nsNativeComponentLoader: autoregistering succeeded > nNCL: registering deferred (0) > ###!!! ASSERTION: can't get memory manager!: 'gMemory', file nsMemory.cpp, line 60 > Break: at file nsMemory.cpp, line 60 > Segmentation fault > > -- > > I found this message, but removing the DEFINEs ( I found it in two Makefiles ) > did not seem to make a difference : > http://www.mail-archive.com/[email protected]/msg02659.html > > ( I did just do another "make" though, not a "make clean" first ). > > Any and all help is greatly appreciated. > > > > Thanks, > Rob >