Re: 5.2-CURRENT constantly crashing

From: Robert Watson (rwatson_at_FreeBSD.org)
Date: 07/29/04

  • Next message: Norikatsu Shigemura: "Re: Kernel build error"
    Date: Thu, 29 Jul 2004 11:46:47 -0400 (EDT)
    To: "George D. Gal" <ggal@vsecurity.com>
    
    

    On Thu, 29 Jul 2004, George D. Gal wrote:

    > I experience the same dead freezes about on average 1x per day on my
    > Dell D600 laptop. Although I'm really not sure what's causing it. Has
    > anyone seen the problems go away? I really notice the problem when I'm
    > using some more memory intensive apps like JRE or Mozilla Firefox, etc..

    It appears to be triggered most frequently with threading, and most
    frequently (perhaps always?) with PREEMPTION, maybe also less frequently
    with SMP (although I haven't seen it with SMP and no PREEMPTION). On my
    notebook, disabling PREEMPTION didn't appear to have any negative effect
    on interactivity or performance, but I also don't really use sound so
    probably wouldn't notice things like chopiness in audio processing.

    > Does having a debugging version of the kernel help at all to diagnose
    > these issues?

    I think there's enough debugging information floating around that someone
    will figure it out shortly. There have been some test patches handed
    around, but every time I get near one I stop being able to reproduce the
    problem on my test box :-). Now that John Baldwin is back from his
    vacation that should help.

    Robert N M Watson FreeBSD Core Team, TrustedBSD Projects
    robert@fledge.watson.org Principal Research Scientist, McAfee Research

    >
    > -george
    >
    > ----- Original Message -----
    > From: "DrVince" <drvince@anonymnet.net>
    > Newsgroups: mpc.lists.freebsd.current,muc.lists.freebsd.current
    > Sent: Thursday, July 22, 2004 8:02 AM
    > Subject: Re: 5.2-CURRENT constantly crashing
    >
    >
    > > On Thu, 22 Jul 2004 11:23:53 +0200, Jan Lentfer wrote
    > > > i am running 5.2-CURRENT on an old 4x PPRO (200) Amdahl EnVista Server.
    > > > The system is constantly crashing under heavy load for about 2-3
    > > > month now. Since all drives are connected to a Mylex Raid Controller,
    > > > I can't get any kernel dumps :(.
    > >
    > > I've been reporting this for a while. I have all new hardware and running 2
    > > IDE local drives, nothing's faulty. Everything is working fine now that I
    > have
    > > downgraded to 5.2.1. I have no kernel dump either since it's a problem with
    > > software disk write buffer. But, at least, you get a message of what could
    > be
    > > the problem, I only got dead freezes. For me, it wasn't heavy loads that
    > was
    > > crashing it, but only buffers getting full.
    > >
    > > At the moment, all I can say to help is, if you use dummynet or altq, be
    > sure
    > > to have HZ=1000 in your kernel. But that won't help you much because your
    > > server was working fine.
    > >
    > > Good luck,
    > > DrVince
    > > DrVince@anonymnet.net
    > > _______________________________________________
    > > freebsd-current@freebsd.org mailing list
    > > http://lists.freebsd.org/mailman/listinfo/freebsd-current
    > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    >
    > _______________________________________________
    > freebsd-current@freebsd.org mailing list
    > http://lists.freebsd.org/mailman/listinfo/freebsd-current
    > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    >

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


  • Next message: Norikatsu Shigemura: "Re: Kernel build error"

    Relevant Pages

    • [patch] preempt-smp.patch, 2.6.8-rc3-mm2
      ... > SMP issues in a sufficient way. ... It does the loop counting within ... the loop counter every time we disable preemption. ... this patch in essence recognizes the fact that the current preemption ...
      (Linux-Kernel)
    • Re: What is the PREEMPTION option good for?
      ... suspiciously active on heavy loaded SMP web servers (even complained on ... I'll try disabling PREEMPTION and see how it goes. ... to RELENG_4 for interrupt latency. ... interrupt priorities don't work right -- ...
      (freebsd-arch)
    • Re: question about preemption code
      ... SMP in maybe_preempt_in_ksegrp. ... #ifdef PREEMPTION ... priority is lower than PRI_MAX_ITHD. ...
      (freebsd-hackers)
    • Re: ArcNet and 2.6.8.1
      ... Is preemption safe enough to ensure SMP safe or would I ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH 11/11] KVM: fix vcpu freeing bug
      ... example when the userspace ABI version is too old) - causing a ... preemption count underflow in the ->vcpu_freelater on. ...
      (Linux-Kernel)