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

Illegal Instruction (core dumped) #6

@mscreations

Description

@mscreations

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions