Closed
Bug 532588
Opened 16 years ago
Closed 15 years ago
Firefox crashes when i open URL http://www.yolinux.com/TUTORIALS/ClearcaseCommands.html
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: sunilk, Unassigned)
References
()
Details
(Keywords: crash, Whiteboard: [closeme 2010-01-25])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
Every time when open URL http://www.yolinux.com/TUTORIALS/ClearcaseCommands.html Firefox crashes.
strace output:
rt_sigaction(SIGINT, {0x807617b, [], SA_RESTORER, 0x73a918}, {SIG_DFL}, 8) = 0
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 20737
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xfefff0ec, WNOHANG) = -1 ECHILD (No child processes)
sigreturn() = ? (mask now [])
rt_sigaction(SIGINT, {SIG_DFL}, {0x807617b, [], SA_RESTORER, 0x73a918}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
read(255, "exitcode=$?\n\nexit $exitcode\n# EO"..., 4831) = 35
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
exit_group(1) = ?
Reproducible: Always
Steps to Reproduce:
1.Launch firefox 3.5.2/2.0.0.12
2.Launch URL http://www.yolinux.com/TUTORIALS/ClearcaseCommands.html
3.Firefox crashed.
Actual Results:
strace output:
rt_sigaction(SIGINT, {0x807617b, [], SA_RESTORER, 0x73a918}, {SIG_DFL}, 8) = 0
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 20737
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xfefff0ec, WNOHANG) = -1 ECHILD (No child processes)
sigreturn() = ? (mask now [])
rt_sigaction(SIGINT, {SIG_DFL}, {0x807617b, [], SA_RESTORER, 0x73a918}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
read(255, "exitcode=$?\n\nexit $exitcode\n# EO"..., 4831) = 35
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
exit_group(1) = ?
Expected Results:
It should open the URL http://www.yolinux.com/TUTORIALS/ClearcaseCommands.html without any error.
Comment 1•16 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7pre) Gecko/20091202 Shiretoko/3.5.7pre
WFM on Windows
Keywords: crash
Version: unspecified → 3.5 Branch
reporter: strace is not what we need, it's a system call trace
- we need a crash stack backtrace
please see:
https://developer.mozilla.org/En/How_to_get_a_stacktrace_for_a_bug_report
Updated•15 years ago
|
Severity: major → critical
Whiteboard: [closeme 2010-01-25]
Comment 3•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.x or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•