From: Zdenek Behan <rain@matfyz.cz>
To: "Marcin Mirosław" <marcin@mejor.pl>
Cc: linux-raid@vger.kernel.org
Subject: Re: mdadm-3.1.1 segfaults when mdadm -G -Z
Date: Sun, 10 Jan 2010 14:47:33 +0100 [thread overview]
Message-ID: <4B49DA75.8090404@matfyz.cz> (raw)
In-Reply-To: <4B49C47A.9060800@mejor.pl>
On 01/10/2010 01:13 PM, Marcin Mirosław wrote:
> Hello,
> I tried to grow array size (i resized /dev/sdc5-> resync->remove
> /dev/sda6 -> resize /dev/sda6 -> resync-> curent situation )
> and i got segfault:
>
> # cat /proc/mdstat
> md6 : active raid1 sdc5[1](W) sda7[0]
> 125001664 blocks [2/2] [UU]
> bitmap: 16/239 pages [64KB], 256KB chunk
>
> # gdb /sbin/mdadm
> [...]
> <http://bugs.gentoo.org/>...
> Reading symbols from
> /var/tmp/portage/sys-fs/mdadm-3.1.1/work/mdadm-3.1.1/mdadm...done.
> (gdb) run -G -Z /dev/md6
> Starting program:
> /var/tmp/portage/sys-fs/mdadm-3.1.1/work/mdadm-3.1.1/mdadm -G -Z /dev/md6
>
> Program received signal SIGSEGV, Segmentation fault.
> 0xb7f067f8 in strcmp () from /lib/libc.so.6
> (gdb) bt
> #0 0xb7f067f8 in strcmp () from /lib/libc.so.6
> #1 0x0804b70b in main (argc=4, argv=0xbffff3f4) at mdadm.c:408
> (gdb)
>
> $ uname -r
> 2.6.32-gentoo-r1
>
> May i get any suggestions?
> Regards
>
-Z, --array-size=
This is only meaningful with --grow and its effect is
not per‐
sistent: when the array is stopped an restarted the
default
array size will be restored.
You didn't supply any argument to -Z at all, or to be precise, you
supplied /dev/md6 as the argument, whereas you should have put in the
array size.
Also, another thing I have noticed lately is, that _some_ short options
seem to be somehow oddly broken on my system and not accepting
arguments, even if they are supposed to be. If the segfault persists
after using the correct syntax, try using the long opts instead. I was
planning to dig more into this bug myself, so I might just kick self to
do it now.
Zdenek
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-01-10 13:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-10 12:13 mdadm-3.1.1 segfaults when mdadm -G -Z Marcin Mirosław
2010-01-10 13:47 ` Zdenek Behan [this message]
2010-01-10 13:54 ` Marcin Mirosław
2010-01-30 9:56 ` Luca Berra
2010-01-31 22:17 ` Neil Brown
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=4B49DA75.8090404@matfyz.cz \
--to=rain@matfyz.cz \
--cc=linux-raid@vger.kernel.org \
--cc=marcin@mejor.pl \
/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 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).