Donate Share

Ayttm - unified instant messenger client

Code

Programming Languages: C, C++

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2009-11-24 cvs -d:pserver:anonymous@ayttm.cvs.sourceforge.net:/cvsroot/ayttm login

cvs -z3 -d:pserver:anonymous@ayttm.cvs.sourceforge.net:/cvsroot/ayttm co -P modulename

browse code, statistics, last commit on 2010-01-05 git://ayttm.git.sourceforge.net/gitroot/ayttm/ayttm (read-only)

Show:

What's happening?

  • Comment: crash on AYTTM logging into MSN

    It hasn't happened since the last fix, though, i haven't quite tested it extensively - its running on a project box for now.

    2010-01-07 09:35:42 UTC by https://www.google.com/accounts

  • Comment: crash on AYTTM logging into MSN

    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 by siddheshp

  • Comment: crash on AYTTM logging into MSN

    I redownloaded the source, and rebuilt. it crashed once, while checking for new version, and then subsequently seems to work fine. I suppose its fixed ^^.

    2010-01-05 23:40:36 UTC by https://www.google.com/accounts

  • Comment: crash on AYTTM logging into MSN

    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 by siddheshp

  • Comment: crash on AYTTM logging into MSN

    yup. did a dpkg -r to remove the old install, make installed it. i'll try make uninstalling then reinstalling it with make install.(gdb) thread apply all bt full . I'm not a coder so the output is greek and latin to me i'm afraid. Thread 1 (Thread 0xb7fda730 (LWP 22887)): #0 0x007ec422 in __kernel_vsyscall () No symbol table...

    2010-01-05 15:05:09 UTC by https://www.google.com/accounts

  • Comment: crash on AYTTM logging into MSN

    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 by siddheshp

  • Comment: crash on AYTTM logging into MSN

    eh. I suppose it might make sense for it to do that. the dump from using make install(gdb) thread apply all bt full Thread 5 (Thread 0xb6aeeb70 (LWP 21650)): #0 0x00243940 in __nptl_death_event () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #1...

    2010-01-05 14:47:45 UTC by https://www.google.com/accounts

  • Comment: crash on AYTTM logging into MSN

    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 by siddheshp

  • Comment: crash on AYTTM logging into MSN

    I'm not keeping a full repository- merely grabbing snapshots as needed - i don't think this one works either though. Its not buffer overflowing (yay!) on the other hand.. it seems to segfault Thread 4 (Thread 0xb6aeeb70 (LWP 20908)): #0 0x00aa7868 in ?? () from /usr/local/lib/ayttm/msn2.so No symbol table info available. #1 0x080a993d in ?? ()

    2010-01-05 14:41:25 UTC by https://www.google.com/accounts

  • Comment: crash on AYTTM logging into MSN

    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 by siddheshp