Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Illegal Instruction (core dumped) #6

Open
mscreations opened this issue Jun 23, 2018 · 2 comments
Open

Illegal Instruction (core dumped) #6

mscreations opened this issue Jun 23, 2018 · 2 comments

Comments

@mscreations
Copy link

Trying to test the new webview on Screenly-OSE experimental branch, but I cannot get anything to come up on the screen. When checking the logs, I get a single message Loading browser... but the screen never changes. After trying to determine where the problem was originating, I found that it seems to be that the browser never starts and viewer.py ends up in an infinite loop. I attached to the docker image and tried executing ScreenlyWebview directly, and I get a message Illegal Instruction (core dumped). I have tried running python interactively and executing

>>> import sh
>>> browser = sh.Command('ScreenlyWebview')(_bg=True, _err_to_out=True)
>>> browser.exit_code
-4

For reference, I am trying this on a Raspberry Pi Zero W. I started with 2018-05-04-Screenly_OSE_4GB.img flashed to my SD card. I then logged into the device via ssh, and executed:

cd ~/screenly
git checkout experiment
./bin/install.sh

which setup everything. I answered yes for every question (experimental, system update).

Any ideas on what to look for or things to try?

@antonmolodykh
Copy link
Contributor

I think the problem relates to the device. I have not tested it on Pi Zero yet, I'll do it soon.
Thanks for your report

@antonmolodykh
Copy link
Contributor

@mscreations we fixed this problem, you can test it by running an update from the experimental branch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants