| Summary: | strace hangs while tracing some programs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Sisyphus | Reporter: | imz <vanyaz> | ||||
| Component: | strace | Assignee: | Dmitry V. Levin <ldv> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P5 | CC: | ldv, placeholder | ||||
| Version: | unstable | ||||||
| Hardware: | all | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
Uploaded testcase (for gcj):
class HelloWorld {
public static void main (String args[]) {}
}
$ gcj test.java --main=HelloWorld -o test
$ strace -fF ./test
Uploaded testcase (for gcj):
class HelloWorld {
public static void main (String args[]) {}
}
$ gcj test.java --main=HelloWorld -o test
$ strace -fF ./test
Rebuilding the following pkgs (buildreq x.spec &>err) hangs: emacs-mode-auctex-11.11-alt4 apt-0.5-0.5.4cnc9-alt0.1 Rebuilding the following pkgs (buildreq x.spec &>err) hangs: emacs-mode-auctex-11.11-alt4 apt-0.5-0.5.4cnc9-alt0.1 Fixed in strace-4.4-alt4 Fixed in strace-4.4-alt4 |
For example, mozilla or some emacs packages build. This applies to strace-4.4-alt3, strace-4.4-alt1 doesn\'t hang. --- strace -fF mozilla The tail of the output is: [pid 10083] read(11, \"\\0skin/modern/communicator/help.c\"..., 4038) = 571 [pid 10083] read(11, \"\", 594) = 0 [pid 10083] lseek(11, 230743, SEEK_SET) = 230743 [pid 10083] read(11, \"PK\\3\\4\\24\\0\\0\\0\\10\\0%\\241\\261,\\10nY\\365\\322\\6\\0\\0\\4\\33\"..., 30) = 30 [pid 10083] lseek(11, 230827, SEEK_SET) = 230827 [pid 10083] gettimeofday({1033292436, 684441}, NULL) = 0 [pid 10083] kill(10119, SIGRTMIN <unfinished ...> [pid 10119] <... nanosleep resumed> 0) = -1 EINTR (Interrupted system call) [pid 10083] <... kill resumed> ) = 0 [pid 10119] --- SIGRTMIN (Real-time signal 0) @ 0 (0) --- --- <a href="http://www.altlinux.ru/pipermail/devel/2002-July/008599.html">http://www.altlinux.ru/pipermail/devel/2002-July/008599.html</a>