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

invalid memory reference #100

Open
blippy opened this issue May 17, 2024 · 4 comments
Open

invalid memory reference #100

blippy opened this issue May 17, 2024 · 4 comments

Comments

@blippy
Copy link

blippy commented May 17, 2024

I'm using racket v8.9. I do:

raco pkg install rash
racket -l rash/repl --

which gives me the response:

invalid memory reference.  Some debugging context lost
@willghatch
Copy link
Owner

willghatch commented May 17, 2024 via email

@blippy
Copy link
Author

blippy commented May 17, 2024

I'm on Debian Stable. I installed it using racket-8.9-x86_64-linux-cs.sh

In drracket, the following program works fine:

#lang rash
echo The number of Racket files in this directory:
ls *.rkt | wc -l

I can even run it as a script

@blippy
Copy link
Author

blippy commented May 19, 2024

The problem seems to be related to readline, because I am able to reproduce the problem as per this link: https://racket.discourse.group/t/racket-crashes-with-invalid-memory-reference/2206

@blippy
Copy link
Author

blippy commented May 19, 2024

I built the latest version of racket from source. That fixed the problem.

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