Opened 10 years ago
Last modified 10 years ago
#11182 closed bug
Haiku pthread crash when run through libroot_debug.so — at Initial Version
Reported by: | kallisti5 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta1 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | pthread | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Our pthread implementation has a minor memory access bug somewhere.
To reproduce:
Download a simple pthread example: http://www.cs.ucsb.edu/~tyang/class/pthreads/code_sgi/p_hello.c Compile it: gcc p_hello.c Run it under libroot_debug.so: LD_PRELOAD=libroot_debug.so ./a.out 5
Note:
See TracTickets
for help on using tickets.