-
Notifications
You must be signed in to change notification settings - Fork 36
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
Quits with segmentation fault #79
Comments
I don't know that it'll be helpful, but do you see any more info in the terminal if you turn on Additionally, I wonder what happens if you limit the set of images to something that you know displays correctly. So, for instance, the 10 or so you see before it seg-faults. Is it able to show that set of images repetitively or does that also seg-fault? |
One more thought, does it work correctly if the images are on the local RPi? Really, just trying to narrow down the problem... |
seg fault not good. Can you tell what size the images are that might cause the crash. Aslo what memory split you have GPU/CPU |
A 2G Raspberry Pi 4, 256M assigned to GPU. Logging show this: Will try local files only. Will try limited file set. |
It sounds like an issue Jeff had a while ago pi3d/pi3d_demos#52 are any of those features relevant? Critically turning off resize |
That was exactly the problem. |
I'm a bit behind hand with the FAQ - there are a few things that need to go in and maybe that would help questions pop up on google. Anyway, glad you sorted it. But it does mean there is a lack of flexibility in so far as you either need to just show 4k images that have been resized to the correct dimensions with resize off or else have mixed images and keep resize on. Maybe I should make it so that you can do something like: auto_resize_if_width_not: 3840 # default=1920, set this width of 4K resolution on Raspberry Pi 4 *if* using an Pi 4 *and* you have resized 4k images to match this width. Need to think about this. |
Running on a Pi 4 pulling pics off off of a samba share on another pi. It works fine for a few pics (unclear how many at this point, maybe 10?) and the quits with a "segmentation fault" Below is literally everything that is shown in the terminal.
pi@raspberrypi4:~ $ picframe ~/picframe_data/config/configuration.yaml
INFO:start.py:starting ['/usr/local/bin/picframe', '/home/pi/picframe_data/config/configuration.yaml']
INFO:model.Model:Open config file: /home/pi/picframe_data/config/configuration.yaml:
Segmentation fault
Any ideas what is happening or for further troubleshooting? Need more details?
Thanks!
The text was updated successfully, but these errors were encountered: