Changes between Initial Version and Version 1 of Ticket #9447


Ignore:
Timestamp:
Jan 6, 2011, 3:58:20 AM (13 years ago)
Author:
Nigel
Comment:

Can't reproduce with a fresh build on 10.6.5, but last time I encountered that, moving the built libraries out of the way silenced the errors. i.e.:

mv .osx-packager/build .osx-packager/build.old

I think it was caused by DYLD_LIBRARY_PATH containing the non-packaged libraries, and the runtime system had two sets of identical libraries being observed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9447

    • Property Status changed from new to accepted
  • Ticket #9447 – Description

    initial v1  
    33The main frontend functions seem to work properly (set up recording, play recording, etc) but the log spam makes it difficult to identify other problems.
    44
    5 {{
     5{{{
    66On Mac OS X, you might be loading two sets of Qt binaries into the same process. Check that all plugins are compiled against the right Qt binaries. Export DYLD_PRINT_LIBRARIES=1 and check that only one set of binaries are being loaded.
    77QObject::moveToThread: Current thread (0x884a70) is not the object's thread (0x80a680).
    88Cannot move to target thread (0x80a680)
    9 }}
     9}}}