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 when tuned to certain radio stations #32

Open
andylhxu opened this issue Jan 11, 2023 · 1 comment
Open

Segmentation fault when tuned to certain radio stations #32

andylhxu opened this issue Jan 11, 2023 · 1 comment

Comments

@andylhxu
Copy link
Contributor

andylhxu commented Jan 11, 2023

Reproed on ubuntu 22.04 running on certain stations at certain times. I’m guessing that certain metadata would cause the program to crash.

(venv) ➜  nrsc5-dui git:(master) ✗ python nrsc5-dui.py
Using Pillow v9.4.0
['nrsc5', '--dump-aas-files', '/home/andyxu/Documents/nrsc5-dui/aas', '-H', '192.168.1.6:1234', '105.9', '0']
[1]    88793 segmentation fault (core dumped)  python nrsc5-dui.py

What logs could be helpful to debug?

@andylhxu andylhxu changed the title Segmentation fault core dumped on certain radio stations. Segmentation fault when tuned to certain radio stations Jan 11, 2023
@markjfine
Copy link
Owner

markjfine commented Jan 11, 2023

There's a logging feature in Settings that would need to be turned on. Might give a clue as to what's happening.
Do you suspect WQXR might be including special character sets or accent marks that aren't being properly handled?

Edit: If so, just had an after thought that it's also possible that the logging feature might be where they're not being handled... I haven't really done much with that feature from the original nrsc5-gui, TBH.

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