Closed
Bug 735977
Opened 13 years ago
Closed 7 years ago
autoproxy@autoproxy.org causes Crash [@ JS_DHashTableEnumerate ] when open link in New Window
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: scutweiqiang.yang, Unassigned)
References
Details
(Keywords: crash)
Crash Data
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Build ID: 20120216081457
Steps to reproduce:
1. open a website
2. right click on a link, and select "Open Link In New Window"
Actual results:
it crashes!
Expected results:
open the link in new window
Comment 1•13 years ago
|
||
Does this happen with every web site or only specific ones?
Does this happen in safe mode?
Please go to about:crashes and paste the crash ids here. Thanks!
Group: core-security
thank you for your asking
Does this happen with every web site or only specific ones?
-- it happen with every web site
Does this happen in safe mode?
-- i tried safe-mode (running firefox in command line with -safe-mode parameter), it works fine
it seems like plugin problem? please help me identify the problem, it's annoying
ok, i think i found the source of the problem
i found this crash report https://crash-stats.mozilla.com/report/index/651ec6a6-a3f7-4077-9f6b-4d7532120315
and then i disabled autoproxy@autoproxy.org(0.4b2.2011041023) plugin, and try every method to make crash happen, but it didn't happen, so clearly it's the plugin's that cause the crash
but, a good broswer SHOULD NOT be crashed by a plugin!!!
Comment 5•13 years ago
|
||
Firefox add-ons are very powerful and have full access to the browser internals. If they are not properly written, then many bad things can happen up to and including crashes.
https://addons.mozilla.org/en-US/firefox/addon/autoproxy/
Status: UNCONFIRMED → NEW
Crash Signature: [@ JS_DHashTableEnumerate ]
Component: Untriaged → Extension Compatibility
Ever confirmed: true
QA Contact: untriaged → extension.compatibility
Summary: firefox crashes every time I open link in New Window → autoproxy@autoproxy.org causes Crash [@ JS_DHashTableEnumerate ] when open link in New Window
Updated•13 years ago
|
Comment 6•13 years ago
|
||
vivisidea: did you also have Firebug installed when testing?
Comment 7•13 years ago
|
||
Works for me on Linux x86_64, Firefox 10 and 11.
(In reply to Jorge Villalobos [:jorgev] from comment #6)
> vivisidea: did you also have Firebug installed when testing?
yes,i have firebug installed, the version of firebug is 1.8.0b6
i can't re-produce the crash after disabled autoproxy plugin
Comment 9•13 years ago
|
||
Can you reproduce the crash with autoproxy enabled and firebug disabled?
Reporter | ||
Comment 10•13 years ago
|
||
(In reply to Jorge Villalobos [:jorgev] from comment #9)
> Can you reproduce the crash with autoproxy enabled and firebug disabled?
I test that situation
with autoproxy enabled and firebug disabled, I can still reproduce the crash
I reported an issue to the developer of autoproxy, but didn't get any response yet
Comment 11•13 years ago
|
||
Can you reproduce this with an otherwise clean profile? If so, can you tell us exactly what steps you took to reproduce the crash from the time you created the profile?
Reporter | ||
Comment 12•13 years ago
|
||
(In reply to Kris Maglione [:kmag] from comment #11)
> Can you reproduce this with an otherwise clean profile? If so, can you tell
> us exactly what steps you took to reproduce the crash from the time you
> created the profile?
ok ...
1. run firefox -profilemanager and create a new profile
2. install autoproxy extension(ONLY autoproxy extension, no other extensions)
3. restart firefox, open any web site, right click on any link, and choose Open Link In New Window
4. It has a great chance that firefox will crash
it's the autoproxy's problem, I think it's been confirmed
Updated•13 years ago
|
Crash Signature: [@ JS_DHashTableEnumerate ] → [@ JS_DHashTableEnumerate]
[@ JS_DHashTableEnumerate | XPCWrappedNativeScope::MarkAllWrappedNativesAndProtos]
Comment 13•7 years ago
|
||
Mass-closing old Extension Compatibility bugs that relate to legacy add-ons or NPAPI plug-ins. If you think this bug is still valid, please reopen or comment.
Sorry for the bug spam, and happy Friday!
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•