Segfault with alliance on liveDVD

Kevin Kofler kevin.kofler at chello.at
Mon Nov 10 00:38:06 UTC 2008


Thibault North wrote:
> Valgrind complains about a "source and destination overlap" happening in
> libXm.so.2.0.1 before the crash.

That means the offending call to memcpy should be changed into a memmove
(just change "memcpy" to "memmove"), chances are that'll be enough to fix
your crash.

        Kevin Kofler




More information about the fedora-devel-list mailing list