-
Notifications
You must be signed in to change notification settings - Fork 25
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
Linux: ActivityLog2 freezes #83
Comments
On windows, it can handle non-existent directories by just showing a message. Can you try the following Racket program and see if it also hangs (you can try using the "/media/GARMIN/..." directory): #lang racket
(require racket/gui)
(get-directory "Select directory for import..."
#f
"C:/Users/non/existent" ;; use a non-existent directory here
'(common)) |
This sample does not hangs. With a click on /media part, I can change a directory. |
This is where that dialog is created in ActivityLog2, but the Line 1477 in 2337ad3
|
After click on a /media part on linux in ActivityLog2, i got an error
Strange, why it works without an error in a sample? |
the invalid memory reference indicates some internal memory corruption, which might not happen in the simple sample. In any case, it indicates an error inside Racket. I think we might need to ask the Racket developers about this, but before we do that, can you please make sure you run the latest Racket version (which should be 8.3) and see if it happens on that version as well... |
It happens on 8.3 as well as on 8.2. The callstack is the same. |
Steps to reproduce:
=> ActivityLog2 freezes and it is impossible to change dir.
The text was updated successfully, but these errors were encountered: