[Webkit-unassigned] [Bug 193570] New: [Flatpak] Missing KeyboardInterrupt exception handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 07:15:33 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=193570

            Bug ID: 193570
           Summary: [Flatpak] Missing KeyboardInterrupt exception handler
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com
                CC: lforschler at apple.com

Using org.webkit.WPE prefix in /home/phil/WebKit/WebKitBuild/WPE/FlatpakTreeRelease
Starting MiniBrowser.
^CTraceback (most recent call last):
  File "/home/phil/WebKit/Tools/Scripts/webkit-flatpak", line 28, in <module>
    sys.exit(WebkitFlatpak.load_from_args().run())
  File "/home/phil/WebKit/Tools/flatpak/flatpakutils.py", line 792, in run
    return self.setup_dev_env()
  File "/home/phil/WebKit/Tools/flatpak/flatpakutils.py", line 865, in setup_dev_env
    return self.run_in_sandbox(*self.user_command)
  File "/home/phil/WebKit/Tools/flatpak/flatpakutils.py", line 766, in run_in_sandbox
    subprocess.check_call(flatpak_command, stdout=stdout)
  File "/usr/lib/python2.7/subprocess.py", line 185, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 172, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 1099, in wait
    pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
  File "/usr/lib/python2.7/subprocess.py", line 125, in _eintr_retry_call
    return func(*args)
KeyboardInterrupt

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190118/c3c9214a/attachment.html>


More information about the webkit-unassigned mailing list