Comment 10 for bug 637510

Revision history for this message
Michael Terry (mterry) wrote :

MaxNegro, you can start the service under valgrind with the following:

killall indicator-application-service
valgrind /usr/lib/indicator-application/indicator-application-service

But I tried it and couldn't get particularly egregious errors. Nor have I been able to reliably reproduce the crash. From the traces, it appears to be an Application object that has been free'd but not removed from the list of applications. Not sure how that could happen with recent code (I've hit this with 0.3.1-0ubuntu2).