* [Bug 13874] kenal panic on addition of xfx nvidia gts250 512mb on 946giz motherboard
[not found] <bug-13874-13602@http.bugzilla.kernel.org/>
@ 2009-08-04 17:05 ` bugzilla-daemon
2009-08-04 17:07 ` bugzilla-daemon
` (4 subsequent siblings)
5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2009-08-04 17:05 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=13874
Andrew Morton <akpm@linux-foundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|i386 |ext3
AssignedTo|platform_i386@kernel-bugs.o |fs_ext3@kernel-bugs.osdl.or
|sdl.org |g
Product|Platform Specific/Hardware |File System
--- Comment #3 from Andrew Morton <akpm@linux-foundation.org> 2009-08-04 17:05:17 ---
OK, thanks. Pause the video at 0:30 and one sees an oops in
ext3_handle_error().
I'll reassign the report.
I expect 2.6.30 will do the same thing :(
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 13874] kenal panic on addition of xfx nvidia gts250 512mb on 946giz motherboard
[not found] <bug-13874-13602@http.bugzilla.kernel.org/>
2009-08-04 17:05 ` [Bug 13874] kenal panic on addition of xfx nvidia gts250 512mb on 946giz motherboard bugzilla-daemon
@ 2009-08-04 17:07 ` bugzilla-daemon
2009-08-04 20:17 ` bugzilla-daemon
` (3 subsequent siblings)
5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2009-08-04 17:07 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=13874
Andrew Morton <akpm@linux-foundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jack@suse.cz
--- Comment #4 from Andrew Morton <akpm@linux-foundation.org> 2009-08-04 17:07:02 ---
CC Jan.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 13874] kenal panic on addition of xfx nvidia gts250 512mb on 946giz motherboard
[not found] <bug-13874-13602@http.bugzilla.kernel.org/>
2009-08-04 17:05 ` [Bug 13874] kenal panic on addition of xfx nvidia gts250 512mb on 946giz motherboard bugzilla-daemon
2009-08-04 17:07 ` bugzilla-daemon
@ 2009-08-04 20:17 ` bugzilla-daemon
2009-08-05 14:34 ` bugzilla-daemon
` (2 subsequent siblings)
5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2009-08-04 20:17 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=13874
--- Comment #5 from Jan Kara <jack@suse.cz> 2009-08-04 20:17:05 ---
Well, the machine obviously has some serious problem. Just before the oops,
there's a message "bad entry in directory #565751: rec_len is smaller than
minimal" and then dump showing all entries are zero. This is quite early during
boot (udev has just started, we loaded keyboard maps and then oopsed). Given
this is some live DVD I believe some memory corruption is happening. The oops
is probably on dereferencing EXT3_SB(sb)->s_es which again shouldn't pose a
problem.
I've read the details you've posted to the forum referenced above and you write
there about a memory conflict of your Nvidia graphics card and "lots of memory
errors during the boot". So probably that should be resolved first. Sadly I
cannot see the relevant message in the recorded video to judge who should have
a look into this. So first, try booting with nosplash,vga=normal boot options
and record that boot on your camera. Hopefully that will contain all the
relevant error messages and we can then investigate further.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 13874] kenal panic on addition of xfx nvidia gts250 512mb on 946giz motherboard
[not found] <bug-13874-13602@http.bugzilla.kernel.org/>
` (2 preceding siblings ...)
2009-08-04 20:17 ` bugzilla-daemon
@ 2009-08-05 14:34 ` bugzilla-daemon
2009-08-05 17:06 ` bugzilla-daemon
2009-08-06 23:25 ` bugzilla-daemon
5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2009-08-05 14:34 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=13874
--- Comment #6 from ankurbajaj9@gmail.com 2009-08-05 14:34:18 ---
have uploaded two more videos hope they help
http://www.youtube.com/watch?v=vPkaOtm7crk
http://www.youtube.com/watch?v=EvFQlk957vs
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 13874] kenal panic on addition of xfx nvidia gts250 512mb on 946giz motherboard
[not found] <bug-13874-13602@http.bugzilla.kernel.org/>
` (3 preceding siblings ...)
2009-08-05 14:34 ` bugzilla-daemon
@ 2009-08-05 17:06 ` bugzilla-daemon
2009-08-06 23:25 ` bugzilla-daemon
5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2009-08-05 17:06 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=13874
--- Comment #7 from Jan Kara <jack@suse.cz> 2009-08-05 17:06:45 ---
Hmm, I've looked at those videos. The first just confirms its some really
lowlevel problem - we oopsed quite early while trying to get a free page. I
didn't find any suspicious message in the second one... There's just something
about "stolen memory". Probably someone with lowlevel HW/BIOS knowledge should
look into this memory corruption. It's definitely not fs related... Andrew,
could you please reassign? I don't seem to have enough rights.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 13874] kenal panic on addition of xfx nvidia gts250 512mb on 946giz motherboard
[not found] <bug-13874-13602@http.bugzilla.kernel.org/>
` (4 preceding siblings ...)
2009-08-05 17:06 ` bugzilla-daemon
@ 2009-08-06 23:25 ` bugzilla-daemon
5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2009-08-06 23:25 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=13874
Andrew Morton <akpm@linux-foundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|ext3 |x86-64
AssignedTo|fs_ext3@kernel-bugs.osdl.or |platform_x86_64@kernel-bugs
|g |.osdl.org
Product|File System |Platform Specific/Hardware
--- Comment #8 from Andrew Morton <akpm@linux-foundation.org> 2009-08-06 23:25:35 ---
I don't know where to reassign it, really. Where's the bug?
A can randomly punt it in the x86_64 direction, but I suspect the hardware is
broken.
Does _any_ version of the linux kernel run properly on that particular machine?
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-08-06 23:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bug-13874-13602@http.bugzilla.kernel.org/>
2009-08-04 17:05 ` [Bug 13874] kenal panic on addition of xfx nvidia gts250 512mb on 946giz motherboard bugzilla-daemon
2009-08-04 17:07 ` bugzilla-daemon
2009-08-04 20:17 ` bugzilla-daemon
2009-08-05 14:34 ` bugzilla-daemon
2009-08-05 17:06 ` bugzilla-daemon
2009-08-06 23:25 ` bugzilla-daemon
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).