Comment 5 for bug 743541

Revision history for this message
Ted Gould (ted) wrote :

This one is going to need a valgrind log as it appears to be memory corruption. This value appears to be the problem:

        children = 0x234

There's no way children should be that value. If you run under valgrind it should give you some information on an invalid read or write happening.