WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
222247
[Flatpak SDK] gdb unusable in sandbox
https://bugs.webkit.org/show_bug.cgi?id=222247
Summary
[Flatpak SDK] gdb unusable in sandbox
Philippe Normand
Reported
2021-02-21 04:14:36 PST
Because `flatpak run` catches SIGINT before gdb has a chance to, we can't interrupt a process when debugging from the SDK runtime.
Attachments
Patch
(8.88 KB, patch)
2021-02-21 05:22 PST
,
Philippe Normand
zdobersek
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2021-02-21 05:22:05 PST
Created
attachment 421138
[details]
Patch
Philippe Normand
Comment 2
2021-02-22 04:30:03 PST
Committed
r273240
(
234426@main
): <
https://commits.webkit.org/234426@main
>
Radar WebKit Bug Importer
Comment 3
2021-02-22 04:31:14 PST
<
rdar://problem/74591652
>
Don Olmstead
Comment 4
2021-02-23 13:26:40 PST
This broke running test-webkitpy on Windows. python3 ./Tools/Scripts/test-webkitpy --verbose --buildbot-master build.webkit.org --builder-name WinCairo-64-bit-WKL-Release-Tests --build-number 214 --buildbot-worker wincairo-wkl-release-tests-01 --report
https://results.webkit.org
in dir C:\BW\wincairo-wkl-release-tests\build (timeout 1200 secs) watching logfiles {} argv: ['python3', './Tools/Scripts/test-webkitpy', '--verbose', '--buildbot-master', 'build.webkit.org', '--builder-name', 'WinCairo-64-bit-WKL-Release-Tests', '--build-number', '214', '--buildbot-worker', 'wincairo-wkl-release-tests-01', '--report', '
https://results.webkit.org
'] using PTY: False Traceback (most recent call last): File "./Tools/Scripts/test-webkitpy", line 35, in <module> import flatpakutils File ".\Tools\flatpak\flatpakutils.py", line 399, in <module> def disable_signals(signals=[signal.SIGINT, signal.SIGTERM, signal.SIGHUP]): AttributeError: module 'signal' has no attribute 'SIGHUP' program finished with exit code 1 elapsedTime=1.213000 Please review
https://bugs.webkit.org/show_bug.cgi?id=222327
which works around this change. Thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug