From: William Lee Irwin III <wli@holomorphy.com>
To: linux-kernel@vger.kernel.org
Subject: [BUG] __write_lock_failed() oops
Date: Thu, 5 Sep 2002 01:03:10 -0700 [thread overview]
Message-ID: <20020905080310.GF18800@holomorphy.com> (raw)
After running 64 simultaneous tiobench 256's a few times,
I get the following oops, which I've been seeing intermittently
for a number of 2.5.x releases (since 2.5.x booted on NUMA-Q):
Program received signal SIGSEGV, Segmentation fault.
0xc0106693 in __write_lock_failed () at semaphore.c:176
176 semaphore.c: No such file or directory.
in semaphore.c
for some reason, I'm unable to get a backtrace:
(gdb) bt
#0 0xc0106693 in __write_lock_failed () at semaphore.c:176
Reply contains invalid hex digit 36
This one's relatively painful to reproduce. My attempts to debug it
have more or less flopped thus far.
(gdb) disassemble __write_lock_failed
Dump of assembler code for function __write_lock_failed:
0xc0106684 <__write_lock_failed>: lock addl $0x1000000,(%eax)
0xc010668b <__write_lock_failed+7>: repz nop
0xc010668d <__write_lock_failed+9>: cmpl $0x1000000,(%eax)
0xc0106693 <__write_lock_failed+15>:
jne 0xc010668b <__write_lock_failed+7>
0xc0106695 <__write_lock_failed+17>: lock subl $0x1000000,(%eax)
0xc010669c <__write_lock_failed+24>: jne 0xc0106684 <__write_lock_failed>
0xc01066a2 <__write_lock_failed+30>: ret
0xc01066a3 <__write_lock_failed+31>: nop
End of assembler dump.
(gdb) p/x $eax
$3 = 0xc0331ca0
(gdb) p/x *(unsigned long *)$eax
$4 = 0xffffff
Cheers,
Bill
next reply other threads:[~2002-09-05 8:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-05 8:03 William Lee Irwin III [this message]
2002-09-05 8:42 ` [BUG] __write_lock_failed() oops Andrew Morton
2002-09-05 8:32 ` William Lee Irwin III
2002-09-05 8:45 ` William Lee Irwin III
2002-09-05 8:59 ` William Lee Irwin III
2002-09-05 9:08 ` William Lee Irwin III
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=20020905080310.GF18800@holomorphy.com \
--to=wli@holomorphy.com \
--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 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.