Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 509102 Details for
Bug 634220
dev-qt/qtwebengine-5.9.2: Fatal javascript OOM in CALL_AND_RETRY_LAST
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pax mark mksnapshot with pypaxctl
qtwebenging-paxmark.patch (text/plain), 1.01 KB, created by
Magnus Granberg
on 2017-12-09 15:58:12 UTC
(
hide
)
Description:
pax mark mksnapshot with pypaxctl
Filename:
MIME Type:
Creator:
Magnus Granberg
Created:
2017-12-09 15:58:12 UTC
Size:
1.01 KB
patch
obsolete
>--- a/src/3rdparty/chromium/v8/BUILD.gn 2017-11-08 20:13:31.000000000 +0100 >+++ b/src/3rdparty/chromium/v8/BUILD.gn 2017-12-10 14:17:23.629132816 +0100 >@@ -661,6 +661,7 @@ action("run_mksnapshot") { > > deps = [ > ":mksnapshot($v8_snapshot_toolchain)", >+ ":run_paxmark", > ] > > script = "tools/run.py" >@@ -706,6 +707,28 @@ action("run_mksnapshot") { > args += [ rebase_path(v8_embed_script, root_build_dir) ] > } > } >+action("run_paxmark") { >+ visibility = [ ":*" ] # Only targets in this file can depend on this. >+ >+ deps = [ >+ ":mksnapshot($v8_snapshot_toolchain)", >+ ] >+ >+ script = "/usr/sbin/pypaxctl" >+ >+ sources = [] >+ >+ outputs = [ >+ "$target_out_dir/mksnapshot", >+ ] >+ >+ args = [ >+ "-sm", >+ "./" + rebase_path(get_label_info(":mksnapshot($v8_snapshot_toolchain)", >+ "root_out_dir") + "/mksnapshot", >+ root_build_dir), >+ ] >+} > > action("run_mkpeephole") { > visibility = [ ":*" ] # Only targets in this file can depend on this.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 634220
:
498634
| 509102 |
539072
|
553564