From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 30 06:10:51 2006 Return-Path: X-Original-To: freebsd-hackers@FreeBSD.org Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D59DA16A407 for ; Sat, 30 Dec 2006 06:10:51 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.freebsd.org (Postfix) with SMTP id 8B96E13C44B for ; Sat, 30 Dec 2006 06:10:51 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: (qmail 16351 invoked by uid 0); 30 Dec 2006 06:10:50 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 30 Dec 2006 06:10:50 -0000 X-pair-Authenticated: 200.115.252.195 Date: Sat, 30 Dec 2006 03:10:35 -0300 From: Alejandro Pulver To: freebsd-hackers@FreeBSD.org Message-ID: <20061230031035.149313d3@phobos.mars.bsd> X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.10.6; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_KFw9IxljbeUfR1xo/v1chnW"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Program receiving SIGSEGV after exit() X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 06:10:51 -0000 --Sig_KFw9IxljbeUfR1xo/v1chnW Content-Type: multipart/mixed; boundary=MP_klNeH2SPAO8xR07wsOBXfyF --MP_klNeH2SPAO8xR07wsOBXfyF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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 know what to look for in the source code. I have attached a 'gdb' backtrace. Could someone please point me in the right direction? Thanks and Best Regards, Ale --MP_klNeH2SPAO8xR07wsOBXfyF-- --Sig_KFw9IxljbeUfR1xo/v1chnW Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFlgLniV05EpRcP2ERApO1AKC8gvYPZX7SM0ythmw6BfDKKKxYJACeKjW4 EmzWp8aPSrogdSf3YzlrvxA= =pLof -----END PGP SIGNATURE----- --Sig_KFw9IxljbeUfR1xo/v1chnW--