Closed
Bug 312886
Opened 20 years ago
Closed 19 years ago
FireFox random crashes when browsing - pangolite
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: yongtin, Assigned: blizzard)
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.10) Gecko/20050823 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.10) Gecko/20050823 Firefox/1.0.6
I don't know exactly how it happened. FireFox crashes randomely on me a few times.
I built FireFox from scratch from gtk to FireFox. Here is the buildconfig:
about:buildconfig
Build platform
target
sparc-sun-solaris2.8
Build tools
Compiler Version Compiler flags
/export/SUNWspro/bin/cc Forte Developer 7 C 5.4 2002/03/09 -xlibmil
-I/usr/local/firefox-1.0.6/dep/include -xstrconst -xbuiltin=%all -mt
/export/SUNWspro/bin/CC Forte Developer 7 C++ 5.4 2002/03/09 -xlibmil
-xlibmopt -features=tmplife -norunpath -I/usr/local/firefox-1.0.6/dep/include
-xbuiltin=%all -features=tmplife -mt -I/usr/openwin/include
Configure arguments
--disable-ldap --disable-mailnews
--enable-extensions=cookie,xml-rpc,xmlextras,pref,universalchardet,webservices,inspector,negotiateauth
--enable-crypto --disable-composer --disable-debug --disable-tests
--enable-static --disable-shared --enable-single-profile
--disable-profilesharing --disable-xprint --enable-xinerama --enable-x11-shm
--enable-ctl --enable-default-toolkit=gtk2 --enable-freetype2 --disable-xft
--without-system-nspr --without-system-zlib --without-system-jpeg
--without-system-png --without-system-mng --x-includes=/usr/openwin/include
--x-libraries=/usr/openwin/lib --prefix=/usr/local/firefox-1.0.6
'--enable-application=suite browser' --disable-gnomevfs --disable-pedantic
--disable-profilelocking --enable-official-branding --disable-native-uconv
--enable-calendar --enable-installer --enable-plugins
Also, I have included a truss output along with this:
.
.
.
poll(0x01707468, 2, 0) = 1
lwp_sema_post(0xFD131E60) = 0
lwp_sema_wait(0xFD131E60) = 0
lwp_mutex_wakeup(0xFF3634F8) = 0
lwp_mutex_lock(0xFF3634F8) = 0
lwp_cond_signal(0xFF35CD28) = 0
lwp_cond_wait(0xFF35CD28, 0xFF35CD10, 0xFDA0BD30) = 0
read(5, "FA", 1) = 1
ioctl(4, FIONREAD, 0xFFBEE12C) = 0
poll(0x01707468, 2, 0) = 1
read(5, "FA", 1) = 1
ioctl(4, FIONREAD, 0xFFBEE12C) = 0
poll(0x01707468, 2, 0) = 1
read(5, "FA", 1) = 1
ioctl(4, FIONREAD, 0xFFBEE12C) = 0
poll(0x01707468, 2, 0) = 1
read(5, "FA", 1) = 1
ioctl(4, FIONREAD, 0xFFBEE12C) = 0
poll(0x01707468, 2, 0) = 1
read(5, "FA", 1) = 1
ioctl(4, FIONREAD, 0xFFBEE12C) = 0
poll(0x01707468, 2, 0) = 0
open("", O_RDONLY) Err#14 EFAULT
Pangolite:write(2, " P a n g o l i t e :", 10) = 10
Incurred fault #6, FLTBOUNDS %pc = 0xFF233218
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
Received signal #11, SIGSEGV [caught]
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
sigprocmask(SIG_SETMASK, 0xFF35CFB8, 0x00000000) = 0
unlink("/home/tyong/.mozilla/firefox/fih9fca6.default/lock") = 0
sigaction(SIGSEGV, 0xFFBE9C28, 0x00000000) = 0
sigprocmask(SIG_SETMASK, 0xFF368CE0, 0xFFBE9B90) = 0
lwp_kill(6, SIGSEGV) = 0
sigprocmask(SIG_SETMASK, 0xFFBE9B90, 0x00000000) = 0
Received signal #11, SIGSEGV [default]
siginfo: SIGSEGV pid=20964 uid=33216 code=-1
*** process killed ***
Please help.
Thanks,
Tsang
Reproducible: Sometimes
Steps to Reproduce:
1. Browse the web like normal
2. Crash suddenly when checking gmail
3. Start again and browse, suddenly crase on yahoo.com
Expected Results:
No crash
What is pangolite anyway?
It seems like the crashes start from here.
reporter: please don't post straces unless explicitly requested by someone. we
almost always want _stack_ traces which are very different things. please read
http://www.mozilla.org/unix/debugging-faq.html
Assignee: nobody → blizzard
Component: General → GFX: Gtk
Keywords: crash
Product: Firefox → Core
QA Contact: general → gtk
Summary: FireFox random crashes when browsing → FireFox random crashes when browsing - pangolite
Version: unspecified → 1.7 Branch
Comment 2•19 years ago
|
||
Can not reproduce this bug on Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1.3) Gecko/20070508 Firefox/2.0.0.3 and Firefox TRUNK
Change to WORKSFORME.
Reporter, feel free to reopen this bug if you still reproduce the crash on the latest FireFox.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•