Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
gdb.32331
fixup-gdb-6.5-bz243845-stale-testing-zombie-tes...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fixup-gdb-6.5-bz243845-stale-testing-zombie-test.patch of Package gdb.32331
Fixup gdb.base/tracefork-zombie.exp Fix ERROR: ... PASS: gdb.base/tracefork-zombie.exp: attach ERROR: tcl error sourcing gdb/testsuite/gdb.base/tracefork-zombie.exp. ERROR: tcl error code POSIX ESRCH {no such process} ERROR: error reading "file12": no such process while executing "read $statusfi" ("foreach" body line 5) invoked from within ... --- gdb/testsuite/gdb.base/tracefork-zombie.exp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/gdb.base/tracefork-zombie.exp b/gdb/testsuite/gdb.base/tracefork-zombie.exp index 03f790d4c5d..3e2e5517d46 100644 --- a/gdb/testsuite/gdb.base/tracefork-zombie.exp +++ b/gdb/testsuite/gdb.base/tracefork-zombie.exp @@ -58,8 +58,10 @@ foreach procpid [glob -directory /proc -type d {[0-9]*}] { if {[catch {open $procpid/status} statusfi]} { continue } - set status [read $statusfi] - close $statusfi + if {[catch {read $statusfi} status]} { + continue + } + catch {close $statusfi} if {1 && [regexp -line {^Name:\tgdb$} $status] && [regexp -line {^PPid:\t1$} $status]
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor