On Sat, Oct 27, 2001 at 04:21:50PM +0200, Thomas Marteau wrote: > > We are using some scripts using Expect language and they die with a > segmentation fault and you can read this output in the dmesg: This isn't a fix, but may be a workaround: Try "export LD_BIND_NOW=1" to disable lazy binding by the dynamic linker. Alan