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_array_reader.h(61)] tag not found
[0712/162714.224837:ERROR:elf_dynamic_array_reader.h(61)] tag not found
[0712/162714.225592:WARNING:minidump_to_upload_parameters.cc(36)] duplicate key guid, discarding value 2e02ba1877db4ae699c82f7d7472aaf5
zsh: segmentation fault (core dumped) microsoft-edge-beta
Further debug cannot be produced for MS Edge due to the missing debug symbols.
https://aur.archlinux.org/packages/microsoft-edge-beta-bin
Only solution for now is to avoid upgrading systemd.
- gagdgdfgahrrehCopper 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 AUR).
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 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.
- ThabulosCopper ContributorYou are a genius!