Closed
Bug 1622075
Opened 5 years ago
Closed 5 years ago
Sandbox violation when running printing test
Categories
(Core :: Printing: Output, task)
Core
Printing: Output
Tracking
()
RESOLVED
DUPLICATE
of bug 1622093
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files, 1 obsolete file)
See attached stack.
$ ./mach reftest layout/reftests/printing/test-text.html
Sandbox: seccomp sandbox violation: pid 84904, tid 84904, syscall 95, args 0 17 140076868206752 18446744073709549072 140076859864544 2048. Killing process.
Sandbox: crash reporter is disabled (or failed); trying stack trace:
Sandbox: frame #01: ??? (???:???)
Sandbox: end of stack.
That's this umask call.
Assignee | ||
Comment 1•5 years ago
|
||
This seems to fix it (as expected), but it's not quite clear to me what the
previous code was trying to do, so...
Updated•5 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•5 years ago
|
||
And avoid a copy too. drive-by while I went through this code.
Depends on D66649
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b62d635b824a
Fix a memory leak in MakePrintTarget(). r=jld,karlt
Comment 5•5 years ago
|
||
bugherder |
Assignee | ||
Comment 6•5 years ago
|
||
Bug 1622093 changed the setup a bit so that stuff doesn't happen on the content process.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Attachment #9132996 -
Attachment is obsolete: true
Updated•5 years ago
|
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•