http://bugs.freedesktop.org/show_bug.cgi?id=16747
--- Comment #10 from Karl Tomlinson <[EMAIL PROTECTED]> 2008-09-23 03:03:37 PST --- (In reply to comment #7) > still crashing. however the backtrace isn't the same than before.... > HOW CAN I COMPILE FIREFOX AND KEEP DEBUG SYMBOLS? I can help a lot if I could > have the debug symbols of firefox... maybe the issue isn't in swfdec but in > firefox > > here is the end of SWFDEC_DEBUG=2 firefox -Profilemanager -g > ###!!! ASSERTION: reflow roots must not have visible overflow: > 'desiredSize.mOverflowArea == nsRect(nsPoint(0, 0), nsSize(desiredSize.width, > desiredSize.height))', file nsPresShell.cpp, line 6294 > ###!!! ASSERTION: non-root frame's desired size changed during an incremental > reflow: '(target == rootFrame && size.height == NS_UNCONSTRAINEDSIZE) || > (desiredSize.width == size.width && desiredSize.height == size.height)', file > nsPresShell.cpp, line 6290 > For application/x-shockwave-flash found plugin > /usr/lib/firefox-3.0.1/plugins/libswfdecmozilla.so > LoadPlugin() /usr/lib/firefox-3.0.1/plugins/libswfdecmozilla.so returned > 7fcaf2f8df80 It looks like this is a debug build, and so should have symbols. Try putting "NSPR_LOG_MODULES=nsObjectFrame:4,Plugin:5,PluginNPP:5,PluginNPN:5" and it may give some info on where Mozilla is up to. The assertions are layout related and not necessarily related to the crash. > Program received signal SIGSEGV, Segmentation fault. > 0x0000000000000002 in ?? () > (gdb) bt > #0 0x0000000000000002 in ?? () > #1 0x00007fcafc41d990 in ?? () > #2 0x0000000000000000 in ?? () > (gdb) I'm not sure symbols are going to help here. The stack looks corrupted. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ Swfdec mailing list Swfdec@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/swfdec