unexpected crash in _addDragTypesTo method
unexpected crash in _addDragTypesTo method
- Subject: unexpected crash in _addDragTypesTo method
- From: Jean Bovet <email@hidden>
- Date: Thu, 12 Jun 2003 20:08:26 +0200
Hello,
My software currently crashes with the following log:
Thread 0 Crashed:
#0 0x9068ba54 in objc_msgSend
#1 0x930ad098 in -[NSView(NSDrag) _addDragTypesTo:]
#2 0x930ad098 in -[NSView(NSDrag) _addDragTypesTo:]
#3 0x930ad098 in -[NSView(NSDrag) _addDragTypesTo:]
#4 0x930ad098 in -[NSView(NSDrag) _addDragTypesTo:]
#5 0x930ad098 in -[NSView(NSDrag) _addDragTypesTo:]
#6 0x930ad098 in -[NSView(NSDrag) _addDragTypesTo:]
#7 0x93100e40 in -[NSWindow(NSDrag) _registerDragTypes:]
#8 0x93184ee0 in -[NSWindow(NSDrag) _registerDragTypesIfNeeded]
#9 0x9315e724 in -[NSApplication makeWindowsPerform:inOrder:]
#10 0x93160164 in -[NSApplication finishLaunching]
#11 0x930b143c in -[NSApplication run]
#12 0x9315f6b8 in NSApplicationMain
#13 0x000a303c in main
#14 0x00004194 in _start (crt.c:267)
#15 0x00004014 in start
I cannot reproduce this crash on one of my machines (Ti500, iMac 800
and PM bi-800) but it crashes on the iBook (500) of a friend. Why ? I
don't know what can be the reason (I have checked every line of
registerForDraggedType on my code and every objects are retained).
Does someone have a idea where to look at ?
Thanks
Jean Bovet
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.