r291494 PANIC mtx_lock() of spin mutex @ /usr/src/sys/kern/vfs_subr.c:512

2015-12-02 Thread Michael Jung
Since upgrading to r291494 from r290716 my system reliably panics when running poudriere. Dump header from device: /dev/da2p1 Architecture: amd64 Architecture Version: 2 Dump Length: 4301131776 Blocksize: 512 Dumptime: Wed Dec 2 12:10:06 2015 Hostname: bsd11 Magic: FreeBSD Kernel

Re: r291494 PANIC mtx_lock() of spin mutex @ /usr/src/sys/kern/vfs_subr.c:512

2015-12-02 Thread Mateusz Guzik
On Wed, Dec 02, 2015 at 12:35:23PM -0500, Michael Jung wrote: > Since upgrading to r291494 from r290716 my system reliably panics > when running poudriere. > > Dump header from device: /dev/da2p1 > Architecture: amd64 > Architecture Version: 2 > Dump Length: 4301131776 > Blocksize: 512 >

Best way to update FreeBSD 11 ?

2015-12-02 Thread Sergey Manucharian
Hello, What is the best way to update FreeBSD 11-CURRENT? Initially I've installed it from an image from [0] a couple of months ago. Thanks, Sergey [0] ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/ISO-IMAGES/11.0/ ___

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: >> >> FreeBSD zipper.catspoiler.org 11.0-CURRENT FreeBSD

Re: Best way to update FreeBSD 11 ?

2015-12-02 Thread David Wolfskill
On Wed, Dec 02, 2015 at 02:39:24PM -0700, Sergey Manucharian wrote: > Hello, > > What is the best way to update FreeBSD 11-CURRENT? > Initially I've installed it from an image from [0] a couple of months ago. > ... That depends on why you are considering the update. For me, I do in-place source

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

Re: Best way to update FreeBSD 11 ?

2015-12-02 Thread Daniel Nebdal
On Wed, Dec 2, 2015 at 10:43 PM, David Wolfskill wrote: > On Wed, Dec 02, 2015 at 02:39:24PM -0700, Sergey Manucharian wrote: >> Hello, >> >> What is the best way to update FreeBSD 11-CURRENT? >> Initially I've installed it from an image from [0] a couple of months ago. >>

Build failed in Jenkins: Build-UFS-image #2839

2015-12-02 Thread jenkins-admin
See -- [...truncated 1577 lines...] ./lib/libc/sys missing (created) ./lib/libc/time missing (created) ./lib/libc/tls missing (created) ./lib/libc/tls/dso missing (created) ./lib/libc/termios missing

FreeBSD_HEAD - Build #3614 - Fixed

2015-12-02 Thread jenkins-admin
FreeBSD_HEAD - Build #3614 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3614/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3614/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3614/console Change summaries: 291676 by yongari:

FreeBSD_HEAD - Build #3613 - Failure

2015-12-02 Thread jenkins-admin
FreeBSD_HEAD - Build #3613 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3613/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3613/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3613/console Change summaries: 291671 by mckusick:

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 > r290224: Sat Oct 31