Re: dump broken with new kernel

From: Andre Guibert de Bruet (andy_at_siliconlandmark.com)
Date: 12/10/04

  • Next message: Andre Guibert de Bruet: "Re: does this mean my kernel is trashed ?"
    Date: Fri, 10 Dec 2004 00:45:13 -0500 (EST)
    To: Poul-Henning Kamp <phk@phk.freebsd.dk>
    
    

    On Wed, 8 Dec 2004, Poul-Henning Kamp wrote:

    > In message <20041207234332.Q637@alpha.siliconlandmark.com>, Andre Guibert de Br
    > uet writes:
    >
    >> I am still running into dump problems on my system. I'm using:
    >> $FreeBSD: src/sys/kern/vfs_mount.c,v 1.168 2004/12/07 08:15:40 phk Exp $
    >> $FreeBSD: src/sys/sys/mount.h,v 1.187 2004/12/07 08:15:40 phk Exp $
    >>
    >> FreeBSD bling.home 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Tue Dec 7 23:02:43
    >> EST 2004 root@bling.home:/usr/CURRENT/sys/i386/compile/BLING i386
    >>
    >> # /sbin/dump -0uaLf "/mnt/backups/`hostname -s`-`utime`-amrd0a.dump" /mnt/amrd0a
    >> mksnap_ffs: Cannot create /mnt/amrd0a/.snap/dump_snapshot: Bad address
    >> dump: Cannot create /mnt/amrd0a/.snap/dump_snapshot: No such file or directory
    >
    > Ok, should work now.

    It appears to have fixed it. I'm now debugging the amr(4) driver as it
    hangs with a "bad slot 0 completed" message. From the source, that number
    could be any positive integer, but i've never seen it hang with anything
    other than 0 (I've reproduced the problem about 10 times already). It's
    fun stuff... :-)

    Thanks,
    Andy

    | Andre Guibert de Bruet | Enterprise Software Consultant >
    | Silicon Landmark, LLC. | http://siliconlandmark.com/ >
    _______________________________________________
    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: Andre Guibert de Bruet: "Re: does this mean my kernel is trashed ?"

    Relevant Pages

    • RE: VS.NET 2003 Debugger hangs.
      ... object properties in the watch window, ... > do with this problem because when debugging the client only the issue never ... > hangs and is irrespective of how I step through the code. ...
      (microsoft.public.vsnet.debugging)
    • Hang while debugging ASP.Net on Windows 2003
      ... Since applying the Visual Studio/Office/Windows hotfixes for the JPEG issue, ... I am having problems debugging an ASP.Net application. ... hangs at 66% detecting... ...
      (microsoft.public.vsnet.ide)
    • Re: Visual Studio locking-up for all debug functions
      ... debugging and managed debugging? ... > Yesterday I did a complete NEW install of VS.NET (including the ... > The computer hangs up (when in VS.NET and I click a debug function) and I ...
      (microsoft.public.vsnet.debugging)
    • Re: x86_64 2.6.35.* kernels and Intel Xeon X5550
      ... all tracing, debugging, etc., it still hangs but slightly later. ... megaraid_sas module is loaded, detects the adapter, but never gets around to ...
      (Linux-Kernel)
    • Re: Big problems with 7.1 locking up :-(
      ... Sometimes these debugging tools are able to convert hangs into panics, which gives us much more ability to debug them. ... Lock order reversals are warnings of potential deadlock due to a lock cycle, but deadlocks may not actually result, either because it's a false positive, or because a cycle didn't actually form. ... Features like WITNESS and INVARIANTS may change the timing of the kernel making certain race conditions less likely; I'd run with them for a bit and see if you can reproduce the hang with them present, as they will make debugging the problem a lot easier, if it's possible. ...
      (freebsd-stable)