The __CFXNotificationSendToServer symbol in the call stack means that you have 
an NSNotification somewhere in your code that cause some plist serialization. 
This is were I would look for trashed objects.
Some of your code function might not appear in a call stack for optimization 
reason.
Also try using malloc debug and/or NSZombieEnabled to help you prevent this 
kind of problem.

EG

-----Original Message-----

Thread 0 Crashed:
0   com.apple.CoreFoundation     0x907d2db8 __CFDictionaryGrow + 704
1   com.apple.CoreFoundation     0x907ee34c __CFBinaryPlistWriteToStream 
+ 208
2   com.apple.CoreFoundation     0x907f5b14 
__CFXNotificationSendToServer + 324
3   com.apple.CoreFoundation     0x9081d284 _CFXNotificationSetSuspended 
+ 248
4   com.apple.AppKit             0x937dc914 -[NSApplication sendEvent:] 
+ 1084
5   com.apple.AppKit             0x939e1980 _NXFinishActivation + 244
6   com.apple.AppKit             0x93833f90 -[NSWindow sendEvent:] + 3256
7   com.apple.AppKit             0x937dd524 -[NSApplication sendEvent:] 
+ 4172
8   com.apple.AppKit             0x937d4960 -[NSApplication run] + 508
9   com.apple.AppKit             0x938c5458 NSApplicationMain + 452
10  com.YSPf.StretchFix          0x00002af8 _start + 760
11  com.YSPf.StretchFix          0x000027fc start + 48

------------------------------------------------------------
This message and any attachments (the "message") are confidential and intended 
solely for the addressee(s). Any unauthorised use or dissemination is 
prohibited. E-mails are susceptible to alteration. Neither DxO Labs nor any of 
its subsidiaries or affiliates shall be liable for the message if altered, 
changed or falsified.
Ce message et toutes les pieces jointes (ci-apres le "message") sont 
confidentiels et etablis a l'intention exclusive de ses destinataires. Toute 
utilisation ou diffusion non autorisee est interdite. Tout message electronique 
est susceptible d'alteration. DxO Labs et ses filiales declinent toute 
responsabilite au titre de ce message s'il a ete altere, modifie ou falsifie.

_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to