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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"