libpthread: Fatal error 'Thread is not system scope'
From: Wiktor Niesiobedzki (bsd_at_w.evip.pl)
Date: 02/05/04
- Previous message: Joe Marcus Clarke: "Re: HEADS UP: MAJOR changes to the ports system"
- Next in thread: Daniel Eischen: "Re: libpthread: Fatal error 'Thread is not system scope'"
- Reply: Daniel Eischen: "Re: libpthread: Fatal error 'Thread is not system scope'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 5 Feb 2004 00:12:04 +0100 To: Daniel Eischen <eischen@vigrid.com>
Hi,
After some longer work with threaded Java application I got following error:
Fatal error 'Thread is not system scope.
' at line 320 in file /usr/src/lib/libpthread/thread/thr_sig.c (errno = 2)
Fatal error 'mutex is on list' at line 516 in file
/usr/src/lib/libpthread/thread/thr_mutex.c (errno = 2)
I use jdk1.4.2 linked against libc_r, libmaped to libpthread
After that one of the thread started to consume 100% of CPU, and ktrace
showed:
20906 java CALL kse_release(0x8056fb4)
20906 java RET kse_release -1 errno 22 Invalid argument
20906 java CALL kse_release(0x8056fb4)
[...]
It is not the first time, this error occures, but it takes time, to trigger
it.
Is there any more info I may provide you?
Thanks,
Wiktor Niesiobedzki
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Joe Marcus Clarke: "Re: HEADS UP: MAJOR changes to the ports system"
- Next in thread: Daniel Eischen: "Re: libpthread: Fatal error 'Thread is not system scope'"
- Reply: Daniel Eischen: "Re: libpthread: Fatal error 'Thread is not system scope'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|