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?
- josh_bodnerApr 01, 2021Former EmployeeWe just released a new Dev build today, does the same thing happen with it?
- mkatheMar 27, 2021Copper ContributorOkay 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. - frigoMar 27, 2021Copper Contributor
mkathe cores on Ubuntu are forwarded to apport, and get archived, together with the cmdline used to start the program, into .crash files under /var/crash, that you can extract with apport-unpack. hope this helps... You should also have something logged in the journal.