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 nptl/3086] when run tst-timer on x86_64, it causes a segfault


------- Additional Comments From jakub at redhat dot com  2006-09-12 08:56 -------
I cannot reproduce this myself.
If you have analyzed this, can you please put in details?
nptl/sysdeps/pthread/timer_*.c needs the mutex to guard the global variables
the pure userland implementation uses (see the vars in timer_routines.c),
but there is no such things when using kernel timers, the state is kept in
the kernel, so there is no need for the mutex.
When you talk about "a block of memory", can you please be a little bit more
specific on which exact block of memory it is (allocated by which function, used
for what) and which function accesses it after it is freed?
Which critical section are you talking about?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

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