Closed Bug 975471 Opened 10 years ago Closed 10 years ago

crash in NS_ABORT_OOM(unsigned int) | AppendASCIItoUTF16(nsACString_internal const&, nsAString_internal&)

Categories

(Core :: DOM: Core & HTML, defect)

30 Branch
ARM
Android
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 950076
Tracking Status
firefox30 --- affected

People

(Reporter: thewall477, Unassigned)

Details

(Keywords: reproducible)

Crash Data

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20131206152142

Steps to reproduce:

I created a php script to send infinite amount of data in the <HEAD> tag in a page.  The script looks like:

echo "<html><head>";
for(;;)
{
echo "zzzzzzzzzzzzzzzzzzzzzzzzz";
}


Actual results:

Firefox crashed on my Galazy S4


Expected results:

The page should not have crashed.  This does not happen in Chrome.
https://crash-stats.mozilla.com/report/index/82923072-56ea-4a56-b739-422c52140221
Status: UNCONFIRMED → NEW
Crash Signature: [@ NS_ABORT_OOM(unsigned int) | AppendASCIItoUTF16(nsACString_internal const&, nsAString_internal&)]
Ever confirmed: true
Keywords: reproducible
Summary: Crash by PHP script → crash in NS_ABORT_OOM(unsigned int) | AppendASCIItoUTF16(nsACString_internal const&, nsAString_internal&)
Group: core-security
Component: Web Apps → DOM
Product: Firefox for Android → Core
QA Contact: aaron.train
Version: Firefox 27 → 30 Branch
OS: Linux → Android
Hardware: x86_64 → ARM
Is this a duplicate of bug 950076 (related bug on the signature)?
Yes.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.