Closed
Bug 650486
Opened 15 years ago
Closed 15 years ago
File picker crash [@ JSStackFrame::scopeChain() ]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 614902
People
(Reporter: moninsergei, Unassigned)
Details
(Keywords: crash, Whiteboard: [bugday-20110513])
Crash Data
Attachments
(1 file)
|
11.85 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0
When I tried to delete some unnecessary files in the file choose dialog, I select them and press the right mouse button. Firefox just closed without report bug dialog.
Reproducible: Always
Steps to Reproduce:
1. Open file choose dialog
2. Select two or more files
3. Right click on them
4. Firefox crashed with message "file picker suddenly closed.."
Comment 1•15 years ago
|
||
Are you able to reproduce that when running in Safe Mode?
https://support.mozilla.com/en-US/kb/Safe+Mode
Does it work the same way with a new, clean profile?
https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting#w_8-make-a-new-profile
Yes, it's still the same even in safe mode and with clean profile.
Comment 3•15 years ago
|
||
Is this Issue dependent on the File Types you delete in that Dialog?
Maybe you can get a Stacktrace?
https://developer.mozilla.org/en/How_to_get_a_stacktrace_with_WinDbg
Version: unspecified → 4.0 Branch
No, it's not dependent on file type. No matter what I select, once I click firefox crashed. See screenshot:
http://img30.imageshack.us/i/bugwg.png/
Debug log:
http://pastebin.com/eMdq9jHb
Comment 5•15 years ago
|
||
Comment 6•15 years ago
|
||
Assignee: nobody → general
Component: General → JavaScript Engine
Product: Firefox → Core
QA Contact: general → general
Summary: File picker bug → File picker crash [@ JSStackFrame::scopeChain() ]
Version: 4.0 Branch → 2.0 Branch
Comment 7•15 years ago
|
||
(In reply to comment #0)
> User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101
> Firefox/4.0
> Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101
> Firefox/4.0
>
> When I tried to delete some unnecessary files in the file choose dialog, I
> select them and press the right mouse button. Firefox just closed without
> report bug dialog.
>
> Reproducible: Always
>
> Steps to Reproduce:
> 1. Open file choose dialog
> 2. Select two or more files
> 3. Right click on them
> 4. Firefox crashed with message "file picker suddenly closed.."
Can you expand on this? What exactly do you mean by "file choose dialog"? I was thinking "File/Open" or Ctrl+O, so I tried that, but I found that I couldn't select more than one file. I also tried it with a file HTML input element (namely, the patch upload in Bugzilla), but I was also not able to select more than one file there.
reporter: either you didn't follow the steps for how to use windbg or your pastebin had a line limit. please follow the instructions and use 'add an attachment'
timeless: Which steps? I'm sure I did everything right. Because at the end process stops responding and I have to stop debugging. Unfortunately I can't show this, but I hope you take my word.
David: Now I checked, this also works for a single file or folder. Probably some program which adds items to the context menu conflicts with firefox, it can be one of the following:
E Texteditor
Free Hex Editor Neo
Miranda Zeleboba pack
Winrar (probably not, I trust him 8))
MagicISO
Unlocker
Reluctantly, if you will, I can uninstall them and check the error has disappeared or not. But these programs really needs for my job.
Comment 10•15 years ago
|
||
well, there should have been an !analyze step, my guess is that the pastebin you used truncated your log. don't use a pastebin, just attach the log directly.
Comment 11•15 years ago
|
||
(In reply to comment #6)
> Bug 614902?
Given the signature from the supplied log it looks like.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•15 years ago
|
Updated•15 years ago
|
Crash Signature: [@ JSStackFrame::scopeChain() ]
You need to log in
before you can comment on or make changes to this bug.
Description
•