lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 22 Sep 2006 12:33:22 -0700 (PDT)
From:	Linus Torvalds <torvalds@...l.org>
To:	Orion Poplawski <orion@...a.nwra.com>
cc:	linux-kernel@...r.kernel.org
Subject: Re: How to debug random bus errors?



On Fri, 22 Sep 2006, Orion Poplawski wrote:
>
> We're seeing programs die with "bus error" (SIGBUS) randomly on a dual
> processor Opteron machine.  I've run memtest86+ and cpuburn stress tests with
> no failure.  gdb on a core file seems uninteresting.  Is there some way to
> trace the kernel to try to get more insight?

Which kernel?

Opterons in SMP environments had a TLB flushing bug if the tlb flush 
filter was enabled.

We've had that fixed for a long time, but if you have a kernel older that 
2.6.14-rc2 or so (but still new enough to use the four-level page tables: 
it's not a big window), you can hit the bug. We fixed it pretty much 
exactly a year go ("Sat Sep 17, 2005").

Other than that, does it tend to happen to the same particular program? It 
might just be a user space bug that needs a specific set of things to 
happen. Some of those bugs go away when you disable address space 
randomization etc, since they can depend on just pure luck (or rather, 
lack there-of).

If it happens to lots of different programs, and you sometimes see 
SIGSEGV's and occasionally perhaps data corruption, that does tend to 
indicate memory problems (or wild kernel pointers, but on the whole memory 
problems tend to be more common).

			Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