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

Running program through Valgrind breaks terminal output (sometimes) #30

Open
sgreene570 opened this issue May 24, 2019 · 1 comment
Open

Comments

@sgreene570
Copy link
Owner

its kind of hard to screenshot but basically on some terminal emulators, using the ncurses UI through valgrind causes weird messages to be printed to the screen. @WillNilges might be able to elaborate. Weird error messages are something along the lines of XRUN and are not seen during normal program operation (as far as I know).

@WillNilges
Copy link
Collaborator

I think I know why that's happening. There's a printf() in playback.c that I suppose usually prints to /dev/null or something that prints there under special circumstances.

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