`QObject: Cannot create children for a parent that is in a different thread.`
Open
- Dominant language
- C++
- Stars
- 8k
- Forks
- 351
- Avg merge
- 12h 31m
- Merged PRs (30d)
- 102
Description
I am trying to run Jasper Gold (https://www.cadence.com/en_US/home/tools/system-design-and-verification/formal-and-static-verification.html).
Unfortunately it fails with a lot of repeated
```
(Parent is QProcess(0x12480b0), parent's thread is QThread(0x12480c0), current thread is QThread(0x2b6a240)
QSocketNotifier: Can only be used with threads started with QThread
```
Any hints on how to debug this further?
Contributor guide
Assessment
This issue has not been assessed yet.