Home > Archive > C > February 2006 > GCC in linux 2.6.8
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
GCC in linux 2.6.8
|
|
| highstatesmanship 2006-02-27, 3:56 am |
| GCC in linux 2.6.8
pthread_mutex_lock.c:78: __pthread_mutex_lock: Assertion
`mutex->__data.__owner == 0' failed.
Aborted
| |
| Keith Thompson 2006-02-27, 3:56 am |
| nightmare17041@gmail-dot-com.no-spam.invalid (highstatesmanship) writes:
> GCC in linux 2.6.8
> pthread_mutex_lock.c:78: __pthread_mutex_lock: Assertion
> `mutex->__data.__owner == 0' failed.
> Aborted
Did you have a question, or did you just feel like showing us an error
message?
You might try comp.programming.threads. If you post there, show them
your failing code; don't make them guess what's causing the problem.
--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
| |
| tmp123 2006-02-27, 6:56 pm |
|
highstatesmanship wrote:
> GCC in linux 2.6.8
> pthread_mutex_lock.c:78: __pthread_mutex_lock: Assertion
> `mutex->__data.__owner == 0' failed.
> Aborted
Minimalistic post?
A new marketing strategy to promote a WWW trading service?
The dark side of trolling?
Probably, the subject in the program is the same than in the post: init
line missing.
|
|
|
|
|