Closed
Bug 935280
Opened 11 years ago
Closed 11 years ago
crash in memmove | kernel32.dll@0x4d3b9
Categories
(Core :: XPCOM, defect)
Tracking
()
VERIFIED
FIXED
mozilla28
Tracking | Status | |
---|---|---|
firefox27 | --- | unaffected |
firefox28 | + | verified |
People
(Reporter: Hughman, Assigned: mbrubeck)
References
Details
(Keywords: crash, reproducible)
Crash Data
This bug was filed from the Socorro interface and is
report bp-a24dd292-e311-4972-bf9f-a3b102131105.
=============================================================
To reproduce this crash I just have to click the "Listen" link at http://apple.neostreams.info:10007/ or just paste the resulting link into the address bar ( http://apple.neostreams.info:10007/listen.pls ). You most likely do not want to listen to the radio station though.
The result I expect when clicking it is for the "What should Nightly do with this file" dialogue but it never shows.
Also it seems the crash does not happen if downloading a PDF attachment in Gmail.
![]() |
||
Comment 1•11 years ago
|
||
I can reproduce the crash on Windows7 and WindowsXP
Steeps To Reproduce:
1. Open http://apple.neostreams.info:10007/
2. Click "Listen" link at the top of the page
3. When popup "Opening listen.pls" helper dialog,
Click "Browse" button
OR
Click "Open with" drop down list and choose "Other..."
Regression window(m-i)
Good:
http://hg.mozilla.org/integration/mozilla-inbound/rev/2ea21428f70c
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0 ID:20131104102808
Bad:
http://hg.mozilla.org/integration/mozilla-inbound/rev/08d4847dfd5c
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0 ID:20131104113207
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=2ea21428f70c&tochange=08d4847dfd5c
![]() |
||
Comment 2•11 years ago
|
||
In local build
Last Good: c42c1d8bd703
First Bad: 2e6063aa9b77
Regressed by:
2e6063aa9b77 James Kitchener — Bug 328755 - Assigning a zero-length string should not alloc a buffer. r=bsmedberg
Blocks: 328755
Component: General → String
Assignee | ||
Comment 4•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mbrubeck
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Reporter | ||
Updated•11 years ago
|
Crash Signature: [@ memmove | kernel32.dll@0x4d3b9] → [@ memmove | kernel32.dll@0x4d3b9]
[@ ntdll.dll@0x39132]
Updated•11 years ago
|
Crash Signature: [@ memmove | kernel32.dll@0x4d3b9]
[@ ntdll.dll@0x39132] → [@ memmove | kernel32.dll@0x4d3b9]
[@ ntdll.dll@0x39132]
[@ ntdll.dll@0x4e919]
Updated•11 years ago
|
Updated•11 years ago
|
Crash Signature: [@ memmove | kernel32.dll@0x4d3b9]
[@ ntdll.dll@0x39132]
[@ ntdll.dll@0x4e919] → [@ memmove | kernel32.dll@0x4d3b9]
[@ ntdll.dll@0x39132]
[@ ntdll.dll@0x4e919]
[@ memmove | LocalBaseRegQueryValue]
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•