Comment 9 for bug 219041

Revision history for this message
Dustin Spicuzza (dustin-virtualroadside) wrote :

Ok.. got symbols working. So the error is exactly at EmbedPrivate.cpp:293

(gdb) where
#0 0xae157348 in EmbedPrivate::Realize (this=0x855b5b0, aAlreadyRealized=0xbf81d018) at EmbedPrivate.cpp:293
#1 0xae155468 in gtk_moz_embed_realize (widget=0x80992e8) at gtkmozembed2.cpp:490
#2 0xb787fa4f in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0
#3 0xb7871079 in ?? () from /usr/lib/libgobject-2.0.so.0
#4 0x080bf560 in ?? ()
#5 0x00000000 in ?? ()
(gdb) info locals
webBrowser = {mRawPtr = 0x0}
supportsWeak = {mRawPtr = 0x80ca3e0}
weakRef = {mRawPtr = 0xb7cfabaf}
uriListener = {mRawPtr = 0xbf81cfa8}
mozWidget = {mRawPtr = 0xbf81cfa4}
tmp_window = <value optimized out>
data = <value optimized out>

Ok... so not sure how to fix this, about the end of my knowledge on this topic. Whoever can fix it, let me know if theres more information I can give to you.