On Tue, 5 Jun 2012 00:26:20 -0500 freeone3000 [off-list ref] wrote:
==3206== at 0x43C9B7: write_init_super1 (super1.c:1327)
==3206== by 0x41F1B9: Create (Create.c:951)
==3206== by 0x407231: main (mdadm.c:1464)
==3206== Address 0x8 is not stack'd, malloc'd or (recently) free'd
Ahhh.. I know that bug. If you "git pull; make" it should go away.
However the bug happens when printing an error message, so it won't make
things actually work.
It seems that it is failing to write a superblock to /dev/sde3.
I wonder why.
Maybe if you run it under strace:
strace -o /tmp/str ./mdadm -C .....
then post the "/tmp/str" file.
NeilBrown