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

write and write-line crashes #67

Open
Nodnarb12500 opened this issue May 18, 2023 · 0 comments
Open

write and write-line crashes #67

Nodnarb12500 opened this issue May 18, 2023 · 0 comments

Comments

@Nodnarb12500
Copy link

write and write-line are both given their own blank files to open and write to but crash once they are called.

(write (open "test.txt" "w") "this is a test")

fish: Job 1, '~/Documents/GIT/crow/crow write…' terminated by signal SIGSEGV (Address boundary error)

(write-line (open "output.txt" "w") "this is a test")

fish: Job 1, '~/Documents/GIT/crow/crow write…' terminated by signal SIGSEGV (Address boundary error)

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

1 participant