YunoHost-Apps / calckey_ynh

Calcket package for YunoHost
https://i.calckey.cloud/
GNU Affero General Public License v3.0
9 stars 7 forks source link

Workers die immediately after spawning with "trap invalid opcode" in dmesg #42

Open fossmanjack opened 1 year ago

fossmanjack commented 1 year ago

Describe the bug

Workers die immediately after spawning with the following error in dmesg:

Context

yunohost:
repo: stable
version: 11.1.21.4
yunohost-admin:
repo: stable
version: 11.1.10
moulinette:
repo: stable
version: 11.1.4
ssowat:
repo: stable
version: 11.1.4

Steps to reproduce

Install Calckey to secondary domain

Expected behavior

Workers should not die upon spawning.

Logs

Install: https://paste.yunohost.org/raw/ehuvekeseg

nginx domain error:

2023/06/22 02:27:46 [error] 9469#9469: *13859513 connect() failed (111: Connection refused) while connecting to upstream, client: xx.xx.xx.xx, server: myhost.org, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:3020/", host: "myhost.org"

Journal:

Jun 22 02:19:41 myhost.town npm[31938]: (node:31938) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syn>
Jun 22 02:19:41 myhost.town npm[31938]: (Use `node --trace-warnings ...` to show where the warning was created)                                                                                 
Jun 22 02:19:43 myhost.town npm[31938]: (node:31938) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time                                        
Jun 22 02:19:50 myhost.town npm[31454]: ERR  *        [core cluster]        [11] died :(

(Repeat for each spawned worker)

/var/log/messages:

Jun 23 20:04:59 myhost kernel: [81392.870690] traps: Calckey (worker[225232] trap invalid opcode ip:7f26d2cc68d3 sp:7ffdfe003ed0 error:0 in libvips-cpp.so.42[7f26d2ab3000+a42000]

(Repeat for each spawned worker with slightly different addresses)

This is almost certainly upstream but I'm posting here per forum suggestions.

lapineige commented 1 year ago

Upstream issue : https://codeberg.org/calckey/calckey/issues/10352