Sometime after M18, but (I think) before 0.6, my application which embeds
Mozilla quit working with current builds. I've been busy, and have only now
started looking into the situation.
I've been building from the snapshot tarballs, and I have working Mozilla
directories that when I switch from the M18 to the 0.7 directories, my
application segfaults before the browser ever draws itself.
The only thing that I see on stdout is:
Created vh_docman->theWidget = 136448648
Registering plugin 0 for: "*","All types",".*"
pid is 5592
The first and third lines are being printed by me so I know that it dies
after the call to gtk_moz_embed_new() has returned.
Can anyone think of why this might be happening?
Thanks,
-andrew