mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-09 08:56:15 +00:00
7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
# r14974 introduced a bug which cause code to hang due to
|
|
# an infinite signal-delivery loop.
|
|
# Can only be reproduced on an x86 box running a 32-bit kernel.
|
|
prog: hang
|
|
vgopts: -q
|
|
cleanup: rm -f vgcore.*
|