Search field crash
Search field crash
- Subject: Search field crash
- From: Robert Cerny <email@hidden>
- Date: Fri, 22 Jul 2005 12:48:41 +0200
Hi folks,
I have a weird crashes of several NSSearchFields in various windows
of my application. I'm able to reproduce it every time. My
application simply uses an array controller + tableview +searchfield,
where searchfield is providing a filter entry for data displayed in
the table = nothing unusual.
Steps to reproduce crash:
select searchfield and entry a few characters
hit Esc key
The problem is I'm unable to catch the bug in the debugger, it simply
doesn't raise any exception. The results is EXC_BAD_ACCESS and
debugger starts to load 32k frames:
#1 0x90b0bbd8 in CreateVolFSPath
#2 0x90b0ba44 in getattrlist_retry
#3 0x90b0b618 in GetVolFSAttributes
#4 0x90b0c348 in VolFSMount::_getattrs
#5 0x90b0c2d8 in FSMount::getattrs
#6 0x90b0c148 in GetFSRefAttributes
#7 0x90b0d970 in PBGetCatalogInfoSync
#8 0x90b0d8c4 in FSGetCatalogInfo
#9 0x918972a0 in FSNodePrepareCatalogInfo
#10 0x91896a28 in _LSCopyInfoForNode
#11 0x918aa7b8 in LSCopyItemInfoForRef
#12 0x9289bf1c in +[NSFileAttributes attributesAtPath:traverseLink:]
#13 0x01562908 in dyld_func_lookup_pointer
.
.
.
.
#32691 0x01566644 in dyld_func_lookup_pointer
#32692 0x01566644 in dyld_func_lookup_pointer
#32693 0x9375b964 in -[NSTextView doCommandBySelector:]
#32694 0x9370f164 in -[NSKeyBindingManager
(NSKeyBindingManager_MultiClients) interpretEventAsCommand:forClient:]
#32695 0x9370d860 in -[NSTSMInputContext interpretKeyEvents:]
#32696 0x9370cc40 in -[NSView interpretKeyEvents:]
#32697 0x9370ca94 in -[NSTextView keyDown:]
#32698 0x93688438 in -[NSWindow sendEvent:]
#32699 0x93630f5c in -[NSApplication sendEvent:]
#32700 0x936283f0 in -[NSApplication run]
#32701 0x93718c1c in NSApplicationMain
#32702 0x00047eb0 in main at main.m:13
Does anyon ehave a clue what's going on?
Thanks
Robert
_______________________________________________
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