login
Header Space

 
 

Re: RELENG_7 libthr: _umtx_op -1 errno 60 Operation timed out

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <freebsd-threads@...>
Date: Friday, May 23, 2008 - 3:09 am

on 13/05/2008 16:26 Andriy Gapon said the following:

Here is more details from userland part.
I re-built libthr with debugging and here's a typical stack trace for 
the described above condition:
0x28ad26b3 in _umtx_op_err () at 
/system/src/lib/libthr/arch/i386/i386/_umtx_op_err.S:36
36      SYSCALL_ERR(_umtx_op)
(gdb) bt
#0  0x28ad26b3 in _umtx_op_err () at 
/system/src/lib/libthr/arch/i386/i386/_umtx_op_err.S:36
#1  0x28ad22bd in _thr_ucond_wait (cv=0x8209860, m=0x8209840, 
timeout=0x0, check_unparking=1) at 
/system/src/lib/libthr/thread/thr_umtx.c:129
#2  0x28ad0609 in cond_wait_common (cond=0x8208108, mutex=0x820810c, 
abstime=0x0, cancel=1) at /system/src/lib/libthr/thread/thr_cond.c:204
#3  0x28ad06e8 in __pthread_cond_wait (cond=0x8208108, mutex=0x820810c) 
at /system/src/lib/libthr/thread/thr_cond.c:228

I am a newbie in this area - what is the difference between 
_pthread_cond_wait and __pthread_cond_wait? And _X vs __X in general?

-- 
Andriy Gapon
_______________________________________________
freebsd-threads@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-threads
To unsubscribe, send any mail to "freebsd-threads-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: RELENG_7 libthr: _umtx_op -1 errno 60 Operation timed out, Andriy Gapon, (Fri May 23, 3:09 am)
speck-geostationary