intermittent hang in TestClientInput
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
High
|
Alexandros Frantzis | ||
mir (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
mir (Ubuntu RTM) |
Fix Released
|
High
|
Unassigned |
Bug Description
Only see once and not reproduced since. I was testing issues with concurrent tests and so don't have complete information about this occurrence. I have a test instance hung with the call stack:
#0 0x00007fc0ec75d66b in pthread_join (threadid=
#1 0x00007fc0ebc729e7 in std::thread::join() () from /usr/lib/
#2 0x00000000006c5f24 in tear_down (this=0x14ace08) at /home/alan/
#3 (anonymous namespace)
at /home/alan/
It looks like this is teardown from TestClientInput
Related branches
tags: | added: testsfail |
summary: |
- internittent hang in TestClientInput + intermittent hang in TestClientInput |
tags: | added: input |
Changed in mir (Ubuntu): | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in mir: | |
status: | Fix Committed → Fix Released |
Changed in mir (Ubuntu): | |
status: | Triaged → Fix Released |
Changed in mir: | |
status: | Fix Released → Fix Committed |
Changed in mir (Ubuntu): | |
status: | Fix Released → Triaged |
Changed in mir: | |
status: | Fix Committed → Fix Released |
Changed in mir (Ubuntu RTM): | |
importance: | Undecided → High |
status: | New → Triaged |
A bit of poking around the instance confirmed which test was hanging but little else. (I'll have a core and the build hanging around for a day or so if there are any ideas what to look for.)