On Fri, May 11, 2007 at 10:01:22PM +0200, Rainer Dorsch <[EMAIL PROTECTED]> wrote: > Am Donnerstag, 10. Mai 2007 22:45 schrieb Sven Arvidsson: > > On Thu, 2007-05-10 at 19:18 +0200, Rainer Dorsch wrote: > > > epiphany-browser comes up, but then it most likely crashes during > > > rendering of the starting page www.debian.org. I run strace with > > > epiphany, but did not notice a problem. For reference this output is at > > > > > > http://www.alzental-castle.de/~rd/epiphany-browser-new.strace > > > > > > Not sure what iceweasel and epiphany-browser broke, but any hints what to > > > check are very welcome. > > > > From the strace log: > > --- SIGSEGV (Segmentation fault) @ 0 (0) --- > > > > You're getting a segfault, which would indicate a bug or something > > seriously wrong with your setup. > > > > I would suggest getting a backtrace, there are instructions available > > here, > > http://wiki.debian.org/?HowToGetABacktrace > > Sven, > > good observation, thanks. I did what you suggested and it looks to me like > the > problem comes out of libxul. NS_RegistryGetFactory () is calling itself many > times before the crash. I see more details, I tried to run with libxul0d-dbg, > but I failed. Has anybody an idea why that is or could I do something else?
That's because you don't have the debugging symbols that you get somehow recursive NS_RegistryGetFactory calls. You must install libxul0d-dbg, and just run epiphany the normal way and let gdb load the debugging symbols. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]