Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1665183 > unrolled thread
| Started by | Tejun Heo <tj@kernel.org> |
|---|---|
| First post | 2017-06-13 23:00 +0200 |
| Last post | 2017-06-13 23:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: WARNING: CPU: 2 PID: 7 at kernel/workqueue.c:2041 process_one_work Tejun Heo <tj@kernel.org> - 2017-06-13 23:00 +0200
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Date | 2017-06-13 23:00 +0200 |
| Subject | Re: WARNING: CPU: 2 PID: 7 at kernel/workqueue.c:2041 process_one_work |
| Message-ID | <tS14S-4hr-25@gated-at.bofh.it> |
On Tue, May 30, 2017 at 01:24:06PM +0530, Abdul Haleem wrote: > Hi, > > Test : stress-ng > Machine : Power 8 Bare Metal > Kernel : 4.12.0-rc3 > Config : attached > gcc version: 4.8.5 > > > In file kernel/workqueue.c at line 2041 > > /* ensure we're on the correct CPU */ > WARN_ON_ONCE(!(pool->flags & POOL_DISASSOCIATED) && > raw_smp_processor_id() != pool->cpu); > > > WARN_ON_ONCE() is being triggered on Linus mainline kernel (4.12.0-rc3) > when running stress-ng test. > > > request_module: runaway loop modprobe net-pf-10 > request_module: runaway loop modprobe net-pf-10 > hrtimer: interrupt took 500359 ns > RT Watchdog Timeout (hard): stress-ng-rlimi[80236] Paul and Steven reported the same problem a while back. Debugging on the following thread. http://lkml.kernel.org/r/<20170501165747.GA993@linux.vnet.ibm.com> Thanks. -- tejun
Back to top | Article view | linux.kernel
csiph-web