Userland Bugs
ld emits assertions
These 3 assertions are encountered several times when GNU ld is used:
- ld: BFD 2.13.90 20021111 assertion fail ../../src/bfd/cofflink.c:1381
- ld: BFD 2.13.90 20021111 assertion fail ../../src/bfd/cofflink.c:3174
- ld: BFD 2.13.90 20021111 assertion fail ../../src/bfd/cofflink.c:5211
I'm not sure what exactly causes them, but apparently they can be ignored.
One small example on how to produce such an assertion is:
$ cat test.c
extern void ext_function();
int main(void)
{
ext_function();
return 0;
}
$ gcc -export-dynamic test.c
.rel.internal 250 240:
/bin/ld: BFD 2.13.90 20021111 assertion fail ../../src/bfd/cofflink.c:3174
/bin/whoami is not a true /bin/sh script, it should start with '#!/bin/ksh'
Bug database
Debian Interix home
Last update of this document: Sunday, 26-Jul-2009 19:48:14 CEST
Copyright 2007-2009 Martin Köppe <mkoeppe 'at' gmx . de>