Re: Panic @r207433: "System call fork returning with the following locks held"

2010-05-01 Thread Andrew Reilly
Hi Kip, Sorry for the delay: it's been a tussle... On Fri, Apr 30, 2010 at 04:42:12PM -0700, K. Macy wrote: > Does FBSDID get expanded when checking out with csup? Looks like it: > __FBSDID("$FreeBSD: head/sys/vm/vm_pageout.c 207452 2010-04-30 > 22:31:37Z kmacy $"); My version says: __FBSDID("

Re: Panic @r207433: "System call fork returning with the following locks held"

2010-04-30 Thread K. Macy
Hi Andrew, Does FBSDID get expanded when checking out with csup? You should see: __FBSDID("$FreeBSD: head/sys/vm/vm_pageout.c 207452 2010-04-30 22:31:37Z kmacy $"); line 451 is part of a KASSERT on this version. Cheers, Kip On Fri, Apr 30, 2010 at 4:12 PM, Andrew Reilly wrote: > Hi all, > >

Re: Panic @r207433: "System call fork returning with the following locks held"

2010-04-30 Thread Andrew Reilly
Hi all, I'm not sure if it's related (I get my src via csup, so I don't have svn reveision numbers), but I upgraded about 16 hours ago again a few hours after that, and my two-core AMD64 system has been (seemingly) quite unstable. I've had a few boot cycles that have failed and dumped me out into

Re: Panic @r207433: "System call fork returning with the following locks held"

2010-04-30 Thread Michael Butler
On 04/30/10 18:33, K. Macy wrote: > How much memory do you have? I haven't been checking code in without > testing it, but clearly my system behaves a bit differently. > > Please try 207452. Building this now although .. > On Fri, Apr 30, 2010 at 2:42 PM, Manfred Antar wrote: >> At 02:21 PM 4/3

Re: Panic @r207433: "System call fork returning with the following locks held"

2010-04-30 Thread K. Macy
How much memory do you have? I haven't been checking code in without testing it, but clearly my system behaves a bit differently. Please try 207452. Thanks, Kip On Fri, Apr 30, 2010 at 2:42 PM, Manfred Antar wrote: > At 02:21 PM 4/30/2010, K. Macy wrote: >>On Fri, Apr 30, 2010 at 12:38 PM, K.

Re: Panic @r207433: "System call fork returning with the following locks held"

2010-04-30 Thread Manfred Antar
At 02:21 PM 4/30/2010, K. Macy wrote: >On Fri, Apr 30, 2010 at 12:38 PM, K. Macy wrote: >>> Sadly, it doesn't do it for me .. lockd start-up causes a panic on a >>> "sleeping thread". Do I need to do a buildworld as well as kernel? >>> >> >> We're calling vm_pageout_flush with the page queue lock

Re: Panic @r207433: "System call fork returning with the following locks held"

2010-04-30 Thread K. Macy
On Fri, Apr 30, 2010 at 12:38 PM, K. Macy wrote: >> Sadly, it doesn't do it for me .. lockd start-up causes a panic on a >> "sleeping thread". Do I need to do a buildworld as well as kernel? >> > > We're calling vm_pageout_flush with the page queue lock held in > vm_object_page_collect_flush.  I'l

Re: Panic @r207433: "System call fork returning with the following locks held"

2010-04-30 Thread K. Macy
> Sadly, it doesn't do it for me .. lockd start-up causes a panic on a > "sleeping thread". Do I need to do a buildworld as well as kernel? > We're calling vm_pageout_flush with the page queue lock held in vm_object_page_collect_flush. I'll have a fix in soon. Thanks, Kip ___

Re: Panic @r207433: "System call fork returning with the following locks held"

2010-04-30 Thread David Wolfskill
On Fri, Apr 30, 2010 at 07:27:32PM +0300, Kostik Belousov wrote: > ... > Please try r207438. OK; that worked -- thanks! I actually merely hand-edited the one file & rebuilt the kernel; boot to multi-user mode was uneventful, and: FreeBSD freebeast.catwhisker.org 9.0-CURRENT FreeBSD 9.0-CURRENT #

Re: Panic @r207433: "System call fork returning with the following locks held"

2010-04-30 Thread Kostik Belousov
On Fri, Apr 30, 2010 at 09:19:53AM -0700, David Wolfskill wrote: > This was during the single- to multi-user transition on boot; I was > going to skip the output from the LORs, but I suspect that some of > them might be relevant; see below. > > I can leave the system in this state for a whle, but

Panic @r207433: "System call fork returning with the following locks held"

2010-04-30 Thread David Wolfskill
This was during the single- to multi-user transition on boot; I was going to skip the output from the LORs, but I suspect that some of them might be relevant; see below. I can leave the system in this state for a whle, but I normally power it off (to reduce heat, noise, and electricity consumption