Displaying 7 results from an estimated 7 matches for "nsrunloop".
2005 Jul 26
1
beginner finds a bug - crash induced. (PR#8035)
...d 3:
0 libSystem.B.dylib 0x90007878 mach_msg_trap + 0x8
1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
2 com.apple.CoreFoundation 0x901c16e0 __CFRunLoopRun + 0x350
3 com.apple.CoreFoundation 0x901c5e6c CFRunLoopRunSpecific + 0x148
4 com.apple.Foundation 0x90a2d1b8 -[NSRunLoop runMode:beforeDate:] +
0xac
5 com.apple.Foundation 0x90a45dbc -[NSRunLoop run] + 0x4c
6 com.apple.Foundation 0x90a98054
+[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0x20c
7 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c
8 libSystem.B.dylib...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
Process: blued [16]
Path: /usr/sbin/blued
UID: 0
Thread 520c3d4 DispatchQueue 1
User stack:
14 ??? (in blued + 7581) [0x2d9d]
14 ??? (in blued + 163537) [0x28ed1]
14 -[NSRunLoop(NSRunLoop) run] + 76 (in Foundation) [0x9715e255]
14 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279 (in Foundation) [0x9715e378]
14 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x925c3ec1]
14 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x925c4094]...
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...k/Versions/A/MediaKit
000be000 /System/Library/Extensions/SMARTLib.plugin/Contents/MacOS/SMARTLib
00134000 /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
Thread id: e53c5d0
User stack:
449 ??? [0x239a]
449 ??? [0xf9ba]
449 -[NSRunLoop(NSRunLoop) run] + 84 (in Foundation) [0x91e444f4]
449 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation)
[0x91e383d5]
449 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94240aa8]
449 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x945c5286]
Proces...
2008 Sep 01
1
Porting Swfdec to Mac OS X & Timing question
...illisecondsToNextEvent);
if (swfdec_player_is_initialized(_private->_player))
{
unsigned int width, height;
swfdec_player_get_default_size(_private->_player, &width, &height);
[self setBounds:NSMakeRect(0.0, 0.0, width, height)];
[self setNeedsDisplay:YES];
}
[[NSRunLoop currentRunLoop]
performSelector:@selector(scheduleNextEvent) target:self argument:nil
order:100 modes:[NSArray arrayWithObject:NSDefaultRunLoopMode]];
}
else
{
NSTimeInterval fMillisecondsToNextEvent = millisecondsToNextEvent;
fMillisecondsToNextEvent /= 1000000.0; // translate to sec...
2006 Aug 31
1
R crashes in Mac OS 10.4 when Find is used (PR#9192)
...6
Thread 5:
0 libSystem.B.dylib 0x9000b268 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
4 com.apple.Foundation 0x92953164 -[NSRunLoop runMode:beforeDate:] + 172
5 com.apple.Foundation 0x9295309c -[NSRunLoop run] + 76
6 com.apple.WebKit 0x9562ff70 +[WebFileDatabase _syncLoop:] + 176
7 com.apple.Foundation 0x92944194 forkThreadForFunction + 108
8 libSystem.B.dylib 0x9002bc28 _pthread_body + 96
Th...
2005 Jul 25
2
R Cocoa GUI 1.12 (R 2.1.1 Framework) crashes on acf() (PR#8032)
After I upgraded my installation of R for OS X (Tiger) to 1.12, it
consistently crashes when calling the function acf() [stats lib].
Roberto Osorio
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
...6
Thread 5:
0 libSystem.B.dylib 0x9000b208 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000b15c mach_msg + 60
2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268
4 com.apple.Foundation 0x928f5664 -[NSRunLoop
runMode:beforeDate:] + 172
5 com.apple.Foundation 0x928f559c -[NSRunLoop run] + 76
6 com.apple.WebKit 0x95665410 +[WebFileDatabase
_syncLoop:] + 176
7 com.apple.Foundation 0x928e66d4 forkThreadForFunction + 108
8 libSystem.B.dylib 0x9002b200 _pthread_body + 96...