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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 04 Jan 2007 12:14:00 +1100
From:	Herbert Xu <herbert@...dor.apana.org.au>
To:	greearb@...delatech.com (Ben Greear)
Cc:	herbert@...dor.apana.org.au, dlstevens@...ibm.com, jarkao2@...pl,
	netdev@...r.kernel.org
Subject: Re: BUG: soft lockup detected on CPU#0!  (2.6.18.2 plus hacks)

Ben Greear <greearb@...delatech.com> wrote:
> 
> I'm not sure if it helps..but I did notice that 'ip' was using 99% of the
> CPU on the system.  Could this be because it was spinning trying to acquire
> the read-lock?  When I ran 'ifconfig -a', that process hung, and at that point
> the system was rebooted.  Before I ran ifconfig, 'top' and 'ls' and similar
> apps were responding fine, and I was logged in over ssh from the US to Australia, so
> it's basic networking was functioning.

That's understandable because we were stuck in the softirq handler while
holding the rtnl lock.  The rtnl lock is what's preventing those commands
from executing.

What we need to figure out is whether the rtnl lock is a coincidence or
a cause.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