[mdb-discuss] assertion failed: total_size == 0, file: ../../common/syscall/sendfile.c, line: 738

2006-08-04 Thread Rob Logan
> panic[cpu1]/thread=88736740: > assertion failed: total_size == 0, file: ../../common/syscall/sendfile.c, > line: 738 > > fe8001085a00 genunix:assfail+83 () > fe8001085b60 genunix:sendvec_small_chunk+8ff () > fe8001085eb0 genunix:sendfilev+348 () > fe8001085f00 unix

[mdb-discuss] assertion failed: total_size == 0, file: ../../common/syscall/sendfile.c, line: 738

2006-08-04 Thread Rob Logan
thanks for the SVM trick for a dump device, the 4th time this happened I got a good core, but how do I find the process that's making the failing syscall32? (or I can put the core someplace semi public) % mdb -k 2 Loading modules: [ unix krtld genunix specfs cpu.AuthenticAMD.15 uppc pcplusmp ufs

[mdb-discuss] assertion failed: total_size == 0, file: ../../common/syscall/sendfile.c, line: 738

2006-08-04 Thread Michael Shapiro
> > panic[cpu1]/thread=88736740: > > assertion failed: total_size == 0, file: ../../common/syscall/sendfile.c, > > line: 738 > > > > fe8001085a00 genunix:assfail+83 () > > fe8001085b60 genunix:sendvec_small_chunk+8ff () > > fe8001085eb0 genunix:sendfilev+348 () > >

[mdb-discuss] assertion failed: total_size == 0, file: ../../common/syscall/sendfile.c, line: 738

2006-08-04 Thread Jonathan Adams
On Fri, Aug 04, 2006 at 03:04:18PM -0400, Rob Logan wrote: > thanks for the SVM trick for a dump device, the 4th time this > happened I got a good core, but how do I find the process > that's making the failing syscall32? (or I can put the core > someplace semi public) ::cpuinfo -v will give you

[mdb-discuss] Query regarding .mdbrc

2006-08-04 Thread Michael Shapiro
> > Hi, > > Can I have .mdbrc such that it loads necessary libraries/stab based on > current OS revision. I mean if I run mdb on S9 machine, it should take > the library as / . > > Similarly, it should choose correct library for S8/S10 if the current > machine is S8/S10. > > Take it little