* 2.5.7 process accounting bombs out
@ 2002-03-27 6:50 John Covici
2002-03-27 15:40 ` Bob Miller
0 siblings, 1 reply; 3+ messages in thread
From: John Covici @ 2002-03-27 6:50 UTC (permalink / raw)
To: linux-kernel
Whenever I try to start the init script for process accounting I get
the following error:
Mar 27 00:02:02 ccs kernel: kernel BUG at acct.c:169!
Mar 27 00:02:02 ccs kernel: invalid operand: 0000
Mar 27 00:02:02 ccs kernel: CPU: 0
Mar 27 00:02:02 ccs kernel: EIP: 0010:[acct_file_reopen+8/208]
Not tainted
Mar 27 00:02:02 ccs kernel: EFLAGS: 00010246
The system doesn't go down, but is there any way to fix this?
Thanks.
--
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: 2.5.7 process accounting bombs out
2002-03-27 6:50 2.5.7 process accounting bombs out John Covici
@ 2002-03-27 15:40 ` Bob Miller
2002-03-27 17:26 ` John Covici
0 siblings, 1 reply; 3+ messages in thread
From: Bob Miller @ 2002-03-27 15:40 UTC (permalink / raw)
To: John Covici; +Cc: linux-kernel
On Wed, Mar 27, 2002 at 01:50:35AM -0500, John Covici wrote:
> Whenever I try to start the init script for process accounting I get
> the following error:
>
> Mar 27 00:02:02 ccs kernel: kernel BUG at acct.c:169!
> Mar 27 00:02:02 ccs kernel: invalid operand: 0000
> Mar 27 00:02:02 ccs kernel: CPU: 0
> Mar 27 00:02:02 ccs kernel: EIP: 0010:[acct_file_reopen+8/208]
> Not tainted
> Mar 27 00:02:02 ccs kernel: EFLAGS: 00010246
>
> The system doesn't go down, but is there any way to fix this?
>
> Thanks.
>
> --
> John Covici
> covici@ccs.covici.com
Apply the patch below.
--
Bob Miller Email: rem@osdl.org
Open Source Development Lab Phone: 503.626.2455 Ext. 17
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.537 -> 1.538
# kernel/acct.c 1.8 -> 1.9
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/03/21 rem@doc.pdx.osdl.net 1.538
# Fixed acct.c code by removing the BUG_ON code because it doesn't work
# on UP systems.
# --------------------------------------------
#
diff -Nru a/kernel/acct.c b/kernel/acct.c
--- a/kernel/acct.c Thu Mar 21 11:32:05 2002
+++ b/kernel/acct.c Thu Mar 21 11:32:05 2002
@@ -166,8 +166,6 @@
{
struct file *old_acct = NULL;
- BUG_ON(!spin_is_locked(&acct_globals.lock));
-
if (acct_globals.file) {
old_acct = acct_globals.file;
del_timer(&acct_globals.timer);
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: 2.5.7 process accounting bombs out
2002-03-27 15:40 ` Bob Miller
@ 2002-03-27 17:26 ` John Covici
0 siblings, 0 replies; 3+ messages in thread
From: John Covici @ 2002-03-27 17:26 UTC (permalink / raw)
To: Bob Miller; +Cc: linux-kernel
Thanks much, that did it.
On Wed, 27 Mar 2002, Bob Miller wrote:
> On Wed, Mar 27, 2002 at 01:50:35AM -0500, John Covici wrote:
> > Whenever I try to start the init script for process accounting I get
> > the following error:
> >
> > Mar 27 00:02:02 ccs kernel: kernel BUG at acct.c:169!
> > Mar 27 00:02:02 ccs kernel: invalid operand: 0000
> > Mar 27 00:02:02 ccs kernel: CPU: 0
> > Mar 27 00:02:02 ccs kernel: EIP: 0010:[acct_file_reopen+8/208]
> > Not tainted
> > Mar 27 00:02:02 ccs kernel: EFLAGS: 00010246
> >
> > The system doesn't go down, but is there any way to fix this?
> >
> > Thanks.
> >
> > --
> > John Covici
> > covici@ccs.covici.com
>
> Apply the patch below.
>
>
--
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-03-27 17:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-27 6:50 2.5.7 process accounting bombs out John Covici
2002-03-27 15:40 ` Bob Miller
2002-03-27 17:26 ` John Covici
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.