alex-eri
alex-eri
Create C++ / QML project from template. Add new python file to qml.qrc like backend/resources.py Add some functions like `def request(a): return 123+a` In main.qml add ``` import io.thp.pyotherside 1.5...
Break at 0x00002aaaa0ef8ca7 on Thread 9 QPythonWorker ``` Thread 17 (Thread 0x7fffb29a2700 (LWP 56063)): #0 0x00007ffff5e95158 in pthread_cond_timedwait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x00007ffff6000ce8 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at /usr/lib/libQt5Core.so.5 #2...
Another stop stack. In QPythonWorker too. ``` 1 ?? 2 QMetaObject::cast(QObject const *) const 0x7ffff61e852a 3 QtPrivate::QVariantValueHelper::object(QVariant const&) 0x7fffcf0183ab 4 _object * convert(QVariant) 0x7fffcf01a7ca 5 _object * convert(QVariant) 0x7fffcf01a58c 6...
I will provide short code in few days.
And with debug version of plugin ``` 1 ?? 2 QObjectData::dynamicMetaObject() const 0x7ffff6208b8d 3 QObject::disconnect(QObject const *, const char *, QObject const *, const char *) 0x7ffff620e921 4 QObjectRef::~QObjectRef qobject_ref.cpp...
no ideas how to fix it?
My build also freezes
Looks like fork-bomb Build script kernel_compile.sh has `make -j ARCH=....` that means build jobs are not limites. `make -j 1 ..` fixex it
@asvetlov All checks have passed. I know about tests, but nothing to test here. Trivial fix.
Its clear - python3.5 needs str, not bytes.