-
Notifications
You must be signed in to change notification settings - Fork 757
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
QListView:items_ can crash sclang #835
Comments
Strangely, I can't reproduce the issue. |
Did you run all the statements as one block? Run the last statement separately from the others. |
Yes, I tried various sequences of evaluation, including your suggested one, still nothing... Wait, perhaps this only affects the master branch... |
Hmm, nope, master is also OK here. What's your system, Qt version? |
Ubuntu 12.04, Gnome Classic desktop. Synaptic tells me I've got Qt 4.8.1. I experimented with the contents of the new items array and found that it crashes on "removeAsDependantOf (MixerChannel)" -- if I replace that string with something else, even a non-alphabetic string of the same size, no crash. For some super-bizarro reason, it seems to depend on the capital letters, but not on the order of the letters.
The crashes are consistent -- I can see no sensible pattern, but it does seem to be deterministic. I have some local-only commits at the top of my private branch, so my next test will be to roll back to the pure master branch and try again (building now). But my local commits should have nothing to do with QListView. |
No difference with master-as-master. |
Sorry, I still can't reproduce here. |
I can reproduce it here with the following, if you set
|
Works fine now. |
While researching a strange crash in the class browser, I found that the crash can be reproduced without using the class browser at all.
This ECM mimics what happens when a method search for "depend" is executed in the class browser. At first, the methodView is populated with a list of Object's methods. The method search replaces those items with the search result (quoted as a compile string).
The text was updated successfully, but these errors were encountered: