All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 14256] kernel BUG at fs/ext3/super.c:435
Date: Thu, 28 Jan 2010 17:19:20 GMT	[thread overview]
Message-ID: <201001281719.o0SHJKBV026410@demeter.kernel.org> (raw)
In-Reply-To: <bug-14256-13602@http.bugzilla.kernel.org/>

http://bugzilla.kernel.org/show_bug.cgi?id=14256





--- Comment #45 from carlos.velasco@nimastelecom.com  2010-01-28 17:19:13 ---
Sorry about delay, I made further tests.
I think the patch is good and this is another problem.

The oops happened during TEST of the eglibc. This has been solved by the patch.
This second issue is related to the INSTALL of the eglibc.

After "make install" and reboot I always see an umount busy message for /.
This busy message was not seen before because we stepped into the oops
umounting /tmp, before umounting /.

I tried downgrading to linux kernel 2.6.28 but I couldn't, I receive an NMI
interrupt and system hang before testing with this kernel.

So I have issued a "ps -ef" and a lsof just before the umount all.

Looking output of ps, there are no user processes apart of these:
root     30920     1  0 17:50 ttyS1    00:00:00 init [6]  
root     30921 30920  0 17:50 ttyS1    00:00:00 /bin/bash /etc/rc.d/init.d/rc 6
root     31085 30921  0 17:50 ttyS1    00:00:00 /bin/bash
/etc/rc.d/rc6.d/S70mou

Umount command is:
"umount -a -d -r >/dev/null"

I ONLY see this error when installing eglibc. Rebooting the system without
installing eglibc is successful without errors.

Looking into LSOF, I have been looking into differences between a "good reboot"
and a "bad reboot - umount busy". I can only see that in the "bad reboot" the
SIZE/OFF columns are empty for the new installed eglibc files.

Bad:
COMMAND    PID USER   FD      TYPE DEVICE SIZE/OFF   NODE NAME
init          1 root  DEL       REG  253,1          887056
/lib64/libc-2.10.1.so
init          1 root  DEL       REG  253,1          887055 /lib64/ld-2.10.1.so

Good:
COMMAND    PID USER   FD      TYPE DEVICE SIZE/OFF   NODE NAME
init         1 root  mem       REG  253,1  1752309 887013 /lib64/libc-2.10.1.so
init         1 root  mem       REG  253,1   149463 887007 /lib64/ld-2.10.1.so

