Subject: ld SEGV
To: None <port-arm32@netbsd.org>
From: David Forbes <david@flossy.u-net.com>
List: port-arm32
Date: 05/01/2000 12:30:23
I've been trying to debug the festival speech synthesis system and I've
nearly got it to fly. Having overcome a problem with binary
representation of double precision floating point numbers, I'm now trying
to deal with a SEGV.
In order to do this, I'm trying to build the thing with debugging enabled,
but to no avail:
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
I've had similar problems before and solved them by using ulimit to
unlimit everything, but even with:
crowley:main$ ulimit -a
core file size (blocks) unlimited
data seg size (kbytes) 524288
file size (blocks) unlimited
max locked memory (kbytes) 56488
max memory size (kbytes) 56488
open files 64
pipe size (512 bytes) 1
stack size (kbytes) 8192
cpu time (seconds) unlimited
max user processes 80
virtual memory (kbytes) 532480
I get the same result. Any ideas what else I can try?
Thanks,
David.
PS - This is all on my CATS box running 1.4, with 64Mb RAM and quite a bit
of swap space.
PPS - And yes, it is very possible that the thing causing the SEGV in
festival is also causing the SEGV in ld.