public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* stat of /proc fails after CPU hot-unplug with EOVERFLOW in 2.6.18
@ 2006-09-27  7:55 Martin Devera
  2006-09-27  8:13 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Devera @ 2006-09-27  7:55 UTC (permalink / raw)
  To: linux-kernel

Hello,

I have 2way Opteron machine. I've done this:
echo 0 > /sys/devices/system/cpu/cpu1/online

and then strace stat /proc:

[snip]
personality(PER_LINUX)                  = 4194304
getpid()                                = 14926
brk(0)                                  = 0x804b000
brk(0x804b1a0)                          = 0x804b1a0
brk(0x804c000)                          = 0x804c000
stat("/proc", 0xbf8e7490)               = -1 EOVERFLOW

When I do echo 1 > ... to start cpu again then the stat starts
to work again ... Weird.

Martin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-10-03  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-27  7:55 stat of /proc fails after CPU hot-unplug with EOVERFLOW in 2.6.18 Martin Devera
2006-09-27  8:13 ` Andrew Morton
2006-09-27 14:44   ` Martin Devera
2006-10-03  8:40   ` Martin Devera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox