This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/627] fclose destroys a mutex, then later tries to unlock it


------- Additional Comments From Robert dot S dot Cohn at intel dot com  2004-12-30 18:02 -------
Created an attachment (id=328)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=328&action=view)
Test program

Compile this to see the problem. The -u forces pthreads to be included

 g++ -o close_nor close.C -Wl,-u,__pthread_mutex_init -static -lpthread

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=627

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]