I am using a combination of TestGtkEmbed and TestGtkEmbedNoteBook.
I can successfully open sites in new tabs and navigate between them, and
closing them.
Sporadicly, when I open a page in a new tab and select that tab, I segfault:
#0 0x40b5d3d2 in handle_gdk_event (event=0x820f068, data=0x0)
at nsGtkEventHandler.cpp:743
#1 0x405ffd6f in gdk_event_dispatch () from /usr/lib/libgdk-1.2.so.0
#2 0x40632773 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
#3 0x40632d39 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
#4 0x40632eec in g_main_run () from /usr/lib/libglib-1.2.so.0
#5 0x4054e2e3 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#6 0x0805d4cc in main (argc=1, argv=0xbffff544) at WebUi.cpp:25
#7 0x42017499 in __libc_start_main () from /lib/i686/libc.so.6
The event is a GDK_EXPOSE and it looks like GDK_IS_SUPERWIN (eventObject) is
blowing up.
I am assuming that it is the mozemebd window of the new
tab that is being exposed???
I think the page loaded fine, because the name of website is on the tab,
but like I said, when I click on the tab it blows up.
Anyone knows what could be going wrong???
If this is caused by the mozemebd window, is there something that I could
check to figure out whats wrong with this mozembed.
Like I said, I can successfully do this most of the time, I only segfault
every know and then.
Thanks,
Andreas.