ALT Linux Bugzilla
– Attachment 285 Details for
Bug 3061
strace hangs on simple pthread program
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
stracetest.c
stracetest.c (text/x-csrc), 261 bytes, created by
Dmitry V. Levin
on 2003-09-28 17:06:21 MSD
(
hide
)
Description:
stracetest.c
Filename:
MIME Type:
Creator:
Dmitry V. Levin
Created:
2003-09-28 17:06:21 MSD
Size:
261 bytes
patch
obsolete
>#include <stdlib.h> >#include <unistd.h> >#include <pthread.h> > >void * >testpid(void *ignore) >{ > exit (4); >} > >int >main(void) >{ > pthread_t child; > if (pthread_create(&child, NULL, testpid, NULL)) > return 1; > if (pthread_join(child, NULL)) > return 2; > return 3; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3061
:
282
|
283
|
284
| 285