-
Thanks, I'll close this ticket as fixed then. The crash while checking for a new version can be treated as a different bug. Could you please open another ticket with the information if you're able to reproduce it consistently?.
2010-01-06 09:50:56 UTC in Ayttm - unified instant messenger client
-
The problem is that the following line:
#11 0x00cd4bce in sprintf (mc=0x3f) at /usr/include/bits/stdio2.h:34
should read as snprintf instead of sprintf in case the crash happens there with the new code. Actually, the crash should not happen here at all, but that is a different deal :)
2010-01-05 18:00:08 UTC in Ayttm - unified instant messenger client
-
This looks like the same back trace as before. Are you sure you did a "make install" too?.
2010-01-05 14:59:17 UTC in Ayttm - unified instant messenger client
-
OK, that is better... I guess. Could you repeat this with a regular make/make install? The checkinstall method seems to be stripping out debug info.
2010-01-05 14:43:33 UTC in Ayttm - unified instant messenger client
-
Sheesh, that was ugly. I've put in the fix. Could you please verify that it works? All you have to do is this:
1) From your git repository clone, do a "git pull"
2) Rebuild
3) Test.
2010-01-05 14:23:54 UTC in Ayttm - unified instant messenger client
-
siddheshp pushed 1 commit(s) to refs/heads/master in the ayttm Git repository of the Ayttm - unified instant messenger client project.
2010-01-05 14:21:36 UTC in Ayttm - unified instant messenger client
-
Ok, thanks for that information. As for gdb, all you have to do is run ayttm under gdb:
gdb ayttm
Once you're at the gdb prompt, type the 'run' command to start ayttm and then let it crash. You'll get the gdb prompt back once it crashes. When you get that, type:
thread apply all bt full
and then paste the entire screen dump on this ticket either as a comment or an attachment.
As...
2010-01-05 13:45:40 UTC in Ayttm - unified instant messenger client
-
Could you also test with code from our git repository?
git://ayttm.git.sourceforge.net/gitroot/ayttm/ayttm.
2010-01-05 13:08:44 UTC in Ayttm - unified instant messenger client
-
siddheshp pushed 1 commit(s) to refs/heads/master in the ayttm Git repository of the Ayttm - unified instant messenger client project.
2010-01-05 12:47:21 UTC in Ayttm - unified instant messenger client
-
Closing since this is likely fixed with 0.6.1 release.
2010-01-05 12:20:52 UTC in Ayttm - unified instant messenger client