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

Segmentation fault: ldc2 compiled tinyscheme-1.42 (DMD works fine) #4684

Open
mw66 opened this issue Jun 10, 2024 · 1 comment
Open

Segmentation fault: ldc2 compiled tinyscheme-1.42 (DMD works fine) #4684

mw66 opened this issue Jun 10, 2024 · 1 comment

Comments

@mw66
Copy link

mw66 commented Jun 10, 2024

tinyscheme-1.42$ ldc2 ./scheme.c 
tinyscheme-1.42$ ./scheme 
Segmentation fault (core dumped)

tried both
ldc2-1.34.0-linux-x86_64
ldc2-1.35.0-linux-x86_64

while dmd (v2.108.1) works fine:

tinyscheme-1.42$ dmd scheme.c
tinyscheme-1.42$ ./scheme 
TinyScheme 1.42
ts> (+ 1 3)
4
@mw66
Copy link
Author

mw66 commented Jun 10, 2024

The source tar file can be found here:

https://sourceforge.net/projects/tinyscheme/files/tinyscheme/tinyscheme-1.42/

@mw66 mw66 changed the title Segmentation fault: ldc2 compiled tinyscheme-1.42 Segmentation fault: ldc2 compiled tinyscheme-1.42 (DMD works fine) Jun 10, 2024
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