> I think you've compiled Xerces-C using the Mac OS X native net accessor. > You should be able to configure it to run using the socket net accessor > instead, which means Xerces-C won't be using CoreFoundation calls.
Ah, ok, I'll look into that, thank you. Unfortunately the reason I had people do that is that the socket accessor didn't actually work, at least a couple of Xerces versions ago. I don't think it matters though, I can work around that now. However, the crash seems to be during init and related to the transcoder. Might also be possible to bypass by using a different transcoder though. -- Scott Thread 0 Crashed: 0 com.apple.CoreFoundation 0x961479c1 __CFRunLoopFindMode + 353 1 com.apple.CoreFoundation 0x961496ec CFRunLoopAddSource + 124 2 com.apple.DiskArbitration 0x9308ada4 DAApprovalSessionScheduleWithRunLoop + 61 3 ...ple.CoreServices.CarbonCore 0x9621b846 _FSGetDiskArbSession(__DASession**, __DAApprovalSession**) + 646 4 ...ple.CoreServices.CarbonCore 0x9621b58e CreateDiskArbDiskForMountPath(char const*) + 94 5 ...ple.CoreServices.CarbonCore 0x9621a3d2 FSCacheableClient_GetVolumeCachedInfo(char const*, statfs const*, CachedVolumeInfo*, __DADisk*, __DADisk**) + 364 6 ...ple.CoreServices.CarbonCore 0x96219d11 MountVolume(char const*, statfs*, unsigned char, unsigned char, __DADisk*, short*) + 537 7 ...ple.CoreServices.CarbonCore 0x96219a0a MountInitialVolumes() + 258 8 ...ple.CoreServices.CarbonCore 0x96219609 INIT_FileManager() + 219 9 ...ple.CoreServices.CarbonCore 0x962194b6 GetRetainedVolFSVCBByVolumeID(unsigned long) + 36 10 ...ple.CoreServices.CarbonCore 0x96217c96 PathGetObjectInfo(char const*, unsigned long, unsigned long, VolumeInfo**, unsigned long*, unsigned long*, char*, unsigned long*, unsigned char*) + 202 11 ...ple.CoreServices.CarbonCore 0x96217b66 FSPathMakeRefInternal(unsigned char const*, unsigned long, unsigned long, FSRef*, unsigned char*) + 90 12 ...ple.CoreServices.CarbonCore 0x962236bb FSPathMakeRef + 47 13 ...ple.CoreServices.CarbonCore 0x96236e2b FilterRelevantFilesFromDirectory + 347 14 ...ple.CoreServices.CarbonCore 0x96236679 CacheFMMapData + 1565 15 ...ple.CoreServices.CarbonCore 0x96235395 IntlFCOpenComponentData + 206 16 ...ple.CoreServices.CarbonCore 0x96237be9 InitScriptBundleComponent + 85 17 ...ple.CoreServices.CarbonCore 0x96237b8d SMInitIntlSpec + 17 18 ...ple.CoreServices.CarbonCore 0x962377a2 LMGetIntlSpec + 76 19 ...ple.CoreServices.CarbonCore 0x96238b2c GetScriptManagerVariable + 28 20 ...ple.CoreServices.CarbonCore 0x962410cd LocaleRefOrNULLToTagEntryPtr + 74 21 ...ple.CoreServices.CarbonCore 0x96240f2e LocaleRefGetPartString + 57 22 ...ple.CoreServices.CarbonCore 0x962401c5 SetDefaultLocaleString + 195 23 ...ple.CoreServices.CarbonCore 0x962400e0 _ReloadUnicodeUtilData + 92 24 ...ple.CoreServices.CarbonCore 0x9623ff16 UCRefreshThreadGlobals + 183 25 ...ple.CoreServices.CarbonCore 0x9626fe3f UCCreateCollator + 133 26 libxerces-c.28.dylib 0x0059b1cf xercesc_2_8::MacOSUnicodeConverter::MacOSUnicodeConverter() + 79 27 libxerces-c.28.dylib 0x00598d7a xercesc_2_8::XMLPlatformUtils::makeTransService() + 64 28 libxerces-c.28.dylib 0x005ab68d xercesc_2_8::XMLPlatformUtils::Initialize(char const*, char const*, xercesc_2_8::PanicHandler*, xercesc_2_8::MemoryManager*, bool) + 347 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
