reassign 485644 devhelp
thanks

On Thu, Jun 19, 2008 at 07:36:08PM +0100, Bradley Smith wrote:
> On Thu, 19 Jun 2008 19:29:48 +0200
> Mike Hommey <[EMAIL PROTECTED]> wrote:
> 
> > Could either of you attach a stacktrace from the crash ?
> 
> I've attached a stacktrace with devhelp rebuilt with debugging symbols.
> 
> After running it through gdb a few times and having a poke around,
> it /seems/ to be coming from 'gtk_moz_embed_get_nsIWebBrowser' in
> do_command, but I may be wrong.

Looks like the faulty code is in devhelp, after all ;)

gtk_moz_embed_get_nsIWebBrowser being NULL, it crashes, but the fact
that gtk_moz_embed_get_nsIWebBrowser is NULL proves
GTKEmbedGlueStartupInternal is not called, and obviously it is not
called because GTKEmbedGlueStartupInternal is not defined (#ifdef)...
which is totally normal, since it's a function, not a macro...

So, just remove #ifdef GTKEmbedGlueStartupInternal from
dh-gecko-utils.cpp, and that should work.

Cheers

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to