Package: iceweasel
Version: 3.0.3-3
Severity: important

If I start iceweasel it will crash on boot, not even the little dialog
box asking me if I want previous session or not appears. I've tried with
the MOZILLA_DISABLE_PLUGINS environment or -safemode flag and get the
same result. Also  removed ~/.mozilla

The funny thing in gdb is it stopped twice.

I got iceweasel-dbg and cranked it up:
[EMAIL PROTECTED]:~$ iceweasel -g
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) run
Starting program: /usr/lib/iceweasel/firefox-bin -a iceweasel
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
Error while reading shared library symbols:
Cannot find new threads: generic error
Cannot find new threads: generic error
(gdb) bt
#0  0xb7fad6e1 in _dl_debug_state () from /lib/ld-linux.so.2
#1  0xb7fb0c12 in ?? () from /lib/ld-linux.so.2
#2  0x00000000 in ?? ()
(gdb) c
Continuing.
[New Thread 0xb7d098d0 (LWP 20879)]
[New Thread 0xb5c2bb90 (LWP 20885)]
[New Thread 0xb53fbb90 (LWP 20886)]
[New Thread 0xb4acfb90 (LWP 20890)]
[Thread 0xb4acfb90 (LWP 20890) exited]
[New Thread 0xb42ceb90 (LWP 20891)]
[Thread 0xb42ceb90 (LWP 20891) exited]
[New Thread 0xb42ceb90 (LWP 20892)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7d098d0 (LWP 20879)]
0xb74ca8c6 in nsFrame::BoxReflow (this=0x8e1223c, [EMAIL PROTECTED], 
    aPresContext=0x8e08f80, [EMAIL PROTECTED], 
    aRenderingContext=0x8e45470, aX=6000, aY=6000, aWidth=0, aHeight=0, 
    aMoveFrame=1) at nsFrame.cpp:6315
6315    nsFrame.cpp: No such file or directory.
        in nsFrame.cpp
Current language:  auto; currently c++
(gdb) bt
#0  0xb74ca8c6 in nsFrame::BoxReflow (this=0x8e1223c,
[EMAIL PROTECTED], 
    aPresContext=0x8e08f80, [EMAIL PROTECTED], 
    aRenderingContext=0x8e45470, aX=6000, aY=6000, aWidth=0, aHeight=0, 
    aMoveFrame=1) at nsFrame.cpp:6315
#1  0xb74cacc7 in nsFrame::DoLayout (this=0x8e1223c, [EMAIL PROTECTED])
    at nsFrame.cpp:6121
#2  0xb758aaf0 in nsIFrame::Layout (this=0x8e1223c, [EMAIL PROTECTED])
    at nsBox.cpp:561
#3  0xb74d8de9 in LayoutAndInvalidate ([EMAIL PROTECTED],
aBox=0x8e1223c, 
    [EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2480
#4  0xb74d9a1f in nsGfxScrollFrameInner::LayoutScrollbars
(this=0x8e11fd4, 
    [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], 
    [EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2542
#5  0xb74dc64b in nsHTMLScrollFrame::Reflow (this=0x8e11f90, 
    aPresContext=0x8e08f80, [EMAIL PROTECTED], 
    [EMAIL PROTECTED], [EMAIL PROTECTED]) at
nsGfxScrollFrame.cpp:823
#6  0xb74c8400 in nsContainerFrame::ReflowChild (this=0x8e11dc4, 
    aKidFrame=0x8e11f90, aPresContext=0x8e08f80,
[EMAIL PROTECTED], 
    [EMAIL PROTECTED], aX=0, aY=0, aFlags=0, [EMAIL PROTECTED], 
    aTracker=0x0) at nsContainerFrame.cpp:771
#7  0xb750e799 in ViewportFrame::Reflow (this=0x8e11dc4, 
    aPresContext=0x8e08f80, [EMAIL PROTECTED], 
    [EMAIL PROTECTED], [EMAIL PROTECTED]) at
nsViewportFrame.cpp:286
---Type <return> to continue, or q <return> to quit---
#8  0xb74aacb4 in PresShell::DoReflow (this=0x8e10290, target=0x8e11dc4)
    at nsPresShell.cpp:6280
#9  0xb74ae0c6 in PresShell::ProcessReflowCommands (this=0x8e10290, 
    aInterruptible=1) at nsPresShell.cpp:6386
#10 0xb74ae1fc in PresShell::DoFlushPendingNotifications
(this=0x8e10290, 
    aType=Flush_Layout, aInterruptibleReflow=1) at nsPresShell.cpp:4574
#11 0xb74ae28a in PresShell::ReflowEvent::Run (this=0x8e175e8)
    at nsPresShell.cpp:6145
#12 0xb7a936f4 in nsThread::ProcessNextEvent (this=0x8a64308, mayWait=1, 
    result=0xbf9b63e4) at nsThread.cpp:510
#13 0xb7a657e8 in NS_ProcessNextEvent_P (thread=0xb7ce1f04, mayWait=1)
    at nsThreadUtils.cpp:230
#14 0xb79e974c in nsBaseAppShell::Run (this=0x8b048a0)
    at nsBaseAppShell.cpp:170
#15 0xb78c851c in nsAppStartup::Run (this=0x8b33a68) at
nsAppStartup.cpp:181
#16 0xb734489c in XRE_main (argc=3, argv=0xbf9b77c4, aAppData=0x8a17898)
    at nsAppRunner.cpp:3186
#17 0x08048fcc in ?? ()
#18 0x00000003 in ?? ()
#19 0xbf9b77c4 in ?? ()
#20 0x08a17898 in ?? ()
#21 0xbf9b692c in ?? ()
#22 0xbf9b712c in ?? ()
---Type <return> to continue, or q <return> to quit---
#23 0x00000000 in ?? ()
(gdb) q
The program is running.  Exit anyway? (y or n) y


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages iceweasel depends on:
ii  debianutils                   2.30       Miscellaneous utilities specific t
ii  fontconfig                    2.6.0-1    generic font configuration library
ii  libc6                         2.7-15     GNU C Library: Shared libraries
ii  libgcc1                       1:4.3.2-1  GCC support library
ii  libglib2.0-0                  2.16.6-1   The GLib library of C routines
ii  libgtk2.0-0                   2.12.11-4  The GTK+ graphical user interface 
ii  libnspr4-0d                   4.7.1-4    NetScape Portable Runtime Library
ii  libstdc++6                    4.3.2-1    The GNU Standard C++ Library v3
ii  procps                        1:3.2.7-9  /proc file system utilities
ii  psmisc                        22.6-1     Utilities that use the proc filesy
ii  xulrunner-1.9                 1.9.0.3-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
pn  latex-xft-fonts       <none>             (no description available)
ii  libkrb53              1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
pn  mozplugger            <none>             (no description available)
pn  ttf-mathematica4.1    <none>             (no description available)
pn  xfonts-mathml         <none>             (no description available)
pn  xprint                <none>             (no description available)
ii  xulrunner-1.9-gnome-s 1.9.0.3-1          Support for GNOME in xulrunner app

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to