To give more context to the dragons:
To reproduce:
git clone git://github.com/strk/postgis.git
cd postgis && git checkout 728e94ab0325a89fa3ac4548d8617d144a0ab717
./autogen.sh && ./configure && make all
cd liblwgeom/cunit && make check
Expected result:
no segfault
Obtained result:
segfault
I've spent hours moving code around in cu_tester.c or some tests
and could handle to avoid the segfault, but it made no sense.
Valgrind reported somethign like:
==31508== Bad permissions for mapped region at address 0x4885E0
And gdb found it comin from strcmp or strlen...
Linking cu_tester with "the other" linker works fine.-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/673893 Title: 10.04: binutils-gold is out of date -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
