• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Anyone else with a crashing Syncrospector?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Anyone else with a crashing Syncrospector?


  • Subject: Anyone else with a crashing Syncrospector?
  • From: Ringo De Smet <email@hidden>
  • Date: Sat, 31 Dec 2005 17:00:28 +0100

Guys,

I started with the development of a Cocoa based sync tool. I started with browsing the People example and I wanted to see some debugging info using Syncrospector. At launch time, the only thing I see is the menubar of Syncrospector, but no UI. Does anyone else have this problem too? Here is an example of a stacktrace that ends up in console.log.

BTW, this is filed as Radar 4395461.

Ringo

-- example stack trace --

2005-12-31 15:48:19.707 Syncrospector[516] *** -[NSCFArray isd_enumerateObjectsAsArgumentToFunction:]: selector not recognized [self = 0x4b62e0]
2005-12-31 15:48:20.204 Syncrospector[516] [404340] ##### RAISE NSInvalidArgumentException: *** -[NSCFArray isd_enumerateObjectsAsArgumentToFunction:]: selector not recognized [self = 0x4b62e0]
Where it all went wrong:
0x928d248c: -[NSObject(NSForwardInvocation) forward::] (in Foundation)
0x909c40d0: _objc_msgForward (in libobjc.A.dylib)
0x000160f0: -[DataDirectoryDocument _updateClientsFromDataManager:] (in Syncrospector) /Volumes/Scratch/ Projects/Sync/SyncServices/Syncrospector/DataDirectoryDocument.m:185
0x000161dc: -[DataDirectoryDocument refreshFromDisk] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/DataDirectoryDocument.m:202
0x0001623c: -[DataDirectoryDocument readFromFile:ofType:] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/DataDirectoryDocument.m:212
0x938c054c: -[NSDocument(NSDeprecated) initWithContentsOfFile:ofType:] (in AppKit)
0x00013ff0: -[SyncKontroller openDocumentWithContentsOfFile:display:] (in Syncrospector) /Volumes/ Scratch/Projects/Sync/SyncServices/Syncrospector/SyncKontroller.m:177
0x00013dd8: -[SyncKontroller applicationShouldOpenUntitledFile:] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/SyncKontroller.m:139
0x93689f94: -[NSApplication _doOpenUntitled] (in AppKit)
0x936867c4: -[NSApplication(NSAppleEventHandling) _handleAEOpen:] (in AppKit)
0x93686394: -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] (in AppKit)
0x928df024: -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)
0x928dee84: _NSAppleEventManagerGenericHandler (in Foundation)
0x914ab960: aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) (in AE)
0x914ab7fc: dispatchEventAndSendReply(AEDesc const*, AEDesc*) (in AE)
0x914ab654: aeProcessAppleEvent (in AE)
0x93188940: AEProcessAppleEvent (in HIToolbox)
0x93684adc: _DPSNextEvent (in AppKit)
0x936845c8: -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
0x93680b0c: -[NSApplication run] (in AppKit)
0x93771618: NSApplicationMain (in AppKit)
0x00008c70: _start (in Syncrospector) /SourceCache/Csu/Csu-57/ crt.c:272
0x00008b10: start (in Syncrospector)
2005-12-31 15:48:20.385 Syncrospector[516] [404340] ##### RE-RAISE NSInvalidArgumentException: *** -[NSCFArray isd_enumerateObjectsAsArgumentToFunction:]: selector not recognized [self = 0x4b62e0]
Where it all went wrong:
0x9368a068: -[NSApplication _doOpenUntitled] (in AppKit)
0x936867c4: -[NSApplication(NSAppleEventHandling) _handleAEOpen:] (in AppKit)
0x93686394: -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] (in AppKit)
0x928df024: -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)
0x928dee84: _NSAppleEventManagerGenericHandler (in Foundation)
0x914ab960: aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) (in AE)
0x914ab7fc: dispatchEventAndSendReply(AEDesc const*, AEDesc*) (in AE)
0x914ab654: aeProcessAppleEvent (in AE)
0x93188940: AEProcessAppleEvent (in HIToolbox)
0x93684adc: _DPSNextEvent (in AppKit)
0x936845c8: -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
0x93680b0c: -[NSApplication run] (in AppKit)
0x93771618: NSApplicationMain (in AppKit)
0x00008c70: _start (in Syncrospector) /SourceCache/Csu/Csu-57/ crt.c:272
0x00008b10: start (in Syncrospector)
This exception was created here:
0x928d248c: -[NSObject(NSForwardInvocation) forward::] (in Foundation)
0x909c40d0: _objc_msgForward (in libobjc.A.dylib)
0x000160f0: -[DataDirectoryDocument _updateClientsFromDataManager:] (in Syncrospector) /Volumes/Scratch/ Projects/Sync/SyncServices/Syncrospector/DataDirectoryDocument.m:185
0x000161dc: -[DataDirectoryDocument refreshFromDisk] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/DataDirectoryDocument.m:202
0x0001623c: -[DataDirectoryDocument readFromFile:ofType:] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/DataDirectoryDocument.m:212
0x938c054c: -[NSDocument(NSDeprecated) initWithContentsOfFile:ofType:] (in AppKit)
0x00013ff0: -[SyncKontroller openDocumentWithContentsOfFile:display:] (in Syncrospector) /Volumes/ Scratch/Projects/Sync/SyncServices/Syncrospector/SyncKontroller.m:177
0x00013dd8: -[SyncKontroller applicationShouldOpenUntitledFile:] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/SyncKontroller.m:139
0x93689f94: -[NSApplication _doOpenUntitled] (in AppKit)
0x936867c4: -[NSApplication(NSAppleEventHandling) _handleAEOpen:] (in AppKit)
0x93686394: -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] (in AppKit)
0x928df024: -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)
0x928dee84: _NSAppleEventManagerGenericHandler (in Foundation)
0x914ab960: aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) (in AE)
0x914ab7fc: dispatchEventAndSendReply(AEDesc const*, AEDesc*) (in AE)
0x914ab654: aeProcessAppleEvent (in AE)
0x93188940: AEProcessAppleEvent (in HIToolbox)
0x93684adc: _DPSNextEvent (in AppKit)
0x936845c8: -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
0x93680b0c: -[NSApplication run] (in AppKit)
0x93771618: NSApplicationMain (in AppKit)
0x00008c70: _start (in Syncrospector) /SourceCache/Csu/Csu-57/ crt.c:272
0x00008b10: start (in Syncrospector)
2005-12-31 15:48:20.571 Syncrospector[516] [404340] ##### RE-RAISE NSInvalidArgumentException: *** -[NSCFArray isd_enumerateObjectsAsArgumentToFunction:]: selector not recognized [self = 0x4b62e0]
Where it all went wrong:
0x928df070: -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)
0x928dee84: _NSAppleEventManagerGenericHandler (in Foundation)
0x914ab960: aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) (in AE)
0x914ab7fc: dispatchEventAndSendReply(AEDesc const*, AEDesc*) (in AE)
0x914ab654: aeProcessAppleEvent (in AE)
0x93188940: AEProcessAppleEvent (in HIToolbox)
0x93684adc: _DPSNextEvent (in AppKit)
0x936845c8: -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
0x93680b0c: -[NSApplication run] (in AppKit)
0x93771618: NSApplicationMain (in AppKit)
0x00008c70: _start (in Syncrospector) /SourceCache/Csu/Csu-57/ crt.c:272
0x00008b10: start (in Syncrospector)
This exception was created here:
0x928d248c: -[NSObject(NSForwardInvocation) forward::] (in Foundation)
0x909c40d0: _objc_msgForward (in libobjc.A.dylib)
0x000160f0: -[DataDirectoryDocument _updateClientsFromDataManager:] (in Syncrospector) /Volumes/Scratch/ Projects/Sync/SyncServices/Syncrospector/DataDirectoryDocument.m:185
0x000161dc: -[DataDirectoryDocument refreshFromDisk] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/DataDirectoryDocument.m:202
0x0001623c: -[DataDirectoryDocument readFromFile:ofType:] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/DataDirectoryDocument.m:212
0x938c054c: -[NSDocument(NSDeprecated) initWithContentsOfFile:ofType:] (in AppKit)
0x00013ff0: -[SyncKontroller openDocumentWithContentsOfFile:display:] (in Syncrospector) /Volumes/ Scratch/Projects/Sync/SyncServices/Syncrospector/SyncKontroller.m:177
0x00013dd8: -[SyncKontroller applicationShouldOpenUntitledFile:] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/SyncKontroller.m:139
0x93689f94: -[NSApplication _doOpenUntitled] (in AppKit)
0x936867c4: -[NSApplication(NSAppleEventHandling) _handleAEOpen:] (in AppKit)
0x93686394: -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] (in AppKit)
0x928df024: -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)
0x928dee84: _NSAppleEventManagerGenericHandler (in Foundation)
0x914ab960: aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) (in AE)
0x914ab7fc: dispatchEventAndSendReply(AEDesc const*, AEDesc*) (in AE)
0x914ab654: aeProcessAppleEvent (in AE)
0x93188940: AEProcessAppleEvent (in HIToolbox)
0x93684adc: _DPSNextEvent (in AppKit)
0x936845c8: -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
0x93680b0c: -[NSApplication run] (in AppKit)
0x93771618: NSApplicationMain (in AppKit)
0x00008c70: _start (in Syncrospector) /SourceCache/Csu/Csu-57/ crt.c:272
0x00008b10: start (in Syncrospector)
2005-12-31 15:48:20.572 Syncrospector[516] *** -[NSCFArray isd_enumerateObjectsAsArgumentToFunction:]: selector not recognized [self = 0x4b62e0]
Where it all went wrong:
0x928d248c: -[NSObject(NSForwardInvocation) forward::] (in Foundation)
0x909c40d0: _objc_msgForward (in libobjc.A.dylib)
0x000160f0: -[DataDirectoryDocument _updateClientsFromDataManager:] (in Syncrospector) /Volumes/Scratch/ Projects/Sync/SyncServices/Syncrospector/DataDirectoryDocument.m:185
0x000161dc: -[DataDirectoryDocument refreshFromDisk] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/DataDirectoryDocument.m:202
0x0001623c: -[DataDirectoryDocument readFromFile:ofType:] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/DataDirectoryDocument.m:212
0x938c054c: -[NSDocument(NSDeprecated) initWithContentsOfFile:ofType:] (in AppKit)
0x00013ff0: -[SyncKontroller openDocumentWithContentsOfFile:display:] (in Syncrospector) /Volumes/ Scratch/Projects/Sync/SyncServices/Syncrospector/SyncKontroller.m:177
0x00013dd8: -[SyncKontroller applicationShouldOpenUntitledFile:] (in Syncrospector) /Volumes/Scratch/Projects/Sync/SyncServices/ Syncrospector/SyncKontroller.m:139
0x93689f94: -[NSApplication _doOpenUntitled] (in AppKit)
0x936867c4: -[NSApplication(NSAppleEventHandling) _handleAEOpen:] (in AppKit)
0x93686394: -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] (in AppKit)
0x928df024: -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)
0x928dee84: _NSAppleEventManagerGenericHandler (in Foundation)
0x914ab960: aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) (in AE)
0x914ab7fc: dispatchEventAndSendReply(AEDesc const*, AEDesc*) (in AE)
0x914ab654: aeProcessAppleEvent (in AE)
0x93188940: AEProcessAppleEvent (in HIToolbox)
0x93684adc: _DPSNextEvent (in AppKit)
0x936845c8: -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
0x93680b0c: -[NSApplication run] (in AppKit)
0x93771618: NSApplicationMain (in AppKit)
0x00008c70: _start (in Syncrospector) /SourceCache/Csu/Csu-57/ crt.c:272
0x00008b10: start (in Syncrospector)

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Prev by Date: Re: Nib top-level object ownership?
  • Next by Date: Re: Agent Applications and launchd
  • Previous by thread: Drag and drop/image underneath mouse
  • Next by thread: currentDocument returns nil (and it shouldn't)
  • Index(es):
    • Date
    • Thread