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

Check more information in python backtraces to identify non-duplicates #1495

Open
mzidek-gh opened this issue Jun 3, 2020 · 3 comments
Open

Comments

@mzidek-gh
Copy link
Contributor

Two Python backtraces with the following 'name/messsage' fields were reported as duplicates:

dasbus.error.DBusError: set_user_ssh_key: user tomas does not exis
dasbus.error.DBusError: mount failed: 32

But they are different errors. The backtrace looks almost the same, but the "message" and "exception" fields in the report are different. Maybe we can use them to detect these reports as non-duplicates.

Reference bug in anaconda:
https://bugzilla.redhat.com/show_bug.cgi?id=1812727

@xsuchy xsuchy added this to Needs triage in Issue review Jun 9, 2020
@xsuchy xsuchy moved this from Needs triage to Maybe in Issue review Jun 9, 2020
@poncovka
Copy link

Hi, at this moment, there are about 13 duplicates or detected similar issues of the bug 1812727, but none of them is related to the original bug. Can we do something on the Anaconda's side to stop it?

@ernestask
Copy link
Collaborator

It’s entirely the product of the weird threading code in Anaconda.

@poncovka
Copy link

The problem is not caused by threads, but processes. Anaconda was split to something like a back-end (represented by DBus services) and a front-end (text and graphical UI). These bugs are caused by back-end errors that are propagated to the front-end. Therefore, the tracebacks start with a DBus call and are not "complete", because we are not able to propagate the first part of the traceback to the UI. I don't think that Anaconda is the only application that works this way.

@xsuchy xsuchy moved this from Maybe to Yes in Issue review Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants