------- Comment From dougm...@us.ibm.com 2018-04-23 16:14 EDT------- Regarding the "init" condition of the work item in the crash analysis, besides INIT_WORK() this condition would also be present after using list_del_init(), which is done just prior to executing the work function. So, if multiple pools were pointing to this work item, when one (any, all) starts to execute it then this condition will exist. This state should show the work item removed from the pool, although it is only possible for that remove to work for one pool (the last one to which the entry was added), and any other pools will not be able to get rid of that work item. The exact result of all this is still not clear, but it seems there are several possible ways that the tasks get effectively hung.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762844 Title: ISST-LTE:KVM:Ubuntu1804:BostonLC:boslcp3: Host crashed & enters into xmon after moving to 4.15.0-15.16 kernel To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1762844/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs