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

Performing 'ask GDB for PWD' breaks the bitmap viewer #42

Closed
aolo2 opened this issue Aug 13, 2021 · 2 comments
Closed

Performing 'ask GDB for PWD' breaks the bitmap viewer #42

aolo2 opened this issue Aug 13, 2021 · 2 comments

Comments

@aolo2
Copy link

aolo2 commented Aug 13, 2021

I suspect it got something to do with the fact that the bitmap file is created using a relative path:

FILE *f = fopen(".bitmap.gf", "rb");
    
if (f) {
	fread(bits, 1, stride * height * 4, f);
	fclose(f);
	unlink(".bitmap.gf");
}
@nakst
Copy link
Owner

nakst commented Aug 13, 2021

Should be fixed in 2784767.

@aolo2
Copy link
Author

aolo2 commented Aug 13, 2021

Confirmed this is fixed. Thanks!

@nakst nakst closed this as completed Aug 13, 2021
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