Panic in arptimer on r255764

2013-09-22 Thread Tim Kientzle
I'm seeing this panic pretty consistently when I try to do a buildworld on 
r255764 (i386):

http://people.freebsd.org/~kientzle/r255764%20panic%202013-09-21%20at%209.27.09%20PM.png

I'm not seeing it on r255602, so I suspect it's a recent problem.

Running on VMWare Fusion 6.  This was about as vanilla a build as you can get:  
no local code changes, no custom config, no src.conf or make.conf, no ports 
installed, etc.

Tim

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Panic in arptimer on r255764

2013-09-22 Thread Lars Engels
On Sat, Sep 21, 2013 at 11:23:47PM -0700, Tim Kientzle wrote:
 I'm seeing this panic pretty consistently when I try to do a buildworld on 
 r255764 (i386):
 
 http://people.freebsd.org/~kientzle/r255764%20panic%202013-09-21%20at%209.27.09%20PM.png
 
 I'm not seeing it on r255602, so I suspect it's a recent problem.
 
 Running on VMWare Fusion 6.  This was about as vanilla a build as you
 can get:  no local code changes, no custom config, no src.conf or
 make.conf, no ports installed, etc.
 

+1 

I also see this on yesterday's HEAD:

http://bsd-geek.de/pics/IMG_20130922_100936.jpg

The only difference is that I don''t need to run a buildworld, just
going into multi user and wait a few seconds.
I don't see this in single user mode, though.


pgpICQ8dP_pDV.pgp
Description: PGP signature


Re: Panic in arptimer on r255764

2013-09-22 Thread Davide Italiano
On Sun, Sep 22, 2013 at 2:25 AM, Lars Engels lars.eng...@0x20.net wrote:
 On Sat, Sep 21, 2013 at 11:23:47PM -0700, Tim Kientzle wrote:
 I'm seeing this panic pretty consistently when I try to do a buildworld on 
 r255764 (i386):

 http://people.freebsd.org/~kientzle/r255764%20panic%202013-09-21%20at%209.27.09%20PM.png

 I'm not seeing it on r255602, so I suspect it's a recent problem.

 Running on VMWare Fusion 6.  This was about as vanilla a build as you
 can get:  no local code changes, no custom config, no src.conf or
 make.conf, no ports installed, etc.


 +1

 I also see this on yesterday's HEAD:

 http://bsd-geek.de/pics/IMG_20130922_100936.jpg

 The only difference is that I don''t need to run a buildworld, just
 going into multi user and wait a few seconds.
 I don't see this in single user mode, though.


Try this:
http://people.freebsd.org/~davide/review/lc_calloutfix.diff
I'll commit as soon as I'll receive OK from re@.

-- 
Davide

There are no solved problems; there are only problems that are more
or less solved -- Henri Poincare
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Panic in arptimer on r255764

2013-09-22 Thread Lars Engels
On Sun, Sep 22, 2013 at 05:11:30AM -0700, Davide Italiano wrote:
 On Sun, Sep 22, 2013 at 2:25 AM, Lars Engels lars.eng...@0x20.net wrote:
  On Sat, Sep 21, 2013 at 11:23:47PM -0700, Tim Kientzle wrote:
  I'm seeing this panic pretty consistently when I try to do a buildworld on 
  r255764 (i386):
 
  http://people.freebsd.org/~kientzle/r255764%20panic%202013-09-21%20at%209.27.09%20PM.png
 
  I'm not seeing it on r255602, so I suspect it's a recent problem.
 
  Running on VMWare Fusion 6.  This was about as vanilla a build as you
  can get:  no local code changes, no custom config, no src.conf or
  make.conf, no ports installed, etc.
 
 
  +1
 
  I also see this on yesterday's HEAD:
 
  http://bsd-geek.de/pics/IMG_20130922_100936.jpg
 
  The only difference is that I don''t need to run a buildworld, just
  going into multi user and wait a few seconds.
  I don't see this in single user mode, though.
 
 
 Try this:
 http://people.freebsd.org/~davide/review/lc_calloutfix.diff
 I'll commit as soon as I'll receive OK from re@.

Yes, that seems to help. I am running it for a few minutes now which is
a few minutes more that without the patch. ;-)

Thanks!

P.S.: Fortunately I migrated the system to ZFS with Boot Environments,
so I could boot the old world and kernel without any hassle! \o/


pgpE7WRGgSZwa.pgp
Description: PGP signature


Re: Panic in arptimer on r255764

2013-09-22 Thread Davide Italiano
On Sun, Sep 22, 2013 at 2:28 PM, Lars Engels lars.eng...@0x20.net wrote:
 On Sun, Sep 22, 2013 at 05:11:30AM -0700, Davide Italiano wrote:
 On Sun, Sep 22, 2013 at 2:25 AM, Lars Engels lars.eng...@0x20.net wrote:
  On Sat, Sep 21, 2013 at 11:23:47PM -0700, Tim Kientzle wrote:
  I'm seeing this panic pretty consistently when I try to do a buildworld 
  on r255764 (i386):
 
  http://people.freebsd.org/~kientzle/r255764%20panic%202013-09-21%20at%209.27.09%20PM.png
 
  I'm not seeing it on r255602, so I suspect it's a recent problem.
 
  Running on VMWare Fusion 6.  This was about as vanilla a build as you
  can get:  no local code changes, no custom config, no src.conf or
  make.conf, no ports installed, etc.
 
 
  +1
 
  I also see this on yesterday's HEAD:
 
  http://bsd-geek.de/pics/IMG_20130922_100936.jpg
 
  The only difference is that I don''t need to run a buildworld, just
  going into multi user and wait a few seconds.
  I don't see this in single user mode, though.


 Try this:
 http://people.freebsd.org/~davide/review/lc_calloutfix.diff
 I'll commit as soon as I'll receive OK from re@.

 Yes, that seems to help. I am running it for a few minutes now which is
 a few minutes more that without the patch. ;-)

 Thanks!

 P.S.: Fortunately I migrated the system to ZFS with Boot Environments,
 so I could boot the old world and kernel without any hassle! \o/

A fix is now committed (r255788).

Thanks,

-- 
Davide

There are no solved problems; there are only problems that are more
or less solved -- Henri Poincare
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org