linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Kernel BUG at namei.c:330!
@ 2001-11-06  0:32 Christian Hammers
  0 siblings, 0 replies; only message in thread
From: Christian Hammers @ 2001-11-06  0:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: Christian Hammers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-06  0:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-06  0:32 Kernel BUG at namei.c:330! Christian Hammers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).