Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 539072 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]
Updated patch for qtwebengine-5.11.1
qtwebengine-5.11.1-paxmark-mksnapshot.patch (text/plain), 1007 bytes, created by
Attila Tóth
on 2018-07-10 18:40:44 UTC
(
hide
)
Description:
Updated patch for qtwebengine-5.11.1
Filename:
MIME Type:
Creator:
Attila Tóth
Created:
2018-07-10 18:40:44 UTC
Size:
1007 bytes
patch
obsolete
>Bug: https://bugs.gentoo.org/634220 > >--- a/src/3rdparty/chromium/v8/BUILD.gn >+++ b/src/3rdparty/chromium/v8/BUILD.gn >@@ -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