mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* BUG: 2.6.2-mm1: destroy_workqueue
@ 2004-02-07 11:49 Matthias Urlichs
  2004-02-07 16:32 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Urlichs @ 2004-02-07 11:49 UTC (permalink / raw)
  To: linux-kernel

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-02-07 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-07 11:49 BUG: 2.6.2-mm1: destroy_workqueue Matthias Urlichs
2004-02-07 16:32 ` Andrew Morton

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®