The _full_ path of the files would be:

/usr/lib/libSystem.B_debug.dylib
/usr/lib/libSystem_debug.dylib

:)

-Richard

On Oct 27, 2009, at 10:38 AM, Richard wrote:

> This has been reported, and accepted, as a bug by Apple.
>
> Try renaming/removing the files:
> ./lib/libSystem.B_debug.dylib
> ./lib/libSystem_debug.dylib
>
> -Richard
>
>
>
>
> On Oct 27, 2009, at 10:12 AM, Thiago Macieira wrote:
>
>> Em Terça-feira 27 Outubro 2009, às 00:54:01, ext Philippe escreveu:
>>> I have replaced XCode 3.1.4 with the new XCode 3.2.1
>>> This on Snow Leopard 10.6.1 using the supplied beta binaries.
>>> This is 100% reproducable...
>>>
>>> If I add to the environment settings: DYLD_IMAGE_SUFFIX _debug
>>> (to be able to debug), then any Qt application (I tried various Qt
>>> samples) will crash at startup (or when the QApplication is  
>>> created).
>>> The same environment with XCode 3.1.4 did not cause this problem.
>>
>> Hi Philippe
>>
>> I've seen this reported before. Unfortunately, it seems to be an  
>> Apple bug.
>> Your stack trace below seems to confirm it happens way deep into  
>> CoreFoundation
>> code.
>>
>> You can probably work around this issue by removing/moving away the
>> CoreFoundation "_debug" libraries. The dynamic linker will load the  
>> non-debug
>> versions instead, which appear not to have the bug.
>>
>>> #0 0x032fc746 in __kill
>>> #1 0x032fc739 in kill$UNIX2003
>>> #2 0x033c1270 in raise
>>> #3 0x033e6d91 in abort
>>> #4 0x03440d83 in _dispatch_abort
>>> #5 0x032c456a in dispatch_source_set_cancel_handler
>>> #6 0x907622fd in ___CFMachPortCreateWithPort2_block_invoke_1
>>> #7 0x032b9d6d in dispatch_barrier_sync_f
>>> #8 0x032b9baf in dispatch_sync_f
>>> #9 0x032b9b7c in dispatch_sync
>>> #10 0x90761ff0 in _CFMachPortCreateWithPort2
>>> #11 0x907695ec in CFMachPortCreate
>>> #12 0x90769409 in _CFXNotificationCenterCreate
>>> #13 0x907692a6 in _CFXNotificationGetHostCenter
>>> #14 0x9076ee82 in __CFXPreferencesGetSourceForTriplet
>>> #15 0x9077fdf4 in __CFXPreferencesGetSnapshotSearchList
>>> #16 0x9077fcdd in __CFXPreferencesCopyCurrentApplicationState
>>> #17 0x9077f84d in CFLocaleCopyCurrent
>>>
>>
>> -- 
>> Thiago Macieira - thiago.macieira (AT) nokia.com
>>  Senior Product Manager - Nokia, Qt Development Frameworks
>>     Sandakerveien 116, NO-0402 Oslo, Norway
>> _______________________________________________
>> Qt4-preview-feedback mailing list
>> [email protected]
>> http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
>
> _______________________________________________
> Qt4-preview-feedback mailing list
> [email protected]
> http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback


_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to