Skip navigation.
 
mlImageLoaderMachO::resolveUndefined
FROM : Michael Vannorsdel
DATE : Mon May 12 13:18:48 2008

I'm getting this crash when running on PPC Tiger only.  Leopard and 
all Intel work fine:

Thread 0 Crashed:
0  com.apple.CoreFoundation         0x92009780 CFDictionaryAddValue + 76
1  dyld                             0x8fe13ed4 
ImageLoaderMachO::resolveUndefined(ImageLoader::LinkContext const&, 
macho_nlist const*, bool, ImageLoader const**) + 1224
2  com.apple.CoreFoundation         0x91fd7950 __CFAllocatorCreate + 220
3  com.mv.mvworldviewer             0x00018908 start + 91320
4  com.mv.mvworldviewer             0x00002dbc start + 2412
5  com.apple.CoreFoundation         0x920b0b00 -[NSSet 
makeObjectsPerformSelector:] + 200
6  com.apple.AppKit                 0x90688b6c -[NSIBObjectData 
nibInstantiateWithOwner:topLevelObjects:] + 1264
7  com.apple.AppKit                 0x90680170 loadNib + 224
8  com.apple.AppKit                 0x9067fb14 +[NSBundle(NSNibLoading) 
_loadNibFile:nameTable:withZone:ownerBundle:] + 840
9  com.apple.AppKit                 0x9067f6f0 +[NSBundle(NSNibLoading) 
loadNibNamed:owner:] + 336
10  com.apple.AppKit                 0x9067f3d8 NSApplicationMain + 332
11  com.mv.mvworldviewer             0x00002778 start + 808
12  com.mv.mvworldviewer             0x0000247c start + 44

I'm just allocating a custom allocator and there's no code difference 
between archs.  All the context functions are properly set and 
available.  I'm not familiar with the ImageLoaderMachO class so I 
don't know the purpose of the resolveUndefined method.  If I did it 
might help track the problem.

Related mailsAuthorDate
No related mails found.