-
Notifications
You must be signed in to change notification settings - Fork 2
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
Squish: build server crashes in C runtime library #4773
Comments
See https://kb.froglogic.com/pages/viewpage.action?pageId=131185 (although that page primarily is for Qt, some of the points may be relevant to SWT) |
If after brief investigation we get stuck, contact squish support for help diagnosing the problem. |
Have sent an email describing our problem to squish support - awaiting response |
After some back-and-forth with Squish support (who were very responsive and helpful), we have narrowed this down to Python's Possible solutions:
Notes:
|
File renamed on build server and note added to wiki with error text and solution. |
How many points? |
This seems like a bit of a hack and will continue to be a pain when every developer installs squish. Why not just stop using uuid and generate a random string ourselves? It's not like we need it to conform to UUID especially? |
As a developer I would like the squish tests to run correctly.
I updated squish on the build server to enable it to run the new java 11 GUI, but the new version of squish hangs with the following error when launching each test:
On pressing "ok" the test seems to continue and run correctly, but while the pop-up is open the process is hung and the tests can't proceed.
The text was updated successfully, but these errors were encountered: