Closed
Bug 305879
Opened 19 years ago
Closed 17 years ago
64 bit firefox 1.0.6 crashes when using refspoof (amd64) [@ nsFileView::SetFilter]
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 257427
People
(Reporter: raphael, Assigned: jag+mozilla)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
13.57 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.10) Gecko/20050818 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.10) Gecko/20050818 Firefox/1.0.6
With the refspoof extension installed if you go to "options->convert spooffile
for import" firefox crashes.
/usr/libexec/mozilla-launcher: line 116: 15325 Segmentation fault "$mozbin"
"$@"
firefox-bin exited with non-zero status (139)
Reproducible: Always
Steps to Reproduce:
1. Load firefox with refspoof extension installed
2.Go to "options->convert spooffile for import"
3.
Actual Results:
Firefox crashes with the message
/usr/libexec/mozilla-launcher: line 116: 15325 Segmentation fault "$mozbin"
"$@"
firefox-bin exited with non-zero status (139)
Expected Results:
Firefox should not crash
Full details with debug/stack trace at http://bugs.gentoo.org/show_bug.cgi?id=102957
Comment 1•19 years ago
|
||
Could you provide a stack trace from a build with symbols, or a talkback ID from
an official build? The attachment at
http://bugs.gentoo.org/show_bug.cgi?id=102957 is not a stack trace.
http://www.mozilla.org/unix/debugging-faq.html
http://kb.mozillazine.org/Talkback
Reporter | ||
Comment 2•19 years ago
|
||
I will try to make a version with symbols and provide a stack trace next
week. The links you gave don't appear to give advice on this specifically
except in the case of talkback. Any advice on how to compile a version with
symbols and provide the required stack trace would be gratefully appreciated.
Otherwise, I will explore firefox -g, compile options and the gdb docs etc.
Re: the other options given for his bug report. I have not found any official
64 bit amd64 builds or a 64 bit version with talkback enabled. Does either
thing exist?
Raphael
Reporter | ||
Comment 4•19 years ago
|
||
Assignee: nobody → jag
Component: General → XP Toolkit/Widgets
Product: Firefox → Core
QA Contact: general → jrgmorrison
Summary: 64 bit firefox 1.0.6 crashes when using refspoof (amd64) → 64 bit firefox 1.0.6 crashes when using refspoof (amd64) [@ nsFileView::SetFilter]
Version: unspecified → Trunk
Comment 6•19 years ago
|
||
SetFilter should just be changed to take an AString rather than a wstring
Comment 7•19 years ago
|
||
shouldnt happen anymore with refspoof as i added a filterAll filepicker filter
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Crash Signature: [@ nsFileView::SetFilter]
You need to log in
before you can comment on or make changes to this bug.
Description
•