64-bit browser runs out of memory loading a Wasm module on a computer with 128GB of RAM, and there is no callstack
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: jujjyl, Assigned: jandem)
References
Details
Attachments
(4 files)
|
5.91 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
|
1.33 KB,
patch
|
jandem
:
review+
jujjyl
:
feedback+
|
Details | Diff | Splinter Review |
|
1018 bytes,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
|
2.79 KB,
patch
|
luke
:
review+
jcristau
:
approval-mozilla-aurora+
jcristau
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
| Reporter | ||
Comment 1•9 years ago
|
||
| Assignee | ||
Comment 2•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
| Reporter | ||
Comment 3•9 years ago
|
||
| Assignee | ||
Comment 4•9 years ago
|
||
| Assignee | ||
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
| Reporter | ||
Comment 9•9 years ago
|
||
| Assignee | ||
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
| Reporter | ||
Comment 12•9 years ago
|
||
Comment 13•9 years ago
|
||
| Assignee | ||
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
Comment 16•9 years ago
|
||
| Reporter | ||
Comment 17•9 years ago
|
||
Comment 18•9 years ago
|
||
| bugherder | ||
Updated•9 years ago
|
| Reporter | ||
Comment 19•9 years ago
|
||
| Assignee | ||
Comment 20•9 years ago
|
||
Comment 21•9 years ago
|
||
Comment 22•9 years ago
|
||
| Reporter | ||
Comment 23•9 years ago
|
||
Comment 24•9 years ago
|
||
| Reporter | ||
Comment 25•9 years ago
|
||
Comment 26•9 years ago
|
||
Comment 27•9 years ago
|
||
| Reporter | ||
Comment 28•9 years ago
|
||
Comment 29•9 years ago
|
||
Comment 30•9 years ago
|
||
Comment 31•9 years ago
|
||
| Assignee | ||
Comment 32•9 years ago
|
||
Comment 33•9 years ago
|
||
Comment 34•9 years ago
|
||
| Assignee | ||
Comment 35•9 years ago
|
||
Comment 36•9 years ago
|
||
Comment 37•9 years ago
|
||
Comment 38•9 years ago
|
||
| Assignee | ||
Comment 39•9 years ago
|
||
Comment 40•9 years ago
|
||
Comment 41•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Comment 42•9 years ago
|
||
| bugherder | ||
Comment 43•9 years ago
|
||
Comment 44•9 years ago
|
||
Comment 45•9 years ago
|
||
Comment 46•9 years ago
|
||
| bugherder uplift | ||
Comment 47•9 years ago
|
||
Comment 48•9 years ago
|
||
| bugherder | ||
Comment 49•9 years ago
|
||
| bugherder uplift | ||
| Reporter | ||
Comment 50•9 years ago
|
||
| Reporter | ||
Updated•9 years ago
|
Comment 51•9 years ago
|
||
Comment 52•9 years ago
|
||
| uplift | ||
Comment 53•6 years ago
|
||
I see this is marked as good-first-bug - few questions just to see if I would have any way to approach it (given my current lack of experience in the code set etc).
-
Are the steps to reproduce still as described in https://bugzilla.mozilla.org/show_bug.cgi?id=1337561#c12? Or; since that is fixed as of 3 years ago would it require some other reproduction approach?
-
Would the structure of this fix be similar to https://hg.mozilla.org/mozilla-central/rev/55715c676a88? i.e. Define a new message, and use appropriately in the correct place?
-
From my as yet still very incomplete reading of some docs; it appears that the choices for builds are either full build or artifact builds - so would a full build be what is required to test fixes locally?
-
Are there any automated tests that relate to this area of the code?
I don't want to take up too much of anyone's time; cause there is a fairly high chance this is going to be a bit beyond my current can-do; but if I can be gently nudged down a reasonable path to replicate the issue I can see how I get on from there.
Thanks
Comment 54•6 years ago
|
||
whoops; excuse me posting on the incorrect bug; consider the above comment -deleted-
Description
•