public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: carbonated beverage <ramune@net-ronin.org>
To: linux-kernel@vger.kernel.org
Subject: [DEAD BOX] Assert failure fs/jbd/transaction.c
Date: Tue, 23 Mar 2004 16:14:45 -0800	[thread overview]
Message-ID: <20040324001445.GA9580@net-ronin.org> (raw)

Got an assert failure while I was in X, and was unable to do anything
that'll hit disk (like run dmesg -- couldn't read dmesg in from disk).

Not sure what else was in the dmesg buffer.

handle_t *journal_start(journal_t *journal, int nblocks)
{
...
        if (handle) {
                J_ASSERT(handle->h_transaction->t_journal == journal);
                handle->h_ref++;
                return handle;
        }

This is against a bk pull of 2.6.4-rc1, somewhere around... 2004/03/02.

No idea how to trigger it.

Only file systems that use jbd are:

/dev/hda5 on / type ext3 (rw,data=journal,errors=remount-ro)
/dev/hda6 on /usr type ext3 (rw,nodev,data=journal)
/dev/hda7 on /home type ext3 (rw,nosuid,nodev,data=journal)

Stuff that *might* have affected it:
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_FS_MBCACHE=y
CONFIG_FS_POSIX_ACL=y
CONFIG_PREEMPT=y
CONFIG_REGPARM=y

ramune@hasenpfeffer:ramune: cat /proc/version 
Linux version 2.6.4-rc1 (ramune@hasenpfeffer) (gcc version 3.3.1) #12
Mon Mar 1 08:54:17 PST 2004

Debian/Woody, P4 2.4GHz system.

ramune@hasenpfeffer:ramune: lsmod|tail +2|wc -l
    193
(Yeah, that's a lot of stuff -- it gets to the login: prompt faster
 that way if everything I can rip out is a module, bootup decompression
 is obscenely slow on this system).

It's the first time I ever saw this error, so no idea how to trigger
it.  All disk access went dead.

-- DN
Daniel

                 reply	other threads:[~2004-03-24  0:23 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=20040324001445.GA9580@net-ronin.org \
    --to=ramune@net-ronin.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox