-
Notifications
You must be signed in to change notification settings - Fork 165
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
printf segmentation faults on linux #990
Comments
Thanks for your report. |
default ones |
Thanks |
np <3 |
found another issue... |
Could you give here more details. |
joncampbell123/doslib#58 |
Thanks |
np |
Build problem is due to mistake in doslib make files. I created pull request with fix. |
I cannot reproduce your issue. |
let me give you the files |
https://4ch.mooo.com/4/C_code_1.zip i just did wcl386 on linux and completed a game and it seg faults |
using November 24th version |
I tried your last sample and I run game, no any core dump etc. Mainly |
I enclosed compiled game (Linux version). |
lets see |
!! it works... okay let me update the thing |
hmmm it works now thanks! |
got the old code of the othello program? |
Yes, I tested both your samples old and new with same results.
And compiler select appropriate |
thanks <3 |
i have this code for othello
and the line printf(" %d |", j+1); crashes the program
j is an int inside a for loop
compiled with latest release on 64 bit and 32 bit linux
both times crashes
the linux version of the program crashes while the dos version works perfectly
http://4ch.mooo.com/4/C_code_1.zip
here is the code
The text was updated successfully, but these errors were encountered: