On Thu, Oct 28, 2004 at 08:35:41AM -0600, Kim Lux (Mr.) wrote: > I've got an application semi randomly crashing in FC3T3. > > A backtrace in gdb always shows the application crashing in the same > place: > > 0x007f74dc in memcpy () from /lib/tls/libc.so.6 Crashes in memcpy means some routine called memcpy with wrong arguments. So the whole backtrace at least is needed, ideally together with /proc/self/maps at the point it crashes. Jakub