Closed
Bug 791527
Opened 13 years ago
Closed 13 years ago
crash in mozilla::net::ProxyAutoConfig::SetupJS @ JS_ExecuteScript
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: scoobidiver, Assigned: mcmanus)
References
Details
(Keywords: crash, regression, topcrash, Whiteboard: [startupcrash][qa?])
Crash Data
Attachments
(1 file)
|
3.05 KB,
patch
|
Biesinger
:
review+
|
Details | Diff | Splinter Review |
With that stack, it first appeared in 18.0a1/20120915. The regression range is:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e5af3d785252&tochange=9fff2012b66c
It's likely a regression from bug 769764.
Signature JS_ExecuteScript More Reports Search
UUID 23d49af0-e66d-4be7-8566-a53992120916
Date Processed 2012-09-16 00:30:16
Uptime 6
Last Crash 21 seconds before submission
Install Age 6.2 minutes since version was first installed.
Install Time 2012-09-16 00:23:40
Product Firefox
Version 18.0a1
Build ID 20120915030531
Release Channel nightly
OS Windows NT
OS Version 6.1.7601 Service Pack 1
Build Architecture x86
Build Architecture Info GenuineIntel family 6 model 37 stepping 5
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0x0
App Notes
AdapterVendorID: 0x10de, AdapterDeviceID: 0x0a75, AdapterSubsysID: 03701025, AdapterDriverVersion: 8.17.11.9716
D3D10 Layers? D3D10 Layers-
EMCheckCompatibility True
Adapter Vendor ID 0x10de
Adapter Device ID 0x0a75
Total Virtual Memory 4294836224
Available Virtual Memory 4011556864
System Memory Use Percentage 62
Available Page File 2299662336
Available Physical Memory 772534272
Frame Module Signature Source
0 mozjs.dll JS_ExecuteScript js/src/jsapi.cpp:5680
1 xul.dll mozilla::net::ProxyAutoConfig::SetupJS netwerk/base/src/ProxyAutoConfig.cpp:590
2 xul.dll nsACString_internal::Append obj-firefox/dist/include/nsTSubstring.h:400
3 xul.dll mozilla::net::ProxyAutoConfig::Init netwerk/base/src/ProxyAutoConfig.cpp:562
4 xul.dll ExecutePACThreadAction::Run netwerk/base/src/nsPACMan.cpp:178
5 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:624
6 xul.dll nsThread::ThreadFunc xpcom/threads/nsThread.cpp:257
7 nspr4.dll _PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:395
8 nspr4.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:90
9 msvcr100.dll _callthreadstartex f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c:314
10 msvcr100.dll _threadstartex f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c:292
11 kernel32.dll BaseThreadInitThunk
12 ntdll.dll __RtlUserThreadStart
13 ntdll.dll _RtlUserThreadStart
More reports at:
https://crash-stats.mozilla.com/report/list?signature=JS_ExecuteScript
| Assignee | ||
Comment 1•13 years ago
|
||
missing a null check from compile.. not sure where I lost that along the way
Assignee: nobody → mcmanus
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #661655 -
Flags: review?(cbiesinger)
| Reporter | ||
Comment 3•13 years ago
|
||
It's #6 top browser crasher over the last day.
tracking-firefox18:
--- → ?
Keywords: topcrash
Comment 4•13 years ago
|
||
Comment on attachment 661655 [details] [diff] [review]
patch 0
still seems surprising that this returns null so often?! is this for syntax errors or something>
Attachment #661655 -
Flags: review?(cbiesinger) → review+
Updated•13 years ago
|
| Reporter | ||
Comment 5•13 years ago
|
||
It stopped spiking after 18.0a1/20120917. The working range is:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=3f0587ce1774&tochange=0d3b17a88d5f
| Assignee | ||
Comment 6•13 years ago
|
||
(In reply to Scoobidiver from comment #5)
> It stopped spiking after 18.0a1/20120917. The working range is:
> http://hg.mozilla.org/mozilla-central/
> pushloghtml?fromchange=3f0587ce1774&tochange=0d3b17a885f
it stopped spiking because 769764 backed out for an unrelated orange. When it goes back in it will go in with the r+ fix on this bug.
| Assignee | ||
Comment 7•13 years ago
|
||
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
status-firefox18:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Updated•12 years ago
|
QA Contact: manuela.muntean
Comment 9•12 years ago
|
||
While checking on Socorro, I can see new crashes reported within the last month.
Reports are available here: https://crash-stats.mozilla.com/report/list?product=Firefox&query_search=signature&query_type=contains&query=JS_ExecuteScript&reason_type=contains&date=12%2F05%2F2012%2009%3A52%3A54&range_value=4&range_unit=weeks&hang_type=any&process_type=any&do_query=1&signature=JS_ExecuteScript
Updated•12 years ago
|
Whiteboard: [startupcrash] → [startupcrash][qa?]
You need to log in
before you can comment on or make changes to this bug.
Description
•