You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
`
host.iobroker
2025-05-01 09:53:28.810
info
Restart adapter system.adapter.roborock.0 because enabled
host.iobroker
2025-05-01 09:53:28.810
info
instance system.adapter.roborock.0 terminated with code null ()
host.iobroker
2025-05-01 09:53:28.809
warn
instance system.adapter.roborock.0 terminated due to SIGILL
host.iobroker
2025-05-01 09:53:27.426
info
instance system.adapter.roborock.0 in version "0.6.18" started with pid 1313
`
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:
Core was generated by "/usr/bin/node --inspect-brk=9229 main.js 0".
Program terminated with signal SIGILL, Illegal instruction.
#0 0x0000007f55452a00 in ?? () from /opt/iobroker/node_modules/iobroker.roborock/node_modules/@napi-rs/canvas-linux-arm64-gnu/skia.linux-arm64-gnu.node
[Current thread is 1 (Thread 0x7f80606040 (LWP 15491))]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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:
All reactions