f36edb6962
getting rid of two patches that made it into upstream. Add a patch that disables the generation of backtraces, when trying to handle exceptions, which caused hangs and 100% CPU hogging. This makes many GNUstep applications happy, hopefully finding a better way soon. OK landry@
13 lines
465 B
Plaintext
13 lines
465 B
Plaintext
$OpenBSD: patch-Source_NSConnection_m,v 1.2 2011/07/19 06:29:09 sebastia Exp $
|
|
--- Source/NSConnection.m.orig Sat Jun 18 19:46:28 2011
|
|
+++ Source/NSConnection.m Thu Jul 7 19:32:01 2011
|
|
@@ -2487,7 +2487,7 @@ static NSLock *cached_proxies_gate = nil;
|
|
NSPortCoder *decoder = nil;
|
|
NSPortCoder *encoder = nil;
|
|
NSInvocation *inv = nil;
|
|
- unsigned seq;
|
|
+ unsigned seq = 0;
|
|
|
|
/* Save this for later */
|
|
[aRmc decodeValueOfObjCType: @encode(int) at: &seq];
|