Re: assertion failure with pthreads
Vesa Norrman <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sh3 |
|---|---|
| Message-ID | <[email protected]> |
Christian Groessler wrote: > 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 > > Have you implemented the files in lib/libpthread/arch/sh3? Can you post them here?