Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

This project is archived. Its data is read-only.
Immediate crash on launch
# Description: Electron crashes immediately on launch. ``` $ electron29 /usr/lib/electron29/electron[12660]: ../../third_party/electron_node/src/node_builtins.cc:328:MaybeLocal<Function> node::builtins::BuiltinLoader::LookupAndCompileInternal(Local<Context>, const char *, std::vector<Local<String>> *, Realm *): Assertion `(this) == (optional_realm->env()->builtin_loader())' failed. 1: 0x60cdf82aae36 [/usr/lib/electron29/electron] 2: 0x60cdf82aaabd [/usr/lib/electron29/electron] 3: 0x60cdf8287f88 [/usr/lib/electron29/electron] 4: 0x60cde6f4a721 [/usr/lib/electron29/electron] 5: 0x60cde6f47225 [/usr/lib/electron29/electron] 6: 0x60cdf8382292 [/usr/lib/electron29/electron] 7: 0x60cdec201fc7 [/usr/lib/electron29/electron] Received signal 6 #0 0x60cdf08cfa13 (/usr/lib/electron29/electron+0xe66ca12) #1 0x60cdf08ab354 (/usr/lib/electron29/electron+0xe648353) #2 0x60cdf08cf32b (/usr/lib/electron29/electron+0xe66c32a) #3 0x732049dc5770 (/usr/lib/libc.so.6+0x3c76f) #4 0x732049e1632c (/usr/lib/libc.so.6+0x8d32b) #5 0x732049dc56c8 gsignal #6 0x732049dad4b8 abort #7 0x60cdf82aae45 (/usr/lib/electron29/electron+0x16047e44) #8 0x60cdf82aaabd (/usr/lib/electron29/electron+0x16047abc) #9 0x60cdf8287f88 (/usr/lib/electron29/electron+0x16024f87) #10 0x60cde6f4a721 (/usr/lib/electron29/electron+0x4ce7720) #11 0x60cde6f47225 (/usr/lib/electron29/electron+0x4ce4224) #12 0x60cdf8382292 (/usr/lib/electron29/electron+0x1611f291) #13 0x60cdec201fc7 (/usr/lib/electron29/electron+0x9f9efc6) r8: 0000000000000000 r9: 0000000000000001 r10: 0000000000000008 r11: 0000000000000246 r12: 0000227800084000 r13: 0000000000000006 r14: 0000732049f626a0 r15: 00002278002a6918 di: 0000000000003174 si: 0000000000003174 bp: 0000732046909940 bx: 0000000000003174 dx: 0000000000000006 ax: 0000000000000000 cx: 0000732049e1632c sp: 00007fff3ae7c3d0 ip: 0000732049e1632c efl: 0000000000000246 cgf: 002b000000000033 erf: 0000000000000000 trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000 [end of stack trace] [1] 12660 IOT instruction (core dumped) electron29 ``` Debug log: [gdb.log](/uploads/33120a6f41eb054bda505677a31da300/gdb.log) # Additional info: electron29 29.0.1-1 # Steps to reproduce: 1. Simply run it.
issue