Skip to content
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

gui programs crashing on Linux #80

Closed
willghatch opened this issue Oct 20, 2017 · 2 comments
Closed

gui programs crashing on Linux #80

willghatch opened this issue Oct 20, 2017 · 2 comments

Comments

@willghatch
Copy link
Contributor

I'm on Arch Linux with gtk3 version 3.22.24 and gtk2 version 2.24.31.

When I try to run some gui programs they freeze up and I have to kill them. It doesn't seem to happen with drracket, but it happens with other graphical programs, such as plt-games. If I use gtk3 it usually freezes almost immediately (at most within a few seconds), and if I use gtk2 it still freezes but it is usually delayed for a while. I haven't figured out what triggers it.

Testing with a 6.10 or 6.10.1 snapshot it doesn't seem to happen, but on the current master branch of Racket it does.

@mflatt
Copy link
Member

mflatt commented Oct 20, 2017

Does the v6.11 pre-release candidate work? http://pre-release.racket-lang.org/

My guess is that the pre-release candidate will be ok, and the problem is related to the switch to ffi/unsafe/... libraries instead of racket_... foreign functions.

@willghatch
Copy link
Contributor Author

The pre-release seems fine. So you're probably right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants