[Debichem-devel] Bug#531419: mpicc segfaults when called by fakeroot

Manuel Prinz debian at pinguinkiste.de
Tue Jun 2 20:25:41 UTC 2009


tags 531419 + confirmed
thanks

Hi Jeff,

I'm putting you in the loop since I'm quite lost here... It would be
great if you could throw in your thoughts!

mpicc segfaults when it's called via fakeroot. Since this tool is needed
in the build process of Debian packages, packages depending on Open MPI
fail to build. This blocks our transition to 1.3.2. Nicholas was so kind
to investigate the issue; his results are quoted below.

As far as I can say, the problem appeared somewhere between Open MPI 1.3
and 1.3.2. I also successfully used mpicc with fakeroot before Debian
switched to eglibc, so this might be the cause. (Though it should be
fully compatible to glibc. At least they claim to be.) 

Do you have some idea what might go wrong?

Best regards
Manuel


Am Montag, den 01.06.2009, 19:15 -0700 schrieb Nicholas Breen:
> Okay, it looks like the root cause is something that's appeared recently in
> openmpi - it fails under 1.3.2-2, but works under 1.3-2.  Manuel, I'm cloning
> the bug for tracking purposes, but I'm certainly not sure that it's actually an
> OpenMPI bug at heart.  Have you seen anything else like this?
> 
> % echo "int main(void) { return 0; }" > test.c
> % mpicc.openmpi test.c ; echo $?
> 0
> % fakeroot mpicc.openmpi test.c ; echo $?
> Segmentation fault
> 139
> 
> No failures with the other MPI implementations, nor with OpenMPI 1.3.  I can
> put it under gdb but am missing some debugging libraries in the middle:
> 
> % fakeroot gdb mpicc.openmpi
> [...]
> (gdb) run test.c
> Starting program: /usr/bin/mpicc.openmpi conftest.c
> [Thread debugging using libthread_db enabled]
> [New Thread 0xb7dc46c0 (LWP 6958)]
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0xb7dc46c0 (LWP 6958)]
> __libc_calloc (n=1, elem_size=20) at malloc.c:3932
> 3932    malloc.c: No such file or directory.
>         in malloc.c
> (gdb) bt
> #0  __libc_calloc (n=1, elem_size=20) at malloc.c:3932
> #1  0xb7f83086 in _dlerror_run (operate=0xb7f82d90 <dlsym_doit>, args=0xbfd3002c) at dlerror.c:142
> #2  0xb7f82d43 in __dlsym (handle=0xffffffff, name=0xb800f16a "open") at dlsym.c:71
> #3  0xb800db73 in load_library_symbols () from /usr/lib/libfakeroot/libfakeroot-sysv.so
> #4  0xb800e687 in tmp___xstat () from /usr/lib/libfakeroot/libfakeroot-sysv.so
> #5  0xb800daa3 in __xstat () from /usr/lib/libfakeroot/libfakeroot-sysv.so
> #6  0xb7fbcefc in ?? () from /usr/lib/libopen-pal.so.0
> #7  0x00000003 in ?? ()
> #8  0xb7fc948e in ?? () from /usr/lib/libopen-pal.so.0
> #9  0xbfd300e4 in ?? ()
> #10 0x00001b2e in ?? ()
> #11 0xbfd300e4 in ?? ()
> #12 0x00000003 in ?? ()
> #13 0x00000003 in ?? ()
> #14 0xbfd30164 in ?? ()
> #15 0xb7f20ff4 in ?? () from /lib/i686/cmov/libc.so.6
> #16 0x00000001 in ?? ()
> #17 0xb7dc8d0c in ?? () from /lib/i686/cmov/libc.so.6
> #18 0xbfd30148 in ?? ()
> #19 0xb7ee4429 in *__GI__dl_addr (address=0xb7e34e70, info=0xbfd30184, mapp=0xbfd30194,
>     symbolp=0xb7f2260c) at dl-addr.c:146
> #20 0xb7e35096 in ptmalloc_init () at arena.c:571
> #21 0xb7e386bc in malloc_hook_ini (sz=12, caller=0xb7f939ab) at hooks.c:37
> #22 0xb7e38535 in *__GI___libc_malloc (bytes=12) at malloc.c:3546
> #23 0xb7f939ab in opal_class_initialize () from /usr/lib/libopen-pal.so.0
> #24 0xb7fb3227 in opal_output_init () from /usr/lib/libopen-pal.so.0
> #25 0xb7f96205 in opal_init_util () from /usr/lib/libopen-pal.so.0
> #26 0x08049b62 in main (argc=2, argv=0xbfd30404) at ../../../../../opal/tools/wrappers/opal_wrapper.c:480
> 
> I confess that the peculiar interactions of compilers, fakeroot, and (e)glibc
> put me well out of my depth.
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.alioth.debian.org/pipermail/debichem-devel/attachments/20090602/7481464c/attachment.pgp>


More information about the Debichem-devel mailing list