Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mailnag occasionally crashes #239

Open
jdchristensen opened this issue Dec 20, 2022 · 1 comment
Open

mailnag occasionally crashes #239

jdchristensen opened this issue Dec 20, 2022 · 1 comment

Comments

@jdchristensen
Copy link
Contributor

Once or twice a week, mailnag crashes and needs to be restarted. I think these are the logged messages from a crash last week. Any ideas how to debug this?

/usr/lib/python3/dist-packages/gi/overrides/GLib.py:497: Warning: g_object_ref: assertion '!object_already_finalized' failed super(MainLoop, self).run()
/usr/lib/python3/dist-packages/gi/overrides/GLib.py:497: Warning: instance of invalid non-instantiatable type '-g-type-private--dependants-array' super(MainLoop, self).run()
/usr/lib/python3/dist-packages/gi/overrides/GLib.py:497: Warning: g_signal_emit_valist: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed super(MainLoop, self).run()
/usr/lib/python3/dist-packages/gi/overrides/GLib.py:497: Warning: invalid uninstantiatable type '-g-type-private--dependants-array' in cast to 'GObject' super(MainLoop, self).run()
/usr/lib/python3/dist-packages/gi/overrides/GLib.py:497: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed super(MainLoop, self).run()
malloc_consolidate(): unaligned fastbin chunk detected
@Matthew-Wai
Copy link

Try running the following command to view the logs:

journalctl -b _COMM=mailnag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants