Odd crash
Odd crash
- Subject: Odd crash
- From: Graham Cox <email@hidden>
- Date: Mon, 22 Mar 2010 09:37:44 +1100
I got this crash report from a user. It seems to be an isolated incident but it would be good to know what sort of problem this indicates so if it crops up again I know where to look for it. I've never seen this code before and it is in Thread 6 - my app doesn't do much with threads so I'm guessing it's something Cocoa is doing, maybe with the disk by the look of it. Any ideas?
Thread 6 Crashed: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
0 com.apple.DesktopServices 0x901d8445 TFSVolumeInfo::GetVolumeSyncThread() + 83
1 com.apple.DesktopServices 0x901d8391 TNode::PostNodeTaskRequest(TCountedPtr<TNodeTask> const&) const + 81
2 com.apple.DesktopServices 0x901d80fa TNode::RequestInternalTask(unsigned long, TPropertyValue const&) const + 172
3 com.apple.DesktopServices 0x901dd672 TNode::RequestSynchronize(unsigned long) + 120
4 com.apple.DesktopServices 0x90226359 TNode::SynchronizeVolumes(bool, TCountedPtr<TVolumeSyncThread> const&) + 431
5 com.apple.DesktopServices 0x9022a806 TNode::HandleChange(char*, unsigned long, TCountedPtr<TVolumeSyncThread> const&) + 1746
6 com.apple.DesktopServices 0x90226011 TNode::AddVolume(TCountedPtr<TVolumeSyncThread> const&, short, unsigned long, TNodePtr&, bool) + 1175
7 com.apple.DesktopServices 0x901d20ea TNode::GetVolume(short, unsigned long, bool) + 382
8 com.apple.DesktopServices 0x901d54b8 TNode::GetNodeFromFSInfo(TCountedPtr<TFSInfo> const&, TNodePtr&, unsigned long, bool) + 416
9 com.apple.DesktopServices 0x901f4464 TNode::ResolveSharedFileListAliasIfNeeded() + 714
10 com.apple.DesktopServices 0x901dbcc9 TNode::SynchronizeChildren(unsigned long, TNodeEventPtrSet&) + 4409
11 com.apple.DesktopServices 0x901da6b0 TNode::HandleSync(unsigned long) + 886
12 com.apple.DesktopServices 0x901da306 TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 56
13 com.apple.DesktopServices 0x9022d0c4 TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1154
14 com.apple.DesktopServices 0x901d878f __PostNodeTaskRequest_block_invoke_2 + 94
15 libSystem.B.dylib 0x9544b828 _dispatch_call_block_and_release + 16
16 libSystem.B.dylib 0x9543e1f4 _dispatch_queue_drain + 249
17 libSystem.B.dylib 0x9543dc52 _dispatch_queue_invoke + 50
18 libSystem.B.dylib 0x9543da68 _dispatch_worker_thread2 + 234
19 libSystem.B.dylib 0x9543d4f1 _pthread_wqthread + 390
20 libSystem.B.dylib 0x9543d336 start_wqthread + 30
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden