Miklos Espak
Miklos Espak
I tried to comment it out, but it did not help.
I get a similar error: ``` -- Downloading conan.cmake from https://github.com/conan-io/cmake-conan -- Conan: Automatic detection of conan settings from cmake In file included from :1: In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:519:...
https://github.com/commontk/PythonQt/pull/35
I opened this topic: https://sourceforge.net/p/pythonqt/discussion/631392/thread/8b6e2e4a/
"Moving execution of PythonQt tests into the static initializer causes the test to fail." Yes, that's exactly the point. The crash happens when PythonQt is initialised from the static initialiser...
Could you try if my original fix that eliminated the complex typed static local variables lets the test pass? NifTK@127d894950 You can apply it cleanly after reverting c891272. Today I...
Commit 949c05644ddc194733d (that is the HEAD of jcfr:37-python-init-crash now) crashes for me at this line: https://github.com/commontk/PythonQt/blob/949c05644ddc194733db40bb77377b897fa0adcb/src/PythonQt.cpp#L1302 Tested on Windows with VS2012, release mode with debug symbols. Full stack trace: ```...
This is one of the variables that you found with your regex. Note that int-s and pointers are fine. I will make a patch and run the new tests as...
I tried to track down the tests_PythonQtDynamicLoading_RUN_TESTSUITE_IN_STATIC_INITIALIZER_1_Api_testCall crash. It is not related to the static variables. Something has not be initialised for the signal-slot connection. Call stack before the crash:...
https://github.com/NifTK/PythonQt/commit/0b3cd63675f0a90ef0e3ed4918e2570ca6eda648 ``` 1>------ Build started: Project: RUN_TESTS, Configuration: Release x64 ------ 1> Test project D:/n/niftk-sb/CTK/build/PythonQt-build 1> Start 1: tests_PythonQtTestMain_Api_testCall 1> 1/75 Test #1: tests_PythonQtTestMain_Api_testCall ........................................................................... Passed 0.03 sec 1> Start...