On 24.11.2012 18:49, Yussi wrote: > OK, I have this issue with icedvoe, the debian version of thunderbird. > I start it from .xsession, sometimes (about 5 out of 6 times), when I > log in, I get a sound notification of a new message and awesome crash > bringing me to the login screen. this does not happen if I start icedove > after awesome starts. It does not write to any log I can see, just crash.
If it crashes, it should print some stuff to its stderr. > I use awesome v3.4-775-gc4a7f80 but it happened of some older versions too. > > for the time being I removed it from xsession and start it manually. > > Any ideas? Well, run awesome under gdb, valgrind or some other tool and see what it says? For example: (echo run ; echo bt full) | gdb --args awesome > /tmp/gdb-output.txt Also, read http://awesome.naquadah.org/wiki/Debugging. Uli -- my $key = "\x49\x03\x93\x08\x19\x94\x96\x94\x28\x93\x83\x04\x68\x28\xa8\xf5". "\x0a\xb9\x94\x02\x45\x81\x93\x1f\xbc\xd7\xf3\xad\x93\xf5\x32\x93"; my $cipher = Crypt::Rijndael->new( $key, Crypt::Rijndael::MODE_ECB() ); my $plain = $ciper->decrypt($daten); -- To unsubscribe, send mail to [email protected].
