On Sat, Apr 22, 2006 at 11:24:54AM -0400, Massimo Savino wrote: > Hi guys, > > Hope this isn't too intrusive. Finally managed to get some time for this -- > went to a conference in Hamilton. To recap, I've been noticing that FF dies > pretty consistently on a gaming site I regularly visit > > --> http://www.game-warden.com/forum/forumdisplay.php?f=36 > > (as well as on other sites, but it seems to vary with the phase of the moon > or something). > > We left off with Justin suggesting I run catchsegv with FF to see if that > produces anything useful, which it did. > > I'd also like to digress briefly to tell you about another thing I tried; I > don't know if it will be useful but here it is: > - If I run the Javascript Debugger it loads the page well enough. It's > only when I try the URL in the main window that it fails. > > OK, output from catchsegv firefox follows and thank you in advance for > your consideration > Mass > > > catchsegv firefox I guess this is going to need recompilation with debugging symbols.
Something like: DEB_BUILD_OPTIONS=nostrip apt-get -oDPkg::Build-options=-rfakeroot -b source I guess it will need something like 30 minutes and 500MB on a modern machine. (You should use the sources from sid, which support nostrip better). Then you can rerun with gdb or catchsegv. Did you test with a new user? (adduser fftest) Justin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

