Comment 41 for bug 328035

Revision history for this message
Matt Zimmerman (mdz) wrote : Re: *** glibc detected *** free(): invalid next size (fast) for xf86Wakeup() call

I'm now running with valgrind, using a slightly modified version of Steve's script:

perseus:[~] cat /usr/bin/X
#!/bin/sh
savelog -c 7 /var/log/Xorg-valgrind.log
exec valgrind --error-limit=no --log-file=/var/log/Xorg-valgrind.log X.valgrind-madness "$@"

I tried a single suspend/resume cycle and it did not turn up any corruption. I will leave it until the next time it crashes and see if it detects anything.