This is the mail archive of the glibc-bugs@sourceware.org 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/6868] stack dirtied after pthread_create


------- Additional Comments From jakub at redhat dot com  2008-09-04 20:47 -------
Don't bother, the testcase is invalid.  The array variable may go out of scope
before threads have a chance to read that value, there is no synchronization in
between (like a barrier).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
            Summary|stack dirtied after         |stack dirtied after
                   |pthread_create              |pthread_create


http://sourceware.org/bugzilla/show_bug.cgi?id=6868

------- 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]