All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Hammers <ch@westend.com>
To: linux-kernel@vger.kernel.org
Cc: Christian Hammers <ch@westend.com>
Subject: Kernel BUG at namei.c:330!
Date: Tue, 6 Nov 2001 01:32:54 +0100	[thread overview]
Message-ID: <20011106013254.A7269@westend.com> (raw)

Hello

This evening I experienced the following error on a system with kernel
2.4.11-pre6 with an Adaptex 7892A SCSI controller, a EasyRAIDII external 
RAID controller and an HP C1537A tape streamer on the same bus.
The error occured while the tape was writing (I reported similar problems 
a couple of weeks ago, but all patches on this list and all newer kernels
failed to fix it).

The messages (roughly transscripted from console before rebooting):
...
I/O error: dev: 08:02, sector 65704 		# mounted as "/"
...
Kernel BUG at namei.c:330!
invalid operand: 0000
CPU:0
EIP 0010:<c015c7e3> Not Tainted 	# c015c760 t reiserfs_find_entry
...
<4>st0: Error with sense data: Attention. Additional sense indicates
Poweron,reset,or bus device reset occur
I/O error: dev 08:02, secor 139192
...

/fs/reiserfs/namei.c at line 330:
       if (retval == IO_ERROR)
            // FIXME: still has to be dealt with

                                /* I want you to conform to our error
                                   printing standard.  How many times
                                   do I have to ask? -Hans */

            BUG ();
Well... "has to be dealt with"... the latest 2.4.14 at least says:
        if (retval == IO_ERROR)
            // FIXME: still has to be dealt with
            reiserfs_panic (dir->i_sb, "zam-7001: io error in " __FUNCTION__ "\n"


The error itself occured several times now, with slightly different error
messages (sometimes with nothing left on the console) but always
immediately or somewhen during the tape backup.

Thank you for reading this far and hopefully this mail helps anybody to 
improve anything. Contact me if you need further information.

thanks,

 -christian-

-- 
Christian Hammers    WESTEND GmbH - Aachen und Dueren     Tel 0241/701333-0
ch@westend.com     Internet & Security for Professionals    Fax 0241/911879
           WESTEND ist CISCO Systems Partner - Premium Certified


                 reply	other threads:[~2001-11-06  0:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011106013254.A7269@westend.com \
    --to=ch@westend.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.