Try starting Tomboy with --debug, but redirect output to a file. So, from a terminal, run `tomboy --debug &> out.txt` .
Then, when Tomboy starts hanging, from another terminal run `kill -s QUIT $(pidof tomboy)` . That will trigger Tomboy to dump even more output (but it won't actually kill Tomboy). Attach the out.txt file you've created to this bug and we'll see if we can get some info out of it.
Try starting Tomboy with --debug, but redirect output to a file. So, from a terminal, run `tomboy --debug &> out.txt` .
Then, when Tomboy starts hanging, from another terminal run `kill -s QUIT $(pidof tomboy)` . That will trigger Tomboy to dump even more output (but it won't actually kill Tomboy). Attach the out.txt file you've created to this bug and we'll see if we can get some info out of it.