Summary: | strace hangs on simple pthread program | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Sisyphus | Reporter: | Sergei Dolmatov <saint> | ||||||||||
Component: | strace | Assignee: | Dmitry V. Levin <ldv> | ||||||||||
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||||||||
Severity: | major | ||||||||||||
Priority: | P2 | CC: | ldv, placeholder | ||||||||||
Version: | unstable | ||||||||||||
Hardware: | all | ||||||||||||
OS: | Linux | ||||||||||||
Attachments: |
|
Description
Sergei Dolmatov
2003-09-28 14:48:59 MSD
Created attachment 282 [details]
src.rpm без собственно ipcad-2.9
This simple pthread test fails. $ gcc -Wall -Werror stracetest.c -lpthread -o stracetest $ strace -fF ./stracetest Tested on: glibc-2.2.6-alt0.10 + kernel-2.2.25-alt1-smp-secure + strace-4.4-alt6 glibc-2.2.6-alt0.10 + 2.4.20-alt10-up + strace-4.4.99-alt1 Created attachment 283 [details]
stracetest.c
Created attachment 284 [details]
stracetest.c [2]
Created attachment 285 [details]
stracetest.c
Waiting for upstream: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=105994 Между прочим, хоть проблема и в strace'е, тест в ipcad-2.9-alt1.src.rpm всё равно кривой. Fixed in strace-4.5.1-alt1 |