instance system.adapter.roborock.0 terminated due to SIGILL #814
Replies: 1 comment
-
see this bug |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've had 0.6.18 running properly on my iobroker 7.0.6. Yesterday I unfortunately decided to upgrade to 0.6.19 from github. The result was that the adapter does not start anymore and iobroker keeps trying endlessly
`
I tried downgrading to 0.6.18 again but still the adapter does not start (same error). I also trying uninstalling the adapter and reinstalling it ... no change.
I tried starting the adapter on the command line trying to debug it:
node main.js 0 --debug
. but it crashes with a "Illegal instruction"before any other output is coming back.
All other adapters on my iobroker are still working as expected.
I'm running node v20.19.1 on a Raspi 4 under Debian GNU/Linux 12 (bookworm)
Does anybody have an idea what is going on here and how this can be solved?
addendum: I forced it into a coredump and gdb told me this when inspecting the core file:
Beta Was this translation helpful? Give feedback.
All reactions