Forum Discussion
josh_bodner
Mar 23, 2021Former Employee
Dev channel update to 91.0.831.1 is live
Hello Insiders! Today we’re releasing build 91.0.831.1 to the Dev channel. To start out, we’ve got two big features we’re excited to unveil, as well as some other exciting community updates:
...
mkathe
Mar 27, 2021Copper Contributor
I am on Ubuntu 20.04.2 (latest updates installed) and when I tried to run Edge (91.0.831.1-1) after installing the .deb file (installed cleanly), it gives me the message; "Trace/breakpoint trap (core dumped)". There's no core file generated to permit analysis. Could you provide some pointers to resolve this issue?
mkathe
Mar 27, 2021Copper Contributor
Okay mkathe (which is myself), got to the root of the problem, thanks to frigo for the tip about locating the core file.
The problem of a crash on startup occurs because of the absence of certain library functions from the default install of Ubuntu 20.04.2, even if all the updates have been installed.
Problem can be resolved by issuing "sudo apt install -f" after installing the .deb for Edge. This should install the required library (libatomic) automatically and prevent further crashes.
The problem of a crash on startup occurs because of the absence of certain library functions from the default install of Ubuntu 20.04.2, even if all the updates have been installed.
Problem can be resolved by issuing "sudo apt install -f" after installing the .deb for Edge. This should install the required library (libatomic) automatically and prevent further crashes.