-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash if delegate subclass implements displayText #68
Comments
Wouldn't it make more sense to file this on https://github.com/mevislab/pythonqt/ ? Or is this specific to the CTK fork? |
Probably not specific to this fork, although I haven't tried. I'll file it there then and we'll see |
It's just that repository does not need to be used. It has one closed issue and no open ones, and here it seems to be active. Thoughts? |
The upstream pythonqt repo is new (used to be on sourceforge) but Florian is responsive so I think it's good to make him aware. There's not much activity because it's pretty stable. |
The version of PythonQt used in Slicer is based of a recent PythonQt (see below) and is missing only one commit. See https://github.com/MeVisLab/pythonqt/commits/master
|
May be worth cherry-picking the missing commit (MeVisLab/pythonqt@963b667) locally and see if still crashes |
This self-contained test helps reproduce the problem:
The call stack looks like this:
In PythonQtConv::ConvertPythonToQt the crash happens in this part:
at the line with ADD_VARIANT_VALUE_IF_NEEDED.
The text was updated successfully, but these errors were encountered: