Re: Crash while newfs'ing innocent vinum volume on fresh system.

1999-03-17 Thread Greg Lehey
On Wednesday, 17 March 1999 at 14:21:07 +0200, Vallo Kallaste wrote: > Newfs -n1 -d0 -v /dev/vinum/rsvol two lines newfs output and > crash: > > Script started on Wed Mar 17 13:24:45 1999 > sh-2.02# gdb -k kernel.gdb vmcore.0 > GDB is free software and you are welcome to distribute copies of

Re: Crash while newfs'ing innocent vinum volume on fresh system.

1999-03-17 Thread Brian Feldman
I don't know what frames 10-12 are supposed to be, but I can give you the short answer on why it crashed: you have INVARIANTS on (good!), so free()ing stuffs memory with 0xdeadc0de. Whatever frame 10 was doing tried to dereference previously freed memory. Brian Feldman