Summary: | [Flatpak] Missing KeyboardInterrupt exception handler | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> | ||||
Component: | Tools / Tests | Assignee: | Philippe Normand <pnormand> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | lforschler, mcatanzaro, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Philippe Normand
2019-01-18 07:15:33 PST
Created attachment 359483 [details]
patch
Comment on attachment 359483 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=359483&action=review > Tools/flatpak/flatpakutils.py:771 > + except KeyboardInterrupt: > + return 0 I wish python would just do something sane by default.... This would probably be desirable in the run_gdb() function as well. run_gdb already chains to run_in_sandbox() Committed r240147: <https://trac.webkit.org/changeset/240147> |