* soffice, 2.2.18, cpu 97% idle, loadavg 6.05
@ 2001-01-03 23:55 brian
2001-01-04 7:54 ` Anuradha Ratnaweera
0 siblings, 1 reply; 4+ messages in thread
From: brian @ 2001-01-03 23:55 UTC (permalink / raw)
To: linux-kernel
linux 2.2.18 with VM-global patch
128MB RAM
AMD K6-3/366
Star Office 5.2
I exiting StarOffice, and a little later noticed my loadavg display
widget was showing a high load average. top reports it at 6.
Poking about, I found all the soffice.bin processes still hanging
around.
Looking with top, all the soffice.bin processes are in the 'D N' state.
In top's 'no idle' mode they are listed.
The CPU is hanging around 97% idle, the loadavg has been sitting
at 6+ for almost 15 minutes. It seems likely this state will
continue forever.
I tried a 'kill' on all the soffice.bin process and there was
no change. a 'kill -9' also had no effect.
What is going on?
Shouldn't I be able to tear down the processes?
Here is status on the soffice.bin process with the lowest PID:
# cat /proc/5294/status
Name: soffice.bin
State: D (disk sleep)
Pid: 5294
PPid: 775
Uid: 101 101 101 101
Gid: 101 101 101 101
Groups: 101 0 10 228 229 500
VmSize: 103600 kB
VmLck: 0 kB
VmRSS: 49588 kB
VmData: 13008 kB
VmStk: 1104 kB
VmExe: 88 kB
VmLib: 73604 kB
SigPnd: 0000000000004100
SigBlk: 0000000080000000
SigIgn: 8000000000001000
SigCgt: 00000003bfc064ff
CapInh: 0000000000000000
CapPrm: 0000000000000000
CapEff: 0000000000000000
Thanks,
--
Brian Litzinger <brian@worldcontrol.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: soffice, 2.2.18, cpu 97% idle, loadavg 6.05
2001-01-03 23:55 soffice, 2.2.18, cpu 97% idle, loadavg 6.05 brian
@ 2001-01-04 7:54 ` Anuradha Ratnaweera
2001-01-04 8:31 ` brian
0 siblings, 1 reply; 4+ messages in thread
From: Anuradha Ratnaweera @ 2001-01-04 7:54 UTC (permalink / raw)
To: brian; +Cc: linux-kernel
What is the compiler?
On Wed, 3 Jan 2001 brian@worldcontrol.com wrote:
> linux 2.2.18 with VM-global patch
> 128MB RAM
> AMD K6-3/366
> Star Office 5.2
>
> I exiting StarOffice, and a little later noticed my loadavg display
> widget was showing a high load average. top reports it at 6.
>
> Poking about, I found all the soffice.bin processes still hanging
> around.
>
> Looking with top, all the soffice.bin processes are in the 'D N' state.
> In top's 'no idle' mode they are listed.
>
> The CPU is hanging around 97% idle, the loadavg has been sitting
> at 6+ for almost 15 minutes. It seems likely this state will
> continue forever.
>
> I tried a 'kill' on all the soffice.bin process and there was
> no change. a 'kill -9' also had no effect.
>
> What is going on?
>
> Shouldn't I be able to tear down the processes?
>
> Here is status on the soffice.bin process with the lowest PID:
>
> # cat /proc/5294/status
> Name: soffice.bin
> State: D (disk sleep)
> Pid: 5294
> PPid: 775
> Uid: 101 101 101 101
> Gid: 101 101 101 101
> Groups: 101 0 10 228 229 500
> VmSize: 103600 kB
> VmLck: 0 kB
> VmRSS: 49588 kB
> VmData: 13008 kB
> VmStk: 1104 kB
> VmExe: 88 kB
> VmLib: 73604 kB
> SigPnd: 0000000000004100
> SigBlk: 0000000080000000
> SigIgn: 8000000000001000
> SigCgt: 00000003bfc064ff
> CapInh: 0000000000000000
> CapPrm: 0000000000000000
> CapEff: 0000000000000000
>
> Thanks,
>
> --
> Brian Litzinger <brian@worldcontrol.com>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: soffice, 2.2.18, cpu 97% idle, loadavg 6.05
2001-01-04 7:54 ` Anuradha Ratnaweera
@ 2001-01-04 8:31 ` brian
2001-01-04 10:09 ` Anuradha Ratnaweera
0 siblings, 1 reply; 4+ messages in thread
From: brian @ 2001-01-04 8:31 UTC (permalink / raw)
To: Anuradha Ratnaweera; +Cc: linux-kernel
On Thu, Jan 04, 2001 at 01:54:17PM +0600, Anuradha Ratnaweera wrote:
>
> What is the compiler?
% gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
Linux distribution is Redhat 6.2, with all updates.
--
Brian Litzinger <brian@worldcontrol.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: soffice, 2.2.18, cpu 97% idle, loadavg 6.05
2001-01-04 8:31 ` brian
@ 2001-01-04 10:09 ` Anuradha Ratnaweera
0 siblings, 0 replies; 4+ messages in thread
From: Anuradha Ratnaweera @ 2001-01-04 10:09 UTC (permalink / raw)
To: brian; +Cc: linux-kernel
Can you reproduce the same error on GCC 2.72?
Anuradha
On Thu, 4 Jan 2001 brian@worldcontrol.com wrote:
> On Thu, Jan 04, 2001 at 01:54:17PM +0600, Anuradha Ratnaweera wrote:
> >
> > What is the compiler?
>
> % gcc -v
> Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
> gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
>
> Linux distribution is Redhat 6.2, with all updates.
>
> --
> Brian Litzinger <brian@worldcontrol.com>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-01-04 10:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-03 23:55 soffice, 2.2.18, cpu 97% idle, loadavg 6.05 brian
2001-01-04 7:54 ` Anuradha Ratnaweera
2001-01-04 8:31 ` brian
2001-01-04 10:09 ` Anuradha Ratnaweera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox