Forum Discussion
gebau00a
Jul 15, 2021Copper Contributor
Linux Edge Beta: Problem with Systemd 249
When upgrade on Arch/Manjaro to systemd-249, Edge Beta runs into a segmentation fault. [0712/162714.224569:ERROR:elf_dynamic_array_reader.h(61)] tag not found
[0712/162714.224685:ERROR:elf_dynamic_...
gagdgdfgahrreh
Jul 16, 2021Copper Contributor
I have met the same problem with microsoft-edge-dev (almost all versions of 91-93 except 92.0.891.1-1 ) on Arch Linux (with https://aur.archlinux.org/packages/microsoft-edge-dev-bin/).
After using gdb to trace it, it shows that the problem was caused by
Thread 82 "msedge" received signal SIGSEGV, Segmentation fault.
Thread 82 (Thread 0x7fffc8a5e640 (LWP 16455) "msedge"):
#0 0x000055555aff8502 in ()
#1 0x00007fffc8a5d0c0 in ()
#2 0x00007fffc817c337 in () at /usr/lib/libnss_resolve.so.2
It indicates that this is a problem with https://archlinux.org/packages/core/x86_64/systemd-libs/ (current version 249). After I downgrade it to version 248, the microsoft-edge-dev works normally.
I thought that this is a problem of edge.
- ThabulosAug 03, 2021Copper ContributorYou are a genius!