From: Tore Anderson <tore@linpro.no>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: Possible bug in multipathd (getting a segfault)
Date: Tue, 20 Nov 2007 11:21:19 +0100 [thread overview]
Message-ID: <4742B51F.2050907@linpro.no> (raw)
In-Reply-To: <1195553418.6329.23.camel@sanderbal>
* S. J. van Harmelen
> Could you specify the steps I have to take to create the backtrace a
> bit more as I have not done this before.
>
> I run a debian etch server with a custom compiled 2.6.23.1 kernel
> when I get the error.
Debian strips all their binaries by default, so you need to recompile
multipath-tools and reinstall it:
$ export DEB_BUILD_OPTIONS=nostrip
$ apt-get build-dep multipath-tools
$ apt-get --compile source multipath-tools
$ dpkg -i multipath-tools*deb
Then start multipathd from a shell that has core dumps enabled (make
sure it's not already running):
$ ulimit -c unlimited
$ multipathd
Wait for a segfault to happen, and you should have gotten a file named
"core" in your current directory (or maybe in the root directory since
multipathd chdir()s there, I'm not sure) that contains the backtrace.
We need to extract it with GDB, though, so run:
$ gdb /sbin/multipathd /path/to/core
(gdb) bt full
...and post the resulting backtrace here. Hopefully a developer (not
me, unfortunately) will be able to make sense of it.
Another thing you might want to try is to use your 2.6.23.1 with the
same configuration as your 2.6.22.x (ie. don't use hwhandler rdac), and
see if the segfaults still occur.
Regards
--
Tore Anderson
next prev parent reply other threads:[~2007-11-20 10:21 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-19 13:56 Use LVM on /dev/mapper/diskname S. J. van Harmelen
2007-11-19 14:06 ` Tore Anderson
2007-11-19 15:07 ` Use LVM on /dev/mapper/diskname and iSCSI S. J. van Harmelen
2007-11-19 18:43 ` Tore Anderson
2007-11-19 21:19 ` S. J. van Harmelen
2007-11-20 14:14 ` Chip Coldwell
2007-11-20 14:22 ` S. J. van Harmelen
2007-11-19 18:50 ` malahal
2007-11-19 21:16 ` S. J. van Harmelen
2007-11-19 22:36 ` malahal
2007-11-20 9:38 ` S. J. van Harmelen
2007-11-20 7:36 ` Tore Anderson
2007-11-20 9:36 ` S. J. van Harmelen
2007-11-20 9:49 ` Tore Anderson
2007-11-20 10:10 ` Possible bug in multipathd (getting a segfault) S. J. van Harmelen
2007-11-20 10:21 ` Tore Anderson [this message]
2007-11-20 10:34 ` S. J. van Harmelen
2007-11-20 11:15 ` Tore Anderson
2007-11-20 11:25 ` S. J. van Harmelen
2007-11-20 11:28 ` S. J. van Harmelen
2007-11-26 20:40 ` S. J. van Harmelen
2007-11-19 16:57 ` Use LVM on /dev/mapper/diskname and iSCSI S. J. van Harmelen
2007-11-19 17:22 ` Use LVM on /dev/mapper/diskname malahal
2007-11-19 18:13 ` S. J. van Harmelen
2007-11-19 18:16 ` S. J. van Harmelen
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=4742B51F.2050907@linpro.no \
--to=tore@linpro.no \
--cc=dm-devel@redhat.com \
/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.