firefox could not be maximized and could just be seen in the task panel

Bug #99377 reported by raptor
4
Affects Status Importance Assigned to Milestone
firefox (Ubuntu)
Invalid
High
Mozilla Bugs

Bug Description

Feisty Fawn (Ubuntu) with Firefox 2.0.0.3.

Firefox was minimized to task panel but no action could firefox make maximized or even get visible.

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Sat Mar 31 12:45:41 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/lib/firefox/firefox-bin
Package: firefox 2.0.0.3+1-0ubuntu1
PackageArchitecture: i386
ProcCmdline: /usr/lib/firefox/firefox-bin
ProcCwd: /home/joern
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
Signal: 11
SourcePackage: firefox
StacktraceTop:
 __kernel_vsyscall ()
 raise () from /lib/tls/i686/cmov/libpthread.so.0
 ?? ()
 ?? ()
 ?? ()
Uname: Linux vega 2.6.20-13-386 #2 Sun Mar 25 00:18:53 UTC 2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev powerdev scanner video

Revision history for this message
raptor (joern-klauke) wrote :
Revision history for this message
John Vivirito (gnomefreak) wrote :

You might want to retrace yourself the coredump file with gdb. In that case you have to do the following:

Install the debugging symbols for firefox as:

apt-get install firefox-dbg

Optionally you might want to install the following packages as:

apt-get install libgtk2.0-0-dbg libnss3-0d-dbg libnspr4-0d-dbg libpango1.0-0-dbg libc6-dbg

Copy and paste in a xterm the following sequence of commands:

TMPDIR=$(mktemp -d)
apport-unpack /var/crash/_usr_lib_firefox_firefox-bin.1000.crash $TMPDIR
gdb -nx /usr/lib/firefox/firefox-bin -core $TMPDIR/CoreDump -ex 'backtrace full' -ex 'thread apply all backtrace full' -ex 'quit' 2>&1 | tee gdb.log
rm -fr $TMPDIR

That command will run gdb against the coredump file included in the crash report that was generated when firefox crashed.

Upload the resulting gdb.log to launchpad.

One good thing to do is looking at the gdb output and search for missing dbg libraries or other warnings, install them and run again gdb.

Thank you in advance

Changed in firefox:
assignee: nobody → mozilla-bugs
importance: Undecided → High
status: Unconfirmed → Needs Info
Revision history for this message
Hilario J. Montoliu (hjmf) (hmontoliu) wrote :

Thank you for the bug report however this report lacks information we need to investigate it further. For this reason, we are now going to close the bug - please feel free to reopen when you have more information at hand.

Further information can be found at [1].

[1] https://wiki.ubuntu.com/MozillaTeam/Bugs

Changed in firefox:
status: Needs Info → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.