From owner-cvs-all@FreeBSD.ORG Fri Feb 13 01:51:57 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 252C71065815; Fri, 13 Feb 2009 01:51:57 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ECEE18FC1D; Fri, 13 Feb 2009 01:51:56 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1D1pu3x064969; Fri, 13 Feb 2009 01:51:56 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1D1pugO064968; Fri, 13 Feb 2009 01:51:56 GMT (envelope-from delphij) Message-Id: <200902130151.n1D1pugO064968@repoman.freebsd.org> From: Xin LI Date: Fri, 13 Feb 2009 01:51:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/madedit Makefile ports/editors/madedit/files patch-src__MadEditFrame.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 01:51:59 -0000 delphij 2009-02-13 01:51:56 UTC FreeBSD ports repository Modified files: editors/madedit Makefile Added files: editors/madedit/files patch-src__MadEditFrame.cpp Log: For some reason the Wx ClassInfo destructor would end up with a loop in the RTTI chain, which in turn cause an infinite loop. Add a workaround for the situation by calling _Exit() in place of exit() which will not invoke atexit() callbacks. Reported by: buganini gmail com Revision Changes Path 1.5 +1 -1 ports/editors/madedit/Makefile 1.1 +11 -0 ports/editors/madedit/files/patch-src__MadEditFrame.cpp (new)