assertion failure with pthreads
Christian Groessler <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sh3 |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm trying to implement the missing bits in libpthread. Now I'm at a point where more often than not I get a kernel panic: panic: kernel debugging assertion "!(l1 != curlwp && l1 != &lwp0)" failed: file "../../../../arch/sh3/sh3/vm_machdep.c", line 104 Stopped in pid 283.1 (sem) at cpu_Debugger+0x6: mov r14, r15 What could be the cause for this? regards, chris