search for: nsexception

Displaying 10 results from an estimated 10 matches for "nsexception".

2007 Jan 23
2
[LLVMdev] Semi-random crashes seemingly related to Arguments
...ng stringWithFormat:@"get argument[%d/%d]= %x",argIndex,numArgs,ArgX]; // with this in place, it doesn't crash return [MPWLLVMValue llvmValueWithLLVMValue:ArgX]; // wrap the arg } else { //--- error handling, irrelevant here... [NSException raise:@"IndexOutOfBounds" format:@"requesting argument %d when only %d available",argIndex,numArgs]; return nil; } }
2007 Jan 23
0
[LLVMdev] Semi-random crashes seemingly related to Arguments
...get argument[%d/%d]= > %x",argIndex,numArgs,ArgX]; // with this in place, it doesn't > crash > return [MPWLLVMValue > llvmValueWithLLVMValue:ArgX]; // wrap the arg > } else { > //--- error handling, irrelevant here... > [NSException raise:@"IndexOutOfBounds" > format:@"requesting argument %d when only %d > available",argIndex,numArgs]; > return nil; > } > } > > > > _______________________________________________ > LLVM Developers mailing list > LLVMde...
2015 Jun 26
2
Driver macosx-ups failing on Yosemite
...CString + 173 6 macosx-ups 0x0000000104158ebb upsdrv_initups + 409 7 macosx-ups 0x0000000104159bd2 main + 1040 8 libdyld.dylib 0x00007fff9083e5c9 start + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSException Abort trap: 6
2010 Dec 02
0
[LLVMdev] Alternative exception handling proposal
...ode needs to give a sensible backtrace (on Darwin at least). It will crash libunwind because it was doing horrible things: #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; @try { @throw [NSException exceptionWithName:@"TestException" reason:@"Test" userInfo:nil]; } @catch (NSException *e) { @throw e; } [pool drain]; return 0; } -bw -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pi...
2009 Nov 26
1
compiling on snow leopard: Cocoa errors?!?!?!
...included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:25, from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12, from qdCocoa.h:39, from qdCocoa.m:24: /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:62: error: format string argument follows the args to be formatted qdCocoa.m: In function '+[QuartzCocoaView quartzWindowWithRect:andInfo:]': qdCocoa.m:90: warning: class 'QuartzCocoaView' does not implement the 'NSWindowDelegate' protocol make[5]: *** [qdCocoa.o] Error 1...
2010 Dec 03
1
[LLVMdev] Alternative exception handling proposal
...nsible backtrace (on Darwin at least). It will crash libunwind because it was doing horrible things: > > #import <Foundation/Foundation.h> > > int main (int argc, const char * argv[]) { > NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; > > @try { > @throw [NSException exceptionWithName:@"TestException" reason:@"Test" userInfo:nil]; > } > @catch (NSException *e) { > @throw e; > } > > > [pool drain]; > return 0; > } I was unable to compile this (I don't have Foundation). However as my scheme generates identical...
2010 Dec 02
3
[LLVMdev] Alternative exception handling proposal
Hi Bill, > This is similar to my first proposal. yup, I still consider your first proposal to have been basically sound. But it also suffers from a major problem, > which stopped that proposal dead in its tracks. Namely, you have information in > one place which needs to be shared in two different, but possibly disjoint, > places: the type, filters, and personality information. In
2015 Jun 27
2
Driver macosx-ups failing on Yosemite
...35ebb upsdrv_initups + 409 7 macosx-ups 0x000000010c436bd2 main + 1040 8 libdyld.dylib 0x00007fff9083e5c9 start + 1 9 ??? 0x0000000000000004 0x0 + 4 ) libc++abi.dylib: terminating with uncaught exception of type NSException
2007 Jan 16
3
Help upgrading to 1.1.3 (MD5 sum issues, album art corrupts files)
Hello all, I recently upgraded the libFLAC used in my application Max (http:// sbooth.org/Max/) to 1.1.3 and added preliminary support for album art. During the upgrade I evidently made some coding mistakes with interesting results. I've combed everything over and can't quite see the problems. I've become somewhat frustrated because my code didn't really change
2006 Jul 04
1
double-quote tab crashes R (PR#9058)
...tents/MacOS/R Parent: WindowServer [90] Version: 1.16 (3198) PID: 1698 Thread: 0 Exception: EXC_BREAKPOINT (0x0006) Code[0]: 0x00000002 Code[1]: 0x00000000 Thread 0 Crashed: 0 com.apple.Foundation 0x9275c2d3 _NSRaiseError + 227 1 com.apple.Foundation 0x92782fd7 +[NSException raise:format:] + 57 2 com.apple.Foundation 0x9272c08b -[NSString substringFromIndex:] + 196 3 org.R-project.R 0x000331a4 +[FileCompletion completeAll:cutPrefix:] + 684 (crt.c:305) 4 org.R-project.R 0x00011745 -[RController textView:completions:forPartialW...