ld.bfd crashed with SIGSEGV in memcpy()

Bug #549964 reported by C de-Avillez
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
binutils (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: binutils

Building Evolution GIT. Final steps:

Making all in text
make[4]: Entering directory `/src/buildd/evolution/obj/evolution/widgets/text'
  CC libetext_la-e-text-model-repos.lo
  CC libetext_la-e-text-model.lo
  CC libetext_la-e-text.lo
  CC libetext_la-e-reflow.lo
  CC libetext_la-e-reflow-model.lo
  CC libetext_la-gal-a11y-e-text-factory.lo
  CC libetext_la-gal-a11y-e-text.lo
  CCLD libetext.la
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
make[4]: *** [libetext.la] Error 1

I have saved the entire build tree (sources and generated objects) if you want.

ProblemType: Crash
DistroRelease: Ubuntu 10.04
Package: binutils 2.20.1-3ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic x86_64
Architecture: amd64
CheckboxSubmission: 23f39d583e289591efa3692115f3f5f2
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Sat Mar 27 18:59:03 2010
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/ld.bfd
ProcCmdline: /usr/bin/ld --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=both -shared -o .libs/libetext.so.0.0.0 -z relro /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.4.3/crtbeginS.o -L/opt/evo/lib -L/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.3 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.3 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../.. -L/usr/lib/x86_64-linux-gnu .libs/libetext_la-e-text-model-repos.o .libs/libetext_la-e-text-model.o .libs/libetext_la-e-text.o .libs/libetext_la-e-reflow.o .libs/libetext_la-e-reflow-model.o .libs/libetext_la-gal-a11y-e-text-factory.o .libs/libetext_la-gal-a11y-e-text.o -rpath /usr/src/buildd/evolution/obj/evolution/a11y/.libs -rpath /usr/src/buildd/evolution/obj/evolution/e-util/.libs -rpath /usr/src/buildd/evolution/obj/evolution/widgets/misc/.libs -rpath /opt/evo/lib -rpath /opt/evo/lib/evolution/2.30 -rpath /opt/evo/lib ../../a11y/.libs/libevolution-a11y.so ../../e-util/.libs/libeutil.so ../../widgets/misc/.libs/libemiscwidgets.so /opt/evo/lib/libedataserverui-1.2.so /opt/evo/lib/libebook-1.2.so -ldbus-glib-1 -ldbus-1 /opt/evo/lib/libcamel-1.2.so /opt/evo/lib/libedataserver-1.2.so /usr/lib/libsqlite3.so -lnss3 -lnssutil3 -lsmime3 -lssl3 -lsoup-2.4 -lplds4 -lplc4 -lnspr4 -lpthread -ldl /usr/lib/libgconf-2.so /usr/lib/libgnomecanvas-2.so /usr/lib/libart_lgpl_2.so /usr/lib/libxml2.so -lgnome-desktop-2 -lstartup-notification-1 -lunique-1.0 /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so /usr/lib/libcairo.so /usr/lib/libgio-2.0.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so --no-undefined -soname libetext.so.0 -lgcc --as-needed -lgcc_s --no-as-needed -lpthread -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.4.3/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/crtn.o
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=C
 LC_TIME=en_DK.utf8
SegvAnalysis:
 Segfault happened at: 0x2b3f79f91d02 <memcpy+210>: mov (%rsi),%rax
 PC (0x2b3f79f91d02) ok
 source "(%rsi)" (0xff000000) not located in a known VMA region (needed readable region)!
 destination "%rax" ok
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: binutils
StacktraceTop:
 memcpy () at ../sysdeps/x86_64/memcpy.S:191
 bfd_elf_link_add_symbols ()
 ?? ()
 ?? ()
 ?? ()
Title: ld.bfd crashed with SIGSEGV in memcpy()
UserGroups: adm admin audio cdrom dialout fuse kvm libvirtd lpadmin netdev plugdev sambashare video

Revision history for this message
C de-Avillez (hggdh2) wrote :
Revision history for this message
C de-Avillez (hggdh2) wrote :

I re-ran make from the current state, and ld completed successfully on the la. I am not sure what I can do to repeat the issue.

Revision history for this message
Apport retracing service (apport) wrote :

StacktraceTop:
 memcpy () at ../sysdeps/x86_64/memcpy.S:191
 bfd_elf_link_add_symbols (
 ?? ()
 ?? ()
 ?? ()

Revision history for this message
Apport retracing service (apport) wrote : Stacktrace.txt
Revision history for this message
Apport retracing service (apport) wrote : ThreadStacktrace.txt
tags: added: apport-failed-retrace
tags: removed: need-amd64-retrace
Matthias Klose (doko)
visibility: private → public
Revision history for this message
Matthias Klose (doko) wrote :

evolution builds fine on the buildds. closing the issue

Changed in binutils (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.