From: Matthias Urlichs <smurf@smurf.noris.de>
To: linux-kernel@vger.kernel.org
Subject: BUG: 2.6.2-mm1: destroy_workqueue
Date: Sat, 07 Feb 2004 12:49:05 +0100 [thread overview]
Message-ID: <pan.2004.02.07.11.49.04.872088@smurf.noris.de> (raw)
I had a crash when unmounting a reiserfs at shutdown time.
Apparently, destroy_workqueue() inlines list_del(), which checks for
148 BUG_ON(entry->prev->next != entry);
This is a problem when entry->prev is NULL. :-/
Call trace, copied off the screen by hand:
destroy_workqueue+0x30
do_journal_release+0x4e
journal_mark_dirty+0x18c
journal_release+0x10
reiserfs_put_super+0x24
Built using gcc version 3.3.2 (Debian), no other patches.
next reply other threads:[~2004-02-07 12:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-07 11:49 Matthias Urlichs [this message]
2004-02-07 16:32 ` Andrew Morton
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=pan.2004.02.07.11.49.04.872088@smurf.noris.de \
--to=smurf@smurf.noris.de \
--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
all inboxes | Powered by JetHome®