How to deploy Qt 5.5 C++11 application on MacOS X snow leopard (10.6) -
my qt 5.5 application crashed on macos x snow leopard (10.6) next callstack:
0 libc++.1.dylib 0x6d801002 0x6d801000 + 2 1 org.qt-project.qtcore 0x6c9440ea qregisterresourcedata(int, unsigned char const*, unsigned char const*, unsigned char const*) + 26 2 org.qt-project.qtcore 0x6ca9c577 qxmlutils::isncname(qstringref const&) + 711 3 dyld 0x8fe0ed69 imageloadermacho::domodinitfunctions(imageloader::linkcontext const&) + 235 4 dyld 0x8fe0d31a imageloader::recursiveinitialization(imageloader::linkcontext const&, unsigned int) + 246 5 dyld 0x8fe0d2be imageloader::recursiveinitialization(imageloader::linkcontext const&, unsigned int) + 154 6 dyld 0x8fe0d3cd imageloader::runinitializers(imageloader::linkcontext const&) + 61 7 dyld 0x8fe024a9 dyld::initializemainexecutable() + 134 8 dyld 0x8fe0794e dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**) + 4189 9 dyld 0x8fe018b1 dyldbootstrap::start(macho_header const*, int, char const**, long) + 779 10 dyld 0x8fe01057 _dyld_start + 39
i used open source versions of libc++.dylib , libc++abi.dylib c++11 support on snow leopard. c++11 applications without qt dependencies works fine these libraries.
i can't drop c++11 support qt, this solution not suitable me.
Comments
Post a Comment