public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [Bug 13982] New: [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write
@ 2009-08-14  8:26 bugzilla-daemon
  2009-08-14  8:28 ` [Bug 13982] " bugzilla-daemon
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla-daemon @ 2009-08-14  8:26 UTC (permalink / raw)
  To: linux-scsi

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

           Summary: [libata] (?) causing Hardlock in 2.6.30.4 during
                    simultaneous read & write
           Product: IO/Storage
           Version: 2.5
    Kernel Version: 2.6.30.4
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: SCSI
        AssignedTo: linux-scsi@vger.kernel.org
        ReportedBy: wylda@volny.cz
        Regression: No


Created an attachment (id=22713)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=22713)
kernel config

Hi.

HW: Server Board Intel STL2, 2x P3 @ 1GHz, 1GB ECC RAM

SW: self-compiled kernel 2.6.30.4 on Debian Lenny

Symptom: PC completely stops responding (ping, ALT+F2..., Numlock,
CTRL-ALT-DEL, ALT-SysRq)

Traces: No Oops, nothing in syslog etc.


I think it's not HW failure, because it never happened when

 * 2x dd if=/dev/zero bs=1M count=200000 | md5sum -b

 * 2x dd if=/dev/zero of=test-x bs=1M count=200000

such tests take a long time on this HW (51min and 85min) and checksums always
OK. Tested many times.



Anyway i'm usually able to invoke Hardlock in 2min. I use a script:

#!/bin/bash

dd if=/dev/zero bs=1M count=200000 | md5sum -b &
dd if=/dev/zero bs=1M count=200000 | md5sum -b &
cd /home/pik/a
md5sum -c office.md5 &
cd /home/pik/b
md5sum -c office.md5 &

So i run this stress script _and_ begin FTP write to the same HDD. Usually
Hardlock itself, but if it does not Hardlock in 60sec i can help it with
another dd (dd if=/dev/zero of=test1 bs=1M count=200000).


Also why should not be HW failure - No complains of EDAC and happens on
different HW:

 * PATA drive IC35L040AVVA07 on ServerWorks OSB4 (MOBO's chipset aka IB6566
South Bridge)

 * SATA drives 2xWD5000AADS in md0 on Sil3114

 * Network card: PCI-X, Intel 1Gbps 82543GC

 * Network card: PCI Realtek RT8139


Today when doing last test for bugreport there was a trace, but the HardLock
was not 100% same (as always ping stopped working, console switching did not
work, no Numlock reaction, but Alt-SysRq worked). Hope its not misleading - see
attachment.


Another prove(?), that this is not HW failure:
  * never happens with Debian's 2.6.26-17lenny1 all_generic_ide=1 gcc4.1.3
  * easy to trigger with 2.6.30.4 gcc4.3.2

...i know know different kernel version, kernel parameters and gcc, but HW
error would occurred anyway.


config kernel, dmesg, lspci atached.

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

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

* [Bug 13982] [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write
  2009-08-14  8:26 [Bug 13982] New: [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write bugzilla-daemon
@ 2009-08-14  8:28 ` bugzilla-daemon
  2009-08-14  8:29 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2009-08-14  8:28 UTC (permalink / raw)
  To: linux-scsi

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





--- Comment #1 from Pavel Vilim <wylda@volny.cz>  2009-08-14 08:28:52 ---
Created an attachment (id=22714)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=22714)
dmesg

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

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

