Matt Jakeman
Matt Jakeman
String freeze for v0.3.0 is in effect. There will be no changes to translation strings from now until the release date. - **Est. Release Date:** March 27
Major update v0.3.0 has been released. - **Release Notes:** https://github.com/mjakeman/extension-manager/releases/tag/v0.3.0 - **Flathub Update:** https://github.com/flathub/com.mattjakeman.ExtensionManager/pull/8
Minor update v0.3.1 has been released. - **Release Notes:** https://github.com/mjakeman/extension-manager/releases/tag/v0.3.1 - **Flathub Update:** https://github.com/flathub/com.mattjakeman.ExtensionManager/pull/9
Minor update v0.3.2 has been released. - **Release Notes:** https://github.com/mjakeman/extension-manager/releases/tag/v0.3.2 - **Flathub Update:** https://github.com/flathub/com.mattjakeman.ExtensionManager/pull/10
String freeze for v0.4 is in effect. There will be no changes to translation strings from now until the release date. - **Est. Release Date:** October 3
Major update v0.4.0 has been released. - **Release Notes:** https://github.com/mjakeman/extension-manager/releases/tag/v0.4.0 - **Flathub Update:** https://github.com/flathub/com.mattjakeman.ExtensionManager/pull/12
This will be a problem somewhere in the networking code. Unfortunately as I don't have any kind of system proxy to connect to, I'm not able to debug this myself...
Hi @elenio72, could you attach the output of the `bt` (backtrace) command when using `gdb`? The attached backtraces do not include function signatures so I can't tell where the crash...
>``` >(gdb) bt >#0 0x00007f1e0990440b in ?? () >#1 0x00007f1e099144f3 in ?? () >#2 0x000009c9b0e0f15b in ?? () >#3 0x0000000000000000 in ?? () >``` Ah, that means debug symbols are...
I've now pushed Extension Manager 0.4 to Flathub Beta. It has a built in crash monitor which will generate a report after crashing. Since I don't have access to a...