Encontrou a solução (desta vez para valer),
Eu decidi ser um especialista do Ubuntu, então eu fui para o Google e digitei:
debug ubuntu
então ele me deu a página Debug e eu selecionei a unidade.
em alguma parte eu precisava fazer:
$ unity --advanced-debug
GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>
...
(gdb) set logging file unity.log
(gdb) set logging on
(gdb) b _exit
Function "_exit" not defined.
Make breakpoint pending on future shared library load? (y or [n])
[Answer yes (y)]
(gdb) run
[ and when compiz/unity crash, do...]
(gdb) bt full
[ then CTRL-D or re-run compiz to continue working ]
(gdb) run
depois de executar isso, notei o erro:
compiz (core) - Erro: Plugin 'opengl' não carregado.
eu procurei por esse erro no google e ele me deu esse tópico Unidade faltando? Não é possível ver painéis superiores ou laterais , a resposta aqui funciona.