If you’ve ever experienced a crash in a Flatpak application, you might have noticed that there is no notification coming from ABRT for it, and maybe you even noticed some strange messages in the system journal:
The latest release of FAF comes with two major changes.
As you know from a previous blog post, lately we have been dealing with catching unhandled exceptions from inside of containers.
In recent blog posts container-exception-logger (CEL) and catching unhandled Python exceptions we’ve introduced new tools for containers. Adding the tools to your Fedora container allows you to catch Python exceptions in the container and get logs of them to the host.
Previously, there wasn’t a way how to easily get information from inside of a container to a host. Therefore, we’ve developed a new tool container-exception-logger which allows you to send data from the container to host log. The main reason why we’ve created this tool is to get users to know about problems which appear inside of containers.