Not sure how to proceed from here. Not sure if this is an ext3 issue also...

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

  parent reply	other threads:[~2010-01-28 17:19 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-29 21:48 [Bug 14256] New: kernel BUG at fs/ext3/super.c:435 bugzilla-daemon
2009-10-04 20:47 ` [Bug 14256] " bugzilla-daemon
2009-10-09 22:01 ` bugzilla-daemon
2009-10-10  1:31   ` Theodore Tso
2009-10-12 13:48     ` Mikael Pettersson
2009-10-10  1:31 ` bugzilla-daemon
2009-10-12 13:48 ` bugzilla-daemon
2009-10-12 16:19 ` bugzilla-daemon
2009-11-05 16:07 ` bugzilla-daemon
2009-11-05 16:13 ` bugzilla-daemon
2009-11-11 15:27 ` bugzilla-daemon
2009-11-11 15:29 ` bugzilla-daemon
2009-11-20 15:11 ` bugzilla-daemon
2009-11-21 14:27 ` bugzilla-daemon
2009-12-08 11:12 ` bugzilla-daemon
2009-12-08 11:47 ` bugzilla-daemon
2009-12-14 12:40 ` bugzilla-daemon
2009-12-14 14:46 ` bugzilla-daemon
2009-12-15  9:08 ` bugzilla-daemon
2009-12-29 13:18 ` bugzilla-daemon
2010-01-11 21:59 ` bugzilla-daemon
2010-01-11 22:55 ` bugzilla-daemon
2010-01-12 16:03 ` bugzilla-daemon
2010-01-12 17:30 ` bugzilla-daemon
2010-01-12 20:12 ` bugzilla-daemon
2010-01-12 23:25 ` bugzilla-daemon
2010-01-13  0:34 ` bugzilla-daemon
2010-01-18 22:41 ` bugzilla-daemon
2010-01-19 19:56 ` bugzilla-daemon
2010-01-19 19:57 ` bugzilla-daemon
2010-01-19 23:24 ` bugzilla-daemon
2010-01-20 10:40 ` bugzilla-daemon
2010-01-20 13:52 ` bugzilla-daemon
2010-01-20 18:11 ` bugzilla-daemon
2010-01-20 19:10 ` bugzilla-daemon
2010-01-20 19:29 ` bugzilla-daemon
2010-01-20 19:54 ` bugzilla-daemon
2010-01-20 20:09 ` bugzilla-daemon
2010-01-23 22:18 ` bugzilla-daemon
2010-01-24 11:28 ` bugzilla-daemon
2010-01-24 17:13 ` bugzilla-daemon
2010-01-24 18:17 ` bugzilla-daemon
2010-01-24 18:20 ` bugzilla-daemon
2010-01-24 19:27 ` bugzilla-daemon
2010-01-25  1:37 ` bugzilla-daemon
2010-01-25 10:29 ` bugzilla-daemon
2010-01-25 12:07 ` bugzilla-daemon
2010-01-28 17:19 ` bugzilla-daemon [this message]
2010-01-28 17:23 ` bugzilla-daemon
2010-01-28 17:24 ` bugzilla-daemon
2010-01-28 17:25 ` bugzilla-daemon
2010-01-28 17:55 ` bugzilla-daemon
2010-02-10 19:16 ` bugzilla-daemon
  -- strict thread matches above, loose matches on Subject: below --
2009-10-01 19:53 2.6.32-rc1-git2: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-10-01 19:56 ` [Bug #14256] kernel BUG at fs/ext3/super.c:435 Rafael J. Wysocki
2009-10-04 17:38   ` Mikael Pettersson
2009-10-04 17:38     ` Mikael Pettersson
2009-10-04 20:49     ` Rafael J. Wysocki
     [not found]       ` <200910042249.54639.rjw-KKrjLPT3xs0@public.gmane.org>
2009-10-04 23:04         ` Mikael Pettersson
2009-10-04 23:04           ` Mikael Pettersson
     [not found]           ` <19145.10741.402938.867088-tgku4HJDRZih8lFjZTKsyTAV6s6igYVG@public.gmane.org>
2009-10-09 16:40             ` Mikael Pettersson
2009-10-09 16:40               ` Mikael Pettersson
     [not found]               ` <19151.26501.727411.584056-tgku4HJDRZih8lFjZTKsyTAV6s6igYVG@public.gmane.org>
2009-10-09 22:03                 ` Rafael J. Wysocki
2009-10-09 22:03                   ` Rafael J. Wysocki
2009-10-11 22:41 2.6.32-rc4: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-10-11 23:01 ` [Bug #14256] kernel BUG at fs/ext3/super.c:435 Rafael J. Wysocki
2009-10-26 19:26 2.6.32-rc5-git3: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-10-26 19:31 ` [Bug #14256] kernel BUG at fs/ext3/super.c:435 Rafael J. Wysocki
2009-10-26 19:31   ` Rafael J. Wysocki
2009-11-16 22:58 2.6.32-rc7-git1: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-11-16 23:01 ` [Bug #14256] kernel BUG at fs/ext3/super.c:435 Rafael J. Wysocki
2009-11-16 23:01   ` Rafael J. Wysocki
2009-11-21 12:37   ` Mikael Pettersson
2009-11-21 12:37     ` Mikael Pettersson
2009-11-21 14:59 2.6.32-rc8-git1: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14256] kernel BUG at fs/ext3/super.c:435 Rafael J. Wysocki

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=201001281719.o0SHJKBV026410@demeter.kernel.org \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=linux-ext4@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.