Comment 33 for bug 936560

Revision history for this message
Albert Astals Cid (aacid) wrote :

Andreas, Sascha (anyone else that can reproduce the crash relatively easily). Could you please run unity-2d-shell inside valgrind and attach the output of valgrind to the bug?
To do it:
 - Make sure you have valgrind installed
      sudo apt-get install valgrind
 - Kill the currently running unity-2d-shell (yes twice)
      killall unity-2d-shell
      killall unity-2d-shell
 - Run unity-2d-shell from valgrind
      valgrind --smc-check=all ./shell/app/unity-2d-shell &> valgrind_log.txt
- Try to make unity-2d-shell crash
- If crashes attach the valgrind_log.txt file to the bug
- If you can't make it crash after what you think it be "normal" time that it had crashed i'm also interested in knowing you tried to make it crash and did not succeed and you should attach the valgrind_log.txt file to the bug too.