Re: [src] cvs commit: src/sys/geom geom_dev.c

2002-12-19 Thread phk
In message <[EMAIL PROTECTED]>, Matthew Dillon w rites: > >: >:In message <[EMAIL PROTECTED]>, Matthew Dillon w >:rites: >:>This commit is crashing my -current box on boot when it >:>goes to check for a core. I get the panic: >:> >:>"Negative bio_offset (-1024) on bio ..." >:> >:>U

Re: [src] cvs commit: src/sys/geom geom_dev.c

2002-12-19 Thread Matthew Dillon
: :In message <[EMAIL PROTECTED]>, Matthew Dillon w :rites: :>This commit is crashing my -current box on boot when it :>goes to check for a core. I get the panic: :> :>"Negative bio_offset (-1024) on bio ..." :> :>Userland probably should not be allowed to panic the box :>in t

Re: [src] cvs commit: src/sys/geom geom_dev.c

2002-12-19 Thread phk
In message <[EMAIL PROTECTED]>, Matthew Dillon w rites: >This commit is crashing my -current box on boot when it >goes to check for a core. I get the panic: > >"Negative bio_offset (-1024) on bio ..." > >Userland probably should not be allowed to panic the box >in that way. Ba

Re: [src] cvs commit: src/sys/geom geom_dev.c

2002-12-19 Thread Matthew Dillon
This commit is crashing my -current box on boot when it goes to check for a core. I get the panic: "Negative bio_offset (-1024) on bio ..." Userland probably should not be allowed to panic the box in that way. -Matt