On Saturday, January 3, 2004, at 10:51 PM, Noemi Millman wrote:
The patch compiles and runs fine for me, with one, er, small problem: the mParentWidget->GetParent() call causes the browser to crash with a SIGSEGV fault when a page is reloaded (I've been using http://bugzilla.mozilla.org/query.cgi as a testcase). Since this seems to be an accessor method, I can't understand how calling it should cause a crash (and I'm not yet familiar enough with the codebase to be able to easily track it down).
Use bonsai.mozilla.org and lxr.mozilla.org to try to find the method in the mozila source.
e.g.
http://lxr.mozilla.org/mozilla/ident?i=GetParent
Have a look at the first page which are all the places it s defined as a function to call. that should help to find the source that mParentWidget->GetParent() is calling into.
Also you might find #mozilla helpful, sometimes they are.
simon
99% Devil, 1% Angel homepage http://www.simonwoodside.com for the developing world http://www.openict.net member of http://www.mozilla.org/projects/camino
_______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino
