[Bug 62309] Re: abuse segfaults if SIGINT is raised

2006-09-25 Thread Vassilis Pandis
** Attachment added: gdb http://librarian.launchpad.net/4434287/gdb-abuse.txt -- abuse segfaults if SIGINT is raised https://launchpad.net/bugs/62309 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 62309] Re: abuse segfaults if SIGINT is raised

2006-09-25 Thread Vassilis Pandis
low importance, since anybody hitting ctrl+c wants to close abuse anyway ** Changed in: abuse-sdl (Ubuntu) Importance: Untriaged = Low -- abuse segfaults if SIGINT is raised https://launchpad.net/bugs/62309 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 62309] Re: abuse segfaults if SIGINT is raised

2006-09-25 Thread Vassilis Pandis
strace didn't prove to be useful ** Attachment added: valgrind.log.gz http://librarian.launchpad.net/4434289/valgrind.log.28993.gz -- abuse segfaults if SIGINT is raised https://launchpad.net/bugs/62309 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 62309] Re: abuse segfaults if SIGINT is raised

2006-09-25 Thread Kees Cook
Based on the backtrace, it looks like libc called abort during a free call. This is likely a bug during abuse's atexit handlers (since it didn't finish initializing, it was perhaps trying to free unallocated memory). -- abuse segfaults if SIGINT is raised https://launchpad.net/bugs/62309 --

[Bug 62309] Re: abuse segfaults if SIGINT is raised

2006-09-25 Thread Kees Cook
This may be a duplicate of bug 3616. -- abuse segfaults if SIGINT is raised https://launchpad.net/bugs/62309 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 62309] Re: abuse segfaults if SIGINT is raised

2006-09-25 Thread Kees Cook
Reproducable with: $ abuse -list EOM (defun corrupt (name first last) (if ( first last) nil (corrupt name (+ 1 first) last))) (corrupt anytype 1 23) (quit) EOM Abuse-SDL 0.7.0 ... Lisp *** glibc detected *** corrupted double-linked list: 0x005b5550 *** Aborted Looks like