Comment 3 for bug 1764565

Revision history for this message
Corentin Noël (tintou) wrote :

Thank you for your bug report, we moved to GitHub ( https://github.com/elementary/appcenter )
Can you reopen an issue there and open AppCenter in gdb as we need more information to understand what is wrong in your system.
The steps to give us more information:
`killall io.elementary.appcenter`
`gdb io.elementary.appcenter` to enter gdb
`run`
make it crash
`bt`
`q` to quit gdb
and copy-paste the output of the `bt` into a new bug report in GitHub.
We might also need to know the name of your locale to verify that it's not a bug on the translations.

Regards