[CFR] ucred.cr_gid

2001-06-26 Thread Ruslan Ermilov
Could someone please take a look at it before I commit this? - Forwarded message from Ruslan Ermilov <[EMAIL PROTECTED]> - Date: Fri, 22 Jun 2001 18:05:09 +0300 From: Ruslan Ermilov <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: ucred.cr_gid Message-ID: <[EMAIL PRO

Re: GNU ld(1) dumps core

2001-06-26 Thread Alexander Leidinger
On 25 Jun, An: [EMAIL PROTECTED] wrote: >> It seems that there is a bug in the GNU ld(1) in -CURRENT. Currently it can't >> link SDL library from ports/devel/sdl12 port (confirmed by bento). When I'm >> replacing /usr/libexec/elf/ld with the corresponding file from my 4.3-STABLE >> system the pro

Re: GNU ld(1) dumps core

2001-06-26 Thread David O'Brien
On Tue, Jun 26, 2001 at 01:15:17PM +0200, Alexander Leidinger wrote: > Oops. I wanted to say: Every software which has a problem with ld > dumping core uses nasm (so far). The core dump is a bug in ld, but I > didn't know if the condition which triggers the core dump is a problem > with nasm, the

Re: [CFR] ucred.cr_gid

2001-06-26 Thread Robert Watson
On Tue, 26 Jun 2001, Ruslan Ermilov wrote: > Could someone please take a look at it before I commit this? I won't get a chance to properly review this until I'm at USENIX tomorrow. If you're willing to hold off for about a week, I'd be happy to give it a fairly detailed review: I had some thoug

Re: GNU ld(1) dumps core

2001-06-26 Thread FUJISHIMA Satsuki
At Tue, 26 Jun 2001 07:23:57 -0700, David O'Brien wrote: > If someone could provide me with the minal input to nasm which then fed > to `ld' dumps core, it would really speed up a fix. :-) I'm not sure when but this problem seems to be fixed in CVS at sources.redhat.com. I built binutils from sou

Re: GNU ld(1) dumps core

2001-06-26 Thread FUJISHIMA Satsuki
Nevermind -- let's try binutils-2.11.2. :-) Thanks David! -- FUJISHIMA Satsuki To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: GNU ld(1) dumps core

2001-06-26 Thread NAKAMURA Kazushi
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >> Oops. I wanted to say: Every software which has a problem with ld >> dumping core uses nasm (so far). The core dump is a bug in ld, but I >> didn't know if the condition which triggers the core dump is a problem >> with nasm, the input of

Re: GNU ld(1) dumps core

2001-06-26 Thread David O'Brien
On Wed, Jun 27, 2001 at 02:16:48AM +0900, NAKAMURA Kazushi wrote: > Not only nasm, but also gas has same problem. In case of > ports/audio/gogo and ports/audio/lame, nasm outputs object which > make ld dumps core. While gcc+gas outputs object which can't link > by ld. I think the problem occures

Re: lock order reversal

2001-06-26 Thread Makoto MATSUSHITA
matusita> lock order reversal matusita> 1st 0xc5d2043c process lock @ ../../vm/vm_glue.c:487 matusita> 2nd 0xc05a9ec0 lockmgr interlock @ ../../kern/kern_lock.c:239 I've caught tracelog of this reversal, with debug.witness_ddb=1. Here's console log: lock order reversal 1st 0xc5e3cfdc process

Re: lock order reversal

2001-06-26 Thread John Baldwin
On 27-Jun-01 Makoto MATSUSHITA wrote: > > matusita> lock order reversal > matusita> 1st 0xc5d2043c process lock @ ../../vm/vm_glue.c:487 > matusita> 2nd 0xc05a9ec0 lockmgr interlock @ ../../kern/kern_lock.c:239 > > I've caught tracelog of this reversal, with debug.witness_ddb=1. > Here's cons

Re: [CFR] ucred.cr_gid

2001-06-26 Thread Ruslan Ermilov
On Tue, Jun 26, 2001 at 11:18:56AM -0400, Robert Watson wrote: > > On Tue, 26 Jun 2001, Ruslan Ermilov wrote: > > > Could someone please take a look at it before I commit this? > > I won't get a chance to properly review this until I'm at USENIX tomorrow. > If you're willing to hold off for abo

Re: SCSI hangs w/SuperMicro 6010H

2001-06-26 Thread Justin T. Gibbs
>John Baldwin wrote: >> Hrmm, perhaps you are getting an interrupt storm from ahc. Ok, try >> this: find the ahc driver's interrupt handler, and add a printf. >> Then see if the printf fires while the machine is hung. > >Ok, I put a printf in ahc_handle_seqint() and ahc_handle_scsiint(). That wo

Re: SCSI hangs w/SuperMicro 6010H

2001-06-26 Thread Dave Cornejo
Justin T. Gibbs wrote: > >John Baldwin wrote: > >> Hrmm, perhaps you are getting an interrupt storm from ahc. Ok, try > >> this: find the ahc driver's interrupt handler, and add a printf. > >> Then see if the printf fires while the machine is hung. > > > >Ok, I put a printf in ahc_handle_seqint()

Re: SCSI hangs w/SuperMicro 6010H

2001-06-26 Thread Justin T. Gibbs
>> That won't catch all interrupts. Most notably, you won't know >> if commands are completing. Command completions are much more >> prevalent than sequencer or scsi interrupts. > >should I try and catch the command completions? which routine is best >to do this in? ahc_intr() in aic7xxx_inlin