Open
Bug 1830720
Opened 2 years ago
Updated 2 years ago
logalloc stops content from loading
Categories
(Core :: Memory Allocator, defect)
Core
Memory Allocator
Tracking
()
NEW
People
(Reporter: jesup, Unassigned)
Details
Running logalloc with the suggested command from the README:
MALLOC_LOG=3 firefox 3>&1 1>&2 | gzip -c > log.gz
causes most content to not load. Also it breaks Alt-menus and many other things it appears. The browser window does open, and you can create and switch tabs (though nothing loads). The log in log.gz does show allocations, so logalloc is active.
Flags: needinfo?(mh+mozilla)
| Reporter | ||
Comment 1•2 years ago
|
||
This appears to only happen if the output is sent to a numeric FD; direct output to a logfile works
Comment 2•2 years ago
|
||
The README was written well before the sandbox was tightened. Try disabling the sandbox and see if it works.
Flags: needinfo?(mh+mozilla)
Comment 3•2 years ago
|
||
The severity field is not set for this bug.
:glandium, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(mh+mozilla)
Updated•2 years ago
|
Severity: -- → S3
Flags: needinfo?(mh+mozilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•