Closed
Bug 1066759
Opened 10 years ago
Closed 6 years ago
OOM with IonMonkey on compiled SQLite -O0
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 913203
People
(Reporter: azakai, Unassigned)
Details
Attachments
(1 file)
(deleted),
application/javascript
|
Details |
Attached is an -O0 SQLite build. When running with ion enabled, it after a second or two starts to balloon in memory usage, until it OOMs.
The problem does not happen when disabling ion, or when running in e.g. node.
Iain, do you mind rechecking this potential OOM issue?
Flags: needinfo?(iireland)
Comment 2•6 years ago
|
||
I can confirm that this still happens. With --no-ion, this testcase runs to completion. With ion enabled, this testcase takes 10x longer on the initial steps and then is eventually killed (presumably by the Linux oom-killer).
This deserves a closer look.
Flags: needinfo?(iireland)
Comment 3•6 years ago
|
||
Closing this as a duplicate of bug 913203.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•