https://bugzilla.novell.com/show_bug.cgi?id=813159 https://bugzilla.novell.com/show_bug.cgi?id=813159#c3 --- Comment #3 from Richard Biener <rguenther@suse.com> 2013-04-03 13:08:31 UTC --- Program received signal SIGSEGV, Segmentation fault. 0x000003ff800039c0 in ?? () (gdb) up #1 0x000003fffcd4d91e in bfd_zmalloc (size=size@entry=296) at ../../bfd/libbfd.c:319 319 ../../bfd/libbfd.c: No such file or directory. (gdb) #2 0x000003fffcd4e782 in _bfd_new_bfd () at ../../bfd/opncls.c:63 63 ../../bfd/opncls.c: No such file or directory. (gdb) #3 0x000003fffcd4ec96 in bfd_openw ( filename=filename@entry=0x80036bc2 "a.out", target=0x8003fcac "elf64-s390") at ../../bfd/opncls.c:630 630 in ../../bfd/opncls.c that's the call to malloc that segfaults. (gdb) disassemble Dump of assembler code for function bfd_zmalloc: 0x000003fffcd4d908 <+0>: stmg %r12,%r15,96(%r15) 0x000003fffcd4d90e <+6>: lgr %r12,%r2 0x000003fffcd4d912 <+10>: lay %r15,-160(%r15) 0x000003fffcd4d918 <+16>: brasl %r14,0x3ff800039c0 => 0x000003fffcd4d91e <+22>: ltgr %r12,%r12 (gdb) p malloc $1 = {void *(size_t)} 0x3fffd327b34 <malloc> (gdb) p 'malloc@plt' $2 = {<text variable, no debug info>} 0x800039c0 <malloc@plt> 00000000001556bc <bfd_malloc>: 1556bc: eb cf f0 60 00 24 stmg %r12,%r15,96(%r15) 1556c2: e3 f0 ff 60 ff 71 lay %r15,-160(%r15) 1556c8: b9 04 00 c2 lgr %r12,%r2 1556cc: c0 e5 00 00 00 00 brasl %r14,1556cc <bfd_malloc+0x10> 1556ce: R_390_PC32DBL malloc+0x2 seems like binutils is compiled boguously (icecream error right to check for -fPIC, around network issues). Copy over old binutils rpm. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.