Opened 9 years ago
Closed 9 years ago
#5450 closed Bug (fixed)
double-call to exit results in two new threads calling tr_sessionClose()
Reported by: | jordan | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | 2.82 |
Component: | GTK+ Client | Version: | 2.81 |
Severity: | Normal | Keywords: | |
Cc: |
Description (last modified by jordan)
As reported in downstream ticket https://bugzilla.redhat.com/show_bug.cgi?id=991695. In the backtrace, notice there are two separate threads with calls to tr_sessionClose(), and the second one is passing NULL into it because the GTK+ client's core session has already been disposed by the first call.
Once shutdown has started, subsequent requests to shutdown are just extra noise and should be discarded.
Change History (2)
comment:1 Changed 9 years ago by jordan
- Description modified (diff)
- Status changed from new to assigned
comment:2 Changed 9 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r14154