Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jun Kuriyama
> No setuid executables ... it's a mystery to me how one encounters this > code path when running netscape :-( Hmmm, after patch about FILEDESC_LOCK (1.139), my netscape can run correctly. (@_@) -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTED]> // FreeBSD P

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jacques A. Vidrine
On Tue, Apr 23, 2002 at 01:20:07AM +0900, Jun Kuriyama wrote: > At Mon, 22 Apr 2002 11:09:26 -0500, > Jacques A. Vidrine <[EMAIL PROTECTED]> wrote: > > I'm curious ... could you send the output of > > > > pkg_info -L linux-netscape-navigator-4.79 | xargs ls -l > > Attached. No setuid executa

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jun Kuriyama
> I have no idea about this. I'm portupgrade'ing linux_base, > linux-netscape-* port and I'll try this again. Hmm, I can reproduce this even after upgrading related ports... -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTED]> // FreeBSD Project To Unsubscrib

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jun Kuriyama
At Mon, 22 Apr 2002 11:09:26 -0500, Jacques A. Vidrine <[EMAIL PROTECTED]> wrote: > I'm curious ... could you send the output of > > pkg_info -L linux-netscape-navigator-4.79 | xargs ls -l Attached. > Also, does `/compat/linux/bin/sh' blow up for you? No, I can invoke this without problem..

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jacques A. Vidrine
On Mon, Apr 22, 2002 at 10:35:49PM +0900, Jun Kuriyama wrote: > A kern_descrip.c is updated by tanimura after your r1.137. Could you > try with r1.138? Just updated to today's -CURRENT. I still cannot reproduce the issue. I'm curious ... could you send the output of pkg_info -L linux-netsc

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jacques A. Vidrine
On Mon, Apr 22, 2002 at 11:28:41AM +0900, Jun Kuriyama wrote: > > Today's -current kernel. This happend when I invoke linux-netscape. Does it happen every time? I cannot reproduce it. What is odd is that fdcheckstd() is only called when exec'ing a set[ug]id executable -- any idea what set[ug]

Re: lock order reversal and panic in kern_descrip.c

2002-04-22 Thread Jun Kuriyama
At Mon, 22 Apr 2002 07:32:39 -0500, Jacques A. Vidrine <[EMAIL PROTECTED]> wrote: > Does it happen every time? I cannot reproduce it. Yes. > What is odd is that fdcheckstd() is only called when exec'ing a > set[ug]id executable -- any idea what set[ug]id program is being > exec'd here? I have

lock order reversal and panic in kern_descrip.c

2002-04-21 Thread Jun Kuriyama
Today's -current kernel. This happend when I invoke linux-netscape. lock order reversal 1st 0xe7fdf134 filedesc structure (filedesc structure) @ ../../../kern/kern_descrip.c:1531 2nd 0xc0321ca0 filelist lock (filelist lock) @ ../../../kern/kern_descrip.c:1092 recursed on non-recursive lock