Re: Program receiving SIGSEGV after exit()

2006-12-30 Thread Alejandro Pulver
On Sat, 30 Dec 2006 14:15:57 +0200 Kostik Belousov <[EMAIL PROTECTED]> wrote: > On Sat, Dec 30, 2006 at 03:10:35AM -0300, Alejandro Pulver wrote: > > Hello. > > > > The port "games/qudos" keeps running in a loop after exiting from the > > main menu. This is because after calling exit() the progra

Re: Program receiving SIGSEGV after exit()

2006-12-30 Thread Kostik Belousov
On Sat, Dec 30, 2006 at 03:10:35AM -0300, Alejandro Pulver wrote: > Hello. > > The port "games/qudos" keeps running in a loop after exiting from the > main menu. This is because after calling exit() the program receives a > SIGSEGV signal, and the signal handler, after intercepting it, calls > exi

Program receiving SIGSEGV after exit()

2006-12-29 Thread Alejandro Pulver
Hello. The port "games/qudos" keeps running in a loop after exiting from the main menu. This is because after calling exit() the program receives a SIGSEGV signal, and the signal handler, after intercepting it, calls exit() again. I think it is a problem with the application itself, but I don't k