I just compiled mozilla 1.5b with gtk2, and can not get TestGtkEmbed to
work (Mozilla itself works perfectly).
Here's what I get :
[EMAIL PROTECTED] tests]$ ./TestGtkEmbed
new_gtk_browser
menu bar
tool bar
location bar
status bar
###!!! ASSERTION: couldn't get thread private index: 'nsThread::kIThreadSelfIndex !=
0', file nsThread.cpp, line 376
Break: at file nsThread.cpp, line 376
No Persistent Registry Found.
Type Manifest File: /opt/mozilla/components/xpti.dat
###!!! ASSERTION: Failed to write xpti manifest!: 'Error', file
xptiInterfaceInfoManager.cpp, line 1936
Break: at file xptiInterfaceInfoManager.cpp, line 1936
nsNativeComponentLoader: autoregistering begins.
nsNativeComponentLoader: autoregistering succeeded
###!!! ASSERTION: Failed to write xpti manifest!: 'Error', file
xptiInterfaceInfoManager.cpp, line 1936
Break: at file xptiInterfaceInfoManager.cpp, line 1936
nNCL: registering deferred (0)
nsNativeComponentLoader: autoregistering begins.
nsNativeComponentLoader: autoregistering succeeded
###!!! ASSERTION: Failed to write xpti manifest!: 'Error', file
xptiInterfaceInfoManager.cpp, line 1936
Break: at file xptiInterfaceInfoManager.cpp, line 1936
nNCL: registering deferred (0)
###!!! ASSERTION: You can't dereference a NULL nsCOMPtr with operator->().: 'mRawPtr
!= 0', file ../../../../dist/include/xpcom/nsCOMPtr.h, line 668
Break: at file ../../../../dist/include/xpcom/nsCOMPtr.h, line 668
Segmentation fault (core dumped)
Any idea of what's happening ?
Thanks !
Fabrice