Date: Fri, 13 Feb 2009 01:51:56 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/madedit Makefile ports/editors/madedit/files patch-src__MadEditFrame.cpp Message-ID: <200902130151.n1D1pugO064968@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902130151.n1D1pugO064968>