Hi folks,

I'm facing a weird problem as following: I'd like to take the gtkmozembed widget off from the mozilla/minimo sourcebase (embedding/browser/gtk/src), to use it as an external library (like the kazehakaze [1] does). I managed to build it after some efforts. At run time it crashes though. I quoted
my error stack from gdb:

*************************************************
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 27834)]
EmbedPrivate::Realize (this=0x8277a28, aAlreadyRealized=0x815fdd8) at nsCOMPtr.h:848
848             {
Current language:  auto; currently c++
(gdb) up
#1 0x080a43c6 in gtk_moz_embed_realize (widget=0x8277980) at gtkmozembed2.cpp:638
638       rv = embedPrivate->Realize(&alreadyRealized);

(QUOTED gtk/glib stuff)

#47 0xb79a8286 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
(gdb)
#48 0xb7e38ed6 in gtk_widget_show () from /usr/lib/libgtk-x11-2.0.so.0
(gdb)
#49 0x080736aa in main (argc=1, argv=0xbfe1c704) at main.c:717
717             gtk_widget_show( GTK_WIDGET( app ) );
*****************************************************

I was searching on Google about similar problems, and I've found this post on http://lists.sourceforge.jp/mailman/archives/kazehakase-devel/2005-December.txt about with no anwsers ...

Does anybody have any hint to get this problem way or , at least, an explaination for it ?

[1] http://kazehakase.sourceforge.jp/

--Antonio Gomes
http://tonikitoo(dot)blogspot(dot)com/
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to