bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/29389] Failed assertions in bfd/cofflink.c and bfd/coff-x8


From: amodra at gmail dot com
Subject: [Bug binutils/29389] Failed assertions in bfd/cofflink.c and bfd/coff-x86_64.c during the linking stage (MSYS2 MinGW64)
Date: Sun, 31 Jul 2022 03:55:52 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29389

--- Comment #13 from Alan Modra <amodra at gmail dot com> ---
I don't see anything unusual when I link comment #11 objects.  Sure, the same
file name is linked twice, but one is from
subprojects/glib/gobject/libgobject-2.0.dll.a (defining
g_value_init_from_instance) and the other is from
d/msys64/mingw64/lib/libgobject-2.0.dll.a (defining
g_value_register_transform_func).  valgrind tells me freed memory is not
accessed.  The fact that some field of flaginfo points to memory that can't be
accessed is nothing to get excited about: some fields point to structures that
contain unions.
I don't see the assertion fail.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]