Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jan 2020 21:00:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243119] devel/binutils 2.33.1,1 assertion failure in sparc64 buildworld
Message-ID:  <bug-243119-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243119

            Bug ID: 243119
           Summary: devel/binutils 2.33.1,1 assertion failure in sparc64
                    buildworld
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bapt@FreeBSD.org
          Reporter: emaste@freebsd.org
            Blocks: 228919
          Assignee: bapt@FreeBSD.org
             Flags: maintainer-feedback?(bapt@FreeBSD.org)

Log snippet:

--- all_subdir_libexec ---
collect2: fatal error: ld terminated with signal 11 [Segmentation fault], c=
ore
dumped
compilation terminated.
/usr/local/bin/sparc64-unknown-freebsd13.0-ld: BFD (GNU Binutils) 2.33.1
assertion fail elfxx-sparc.c:763
*** [ld-elf.so.1.full] Error code 1

make[4]: stopped in /usr/home/emaste/src/freebsd/libexec/rtld-elf=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
1 error

Assertion comes from:

static void
sparc_elf_append_rela (bfd *abfd, asection *s, Elf_Internal_Rela *rel)
{
  const struct elf_backend_data *bed;
  bfd_byte *loc;

  bed =3D get_elf_backend_data (abfd);
  BFD_ASSERT (s->reloc_count * bed->s->sizeof_rela < s->size); <<<<<<
  loc =3D s->contents + (s->reloc_count++ * bed->s->sizeof_rela);
  bed->s->swap_reloca_out (abfd, rel, loc);
}


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228919
[Bug 228919] GCC 4.2.1 removal
--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243119-7788>