Re: panic: sbuf_vprintf called with a NULL sbuf pointer

2016-01-20 Thread John Baldwin
On Wednesday, January 20, 2016 03:15:06 PM Don Lewis wrote: > On 8 Dec, John Baldwin wrote: > > On Tuesday, December 08, 2015 11:39:56 AM Don Lewis wrote: > >> On 8 Dec, John Baldwin wrote: > >> > On Monday, December 07, 2015 10:10:51 PM Don Lewis wrote: > >> >> On 2 Dec, John Baldwin wrote: > >

Re: panic: sbuf_vprintf called with a NULL sbuf pointer

2016-01-20 Thread Don Lewis
On 8 Dec, John Baldwin wrote: > On Tuesday, December 08, 2015 11:39:56 AM Don Lewis wrote: >> On 8 Dec, John Baldwin wrote: >> > On Monday, December 07, 2015 10:10:51 PM Don Lewis wrote: >> >> On 2 Dec, John Baldwin wrote: >> >> > On Wednesday, December 02, 2015 01:25:56 PM Don Lewis wrote: >> >

Re: panic: sbuf_vprintf called with a NULL sbuf pointer

2015-12-09 Thread John Baldwin
On Tuesday, December 08, 2015 11:39:56 AM Don Lewis wrote: > On 8 Dec, John Baldwin wrote: > > On Monday, December 07, 2015 10:10:51 PM Don Lewis wrote: > >> On 2 Dec, John Baldwin wrote: > >> > On Wednesday, December 02, 2015 01:25:56 PM Don Lewis wrote: > >> >> > If you want to look at this fur

Re: panic: sbuf_vprintf called with a NULL sbuf pointer

2015-12-08 Thread Don Lewis
On 8 Dec, John Baldwin wrote: > On Monday, December 07, 2015 10:10:51 PM Don Lewis wrote: >> On 2 Dec, John Baldwin wrote: >> > On Wednesday, December 02, 2015 01:25:56 PM Don Lewis wrote: >> >> > If you want to look at this further, try going to frame 16 and >> >> > dissassembling the >> >> > i

Re: panic: sbuf_vprintf called with a NULL sbuf pointer

2015-12-08 Thread John Baldwin
On Monday, December 07, 2015 10:10:51 PM Don Lewis wrote: > On 2 Dec, John Baldwin wrote: > > On Wednesday, December 02, 2015 01:25:56 PM Don Lewis wrote: > >> > If you want to look at this further, try going to frame 16 and > >> > dissassembling the > >> > instructions before the call to see if

Re: panic: sbuf_vprintf called with a NULL sbuf pointer

2015-12-07 Thread Don Lewis
On 2 Dec, John Baldwin wrote: > On Wednesday, December 02, 2015 01:25:56 PM Don Lewis wrote: >> > If you want to look at this further, try going to frame 16 and >> > dissassembling the >> > instructions before the call to see if you can spot which register the >> > first >> > parameter (saved in

Re: panic: sbuf_vprintf called with a NULL sbuf pointer

2015-12-02 Thread John Baldwin
On Wednesday, December 02, 2015 01:25:56 PM Don Lewis wrote: > > If you want to look at this further, try going to frame 16 and > > dissassembling the > > instructions before the call to see if you can spot which register the first > > parameter (saved in %rdi IIRC) comes from. > > Dump of assemb

Re: panic: sbuf_vprintf called with a NULL sbuf pointer

2015-12-02 Thread Don Lewis
On 2 Dec, John Baldwin wrote: > On Sunday, November 29, 2015 04:16:11 PM Don Lewis wrote: >> I got this strange panic the other day: >> >> panic: sbuf_vprintf called with a NULL sbuf pointer >> >> The machine was running this: >> >> FreeB

Re: panic: sbuf_vprintf called with a NULL sbuf pointer

2015-12-02 Thread John Baldwin
On Sunday, November 29, 2015 04:16:11 PM Don Lewis wrote: > I got this strange panic the other day: > > panic: sbuf_vprintf called with a NULL sbuf pointer > > The machine was running this: > > FreeBSD zipper.catspoiler.org 11.0-CURRENT FreeBSD 11.0-CURRENT #31 >

panic: sbuf_vprintf called with a NULL sbuf pointer

2015-11-29 Thread Don Lewis
I got this strange panic the other day: panic: sbuf_vprintf called with a NULL sbuf pointer The machine was running this: FreeBSD zipper.catspoiler.org 11.0-CURRENT FreeBSD 11.0-CURRENT #31 r290224: Sat Oct 31 02:56:36 PDT 2015 d...@zipper.catspoiler.org:/usr/obj/usr/src/sys