Read the statement by Michael Teeuw here.
Electron quit periodically
-
@jefftse different vnc setup on x11
i use ssh to avoid all this graphical crud.
see this topic on using other tools from Windows
https://forum.magicmirror.builders/topic/19193/best-way-to-develop-from-windows-machine -
@jefftse said in Electron quit periodically:
0|mm | /home/jeff/MagicMirror/node_modules/electron/dist/electron exited with signal SIGSEGV
what was before that line?
-
@sdetweil 0|mm | MEMORY-ERROR: electron[3627]: GSlice: assertion failed: sinfo->n_allocated > 0
0|mm | /home/jeff/MagicMirror/node_modules/electron/dist/electron exited with signal SIGABRT -
@jefftse ok, the issues I found referencing that problem all resulted in app code failure (using parms wrong, not freeing memory, a faulty image format, …) not electron problems…
I don’t see an module doing graphics in your setup… but I don’t know what they all do exactly…
-
@sdetweil my setup is pretty simple and its freshly built yesterday. here is my config…
deleted
-
@jefftse please use code marker around logs and config
paste the text into the forum editor, blank line above and below
select the text you pasted
push the </> buttonas I said, I don’t SEE anything causing this…
but…
only way is to disable one module at a time to see if we can find it
add
disabled:true,
after the module: line
-
@sdetweil I might have found the problem. it’s the backgroundslideshow. I disabled resizing and it hasn’t crashed yet. we will report again!
-
@jefftse cool…
-
I deleted your config posted above because you published all your secrets in it …
-
@karsten13 Ha! thank you!!! i totally overlooked it!! appreciated it!