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

calculator segfaults on 2.7 #360

Closed
rbowen opened this issue May 26, 2021 · 3 comments
Closed

calculator segfaults on 2.7 #360

rbowen opened this issue May 26, 2021 · 3 comments

Comments

@rbowen
Copy link

rbowen commented May 26, 2021

Context: Running 2.7 (updated this morning) on an RM2. I've never installed any third-party anything on this device before today.

Installed remux and calculator, and then attempted to launch calculator:

May 26 17:57:14 reMarkable remux[2504]: RENDERING calculator
May 26 17:57:14 reMarkable remux[2504]: LAUNCHING APP calculator calculator
May 26 17:57:15 reMarkable remux[2504]: RESETTING MT GESTURES
May 26 17:57:15 reMarkable remux[2504]: CHECKING PROCESS calculator 0
May 26 17:57:15 reMarkable remux[2504]: RENDERING calculator
May 26 17:57:15 reMarkable remux[2504]: LAUNCHING APP calculator calculator
May 26 17:57:15 reMarkable remux[2504]: RESETTING MT GESTURES
May 26 17:57:15 reMarkable remux[2504]: CHECKING PROCESS calculator 1
May 26 17:57:15 reMarkable remux[2504]: calculator IS ALREADY RUNNING, RESUMING
May 26 17:57:15 reMarkable remux[2504]: SENDING 18 TO GROUP -3034 RET 0
May 26 17:57:15 reMarkable remux[2504]: RENDERING calculator
May 26 17:57:15 reMarkable remux[3034]: EPD platform plugin loaded!
May 26 17:57:15 reMarkable remux[3034]: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
May 26 17:57:15 reMarkable remux[3034]: Creating window
May 26 17:57:15 reMarkable remux[3034]: virtual void EPRenderContext::renderNextFrame(QSGRenderer*, uint) can't render without a renderer

Running directly from cli gives:

EPD platform plugin loaded!
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Creating window
virtual void EPRenderContext::renderNextFrame(QSGRenderer*, uint) can't render without a renderer
Segmentation fault

(ie, same output, plus the segfault line.)

Please let me know if I can provide any other details.

@matteodelabre
Copy link
Member

Hi @rbowen, thanks for your report! I believe this is expected behavior, see #322. Most packages using the Qt framework will not work on ⩾2.6 unless they are compiled with the v2 branch of our toolchain. Some work towards migrating our packages to use toolchain v2 has been done on the support-2.6 branch, but it needs more testing before I can make it into a PR.

@Eeems
Copy link
Member

Eeems commented May 26, 2021

Ah right, I had forgotten that we hadn't pushed any of that into testing yet. We probably should do that soon as 2.7 is now out.

@rbowen
Copy link
Author

rbowen commented May 26, 2021

Ok, thank you for the confirmation and for the swift response. I'll wait a few weeks and try again, then, should I?

@rbowen rbowen closed this as completed May 26, 2021
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

3 participants