locking against myself

2004-02-18 Thread Jerry Toung
Hello hackers, I am constantly getting the following message when I run my KLD: panic: lockmgr: locking against myself Debugger("panic") Stopped at Debugger+0x54: xchgl %ebx,in_Debugger.0 db> What could possibly cause this? It seem to say that I'm locking an alread

Dlink Dwl 520 E1

2004-02-18 Thread Daniel Dias Goncalves
I have two wireless device. - Pcmcia Orinoco Wireless Silver 11mbps - Dlink Dwl 520 revision v.E1 FreeBSD 5.2.1-R Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights r

Re: signed char bug in regexp library

2004-02-18 Thread Mikulas Patocka
> > Hi > > > > I ripped regexp library from FreeBSD 4 and use it in another program. I > > get random crashes because the library casts char to int and uses it as > > array index ... the most obvious case is engine.i:189: > > register char *dp; > > dp += charjump[(int)*dp]; > > but there are many m