I built mozilla 1.3 from sources on a ppc405 board. I'm using :
linux 2.4.18 gcc 3.2.1 perl 5.6.1 GNU make 3.79.1 gtk+ 1.2.9 glib 1.2.9 libIDL 0.6.8 zip 2.3
I try to run mozilla : > mozilla -splash
Mozilla crashs after splash screen The console output is :
Type Manifest File: /usr/local/lib/mozilla-1.3/components/xpti.dat
+++ JavaScript debugging hooks installed.
nsNativeComponentLoader: autoregistering begins.
nsNativeComponentLoader: autoregistering succeeded
nNCL: registering deferred (0)
WARNING: Cannot create startup observer : service,@mozilla.org/typeaheadfind;1,
file nsAppStartupNotifier.cpp, line 113
GFX: dpi=75 t2p=0.0526316 p2t=19 depth=16
WEBSHELL+ = 1
###!!! ASSERTION: failed to Ensure1Window: 'NS_SUCCEEDED(rv)', file nsAppRunner.
cpp, line 1235
Break: at file nsAppRunner.cpp, line 1235
nsPluginHostImpl::Observe "xpcom-shutdown"
WARNING: nsExceptionService ignoring thread destruction after shutdown, file nsE
xceptionService.cpp, line 189
+++ JavaScript debuging hooks removed.
WARNING: NS_ENSURE_TRUE(uriLoader) failed, file nsDocShell.cpp, line 386
WARNING: Failed to create timer, file nsJSEnvironment.cpp, line 1693
nsPluginHostImpl dtor
WEBSHELL- = 0
So what am i missing ?
I try to run xpcom sample : > cd xpcom/sample/ > ./nsTestSample
Type Manifest File: /usr/lib/mozilla-1.3/components/xpti.dat +++ JavaScript debugging hooks installed. nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) Inital print: initial value foopy 5 GetValue 8 Set value to: XPCOM defies gravity Final print : XPCOM defies gravity foopy 5 GetValue 8 Test passed. +++ JavaScript debuging hooks removed.
Correct but i think "Cannot create startup observer" is a xpcom error !
Why i'm getting these errors?
- nNCL: registering deferred (0)
WARNING: Cannot create startup observer : service,@mozilla.org/typeaheadfind;1,
file nsAppStartupNotifier.cpp, line 113
- ASSERTION: failed to Ensure1Window: 'NS_SUCCEEDED(rv)', file nsAppRunner.
cpp, line 1235
Break: at file nsAppRunner.cpp, line 1235
nsPluginHostImpl::Observe "xpcom-shutdown"
...
Any help will be much appreciated.
Regards,
Olivier Eribon
_______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
