From ff07fc313283754f339ae01ce9f66769036fd773 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Fri, 16 Nov 2018 13:29:58 -0600 Subject: Add debuggable flag to magicleap taildata --- python/servo/package_commands.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/servo/package_commands.py') diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index cbecf880262..019ec103598 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -246,6 +246,9 @@ class PackageCommands(CommandBase): mabu, "-o", target_dir, "-t", build_type, + # Servo SEGVs if we don't set the debuggable flag in the mpk's taildata + # https://github.com/servo/servo/issues/22188 + "--add-tail-data-args=--debuggable", package ] try: -- cgit v1.2.3