* [Bug 13982] [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write
  2009-08-14  8:26 [Bug 13982] New: [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write bugzilla-daemon
  2009-08-14  8:28 ` [Bug 13982] " bugzilla-daemon
@ 2009-08-14  8:29 ` bugzilla-daemon
  2009-08-14  8:30 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2009-08-14  8:29 UTC (permalink / raw)
  To: linux-scsi

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





--- Comment #2 from Pavel Vilim <wylda@volny.cz>  2009-08-14 08:29:23 ---
Created an attachment (id=22715)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=22715)
lspci -v

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

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

* [Bug 13982] [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write
  2009-08-14  8:26 [Bug 13982] New: [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write bugzilla-daemon
  2009-08-14  8:28 ` [Bug 13982] " bugzilla-daemon
  2009-08-14  8:29 ` bugzilla-daemon
@ 2009-08-14  8:30 ` bugzilla-daemon
  2009-08-15 16:48 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2009-08-14  8:30 UTC (permalink / raw)
  To: linux-scsi

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





--- Comment #3 from Pavel Vilim <wylda@volny.cz>  2009-08-14 08:30:36 ---
Created an attachment (id=22716)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=22716)
First trace during 5days of testing/restarting...

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

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

* [Bug 13982] [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write
  2009-08-14  8:26 [Bug 13982] New: [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write bugzilla-daemon
                   ` (2 preceding siblings ...)
  2009-08-14  8:30 ` bugzilla-daemon
@ 2009-08-15 16:48 ` bugzilla-daemon
  2009-08-15 17:45 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2009-08-15 16:48 UTC (permalink / raw)
  To: linux-scsi

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


Roland Kletzing <devzero@web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |devzero@web.de




--- Comment #4 from Roland Kletzing <devzero@web.de>  2009-08-15 16:48:29 ---
this may be http://bugzilla.kernel.org/show_bug.cgi?id=13933
(someone mark it as duplicate then)

can you check if 2.6.29 works without problems ?

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

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

* [Bug 13982] [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write
  2009-08-14  8:26 [Bug 13982] New: [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write bugzilla-daemon
                   ` (3 preceding siblings ...)
  2009-08-15 16:48 ` bugzilla-daemon
@ 2009-08-15 17:45 ` bugzilla-daemon
  2009-08-15 18:01 ` bugzilla-daemon
  2009-08-15 20:33 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2009-08-15 17:45 UTC (permalink / raw)
  To: linux-scsi

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


David Hill <hilld@binarystorm.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hilld@binarystorm.net




--- Comment #5 from David Hill <hilld@binarystorm.net>  2009-08-15 17:45:39 ---
Same network card as in bug 13219

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

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

* [Bug 13982] [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write
  2009-08-14  8:26 [Bug 13982] New: [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write bugzilla-daemon
                   ` (4 preceding siblings ...)
  2009-08-15 17:45 ` bugzilla-daemon
@ 2009-08-15 18:01 ` bugzilla-daemon
  2009-08-15 20:33 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2009-08-15 18:01 UTC (permalink / raw)
  To: linux-scsi

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





--- Comment #6 from Roland Kletzing <devzero@web.de>  2009-08-15 18:01:07 ---
is it possible to temporarly disable/remove the realtek nic ?

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

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

* [Bug 13982] [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write
  2009-08-14  8:26 [Bug 13982] New: [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write bugzilla-daemon
                   ` (5 preceding siblings ...)
  2009-08-15 18:01 ` bugzilla-daemon
@ 2009-08-15 20:33 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2009-08-15 20:33 UTC (permalink / raw)
  To: linux-scsi

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


Rafael J. Wysocki <rjw@sisk.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rjw@sisk.pl
         Resolution|                            |DUPLICATE




--- Comment #7 from Rafael J. Wysocki <rjw@sisk.pl>  2009-08-15 20:33:44 ---


*** This bug has been marked as a duplicate of bug 13933 ***

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

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

end of thread, other threads:[~2009-08-15 20:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-14  8:26 [Bug 13982] New: [libata] (?) causing Hardlock in 2.6.30.4 during simultaneous read & write bugzilla-daemon
2009-08-14  8:28 ` [Bug 13982] " bugzilla-daemon
2009-08-14  8:29 ` bugzilla-daemon
2009-08-14  8:30 ` bugzilla-daemon
2009-08-15 16:48 ` bugzilla-daemon
2009-08-15 17:45 ` bugzilla-daemon
2009-08-15 18:01 ` bugzilla-daemon
2009-08-15 20:33 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox