Re: panic: Stray timeout

2015-09-03 Thread Jean-Sébastien Pédron
On 03.09.2015 20:24, Andriy Gapon wrote: > On 30/08/2015 22:05, Andriy Gapon wrote: >> On 30/08/2015 21:37, Oliver Pinter wrote: >>> You have a running Xorg with radeonkms driver, and this issue >>> occurrence under high load (for example parallel buildworld)? >> >> I use radonkms indeed and

Re: panic: Stray timeout

2015-09-03 Thread Andriy Gapon
On 30/08/2015 22:05, Andriy Gapon wrote: > On 30/08/2015 21:37, Oliver Pinter wrote: >> You have a running Xorg with radeonkms driver, and this issue >> occurrence under high load (for example parallel buildworld)? > > I use radonkms indeed and judging from ta_func = ttm_bo_delayed_workqueue it

Re: panic: Stray timeout

2015-09-03 Thread Andriy Gapon
On 31/08/2015 22:10, Hans Petter Selasky wrote: > Hi Andriy, > > On 08/31/15 18:46, Andriy Gapon wrote: >> On 30/08/2015 22:09, Andriy Gapon wrote: >>> On 30/08/2015 19:16, Konstantin Belousov wrote: This is strange, I do not think that could be a right explanation of this issue. The

Re: panic: Stray timeout

2015-08-31 Thread Andriy Gapon
On 30/08/2015 22:09, Andriy Gapon wrote: > On 30/08/2015 19:16, Konstantin Belousov wrote: >> This is strange, I do not think that could be a right explanation of this >> issue. The taskqueue callout is initialized with the mutex, which means >> that the callout_stop() caller >> - must own the

Re: panic: Stray timeout

2015-08-31 Thread Hans Petter Selasky
Hi Andriy, On 08/31/15 18:46, Andriy Gapon wrote: On 30/08/2015 22:09, Andriy Gapon wrote: On 30/08/2015 19:16, Konstantin Belousov wrote: This is strange, I do not think that could be a right explanation of this issue. The taskqueue callout is initialized with the mutex, which means that

Re: panic: Stray timeout

2015-08-31 Thread Jean-Sébastien Pédron
On 30.08.2015 21:05, Andriy Gapon wrote: > On 30/08/2015 21:37, Oliver Pinter wrote: >> You have a running Xorg with radeonkms driver, and this issue >> occurrence under high load (for example parallel buildworld)? > > I use radonkms indeed and judging from ta_func = ttm_bo_delayed_workqueue it

Re: panic: Stray timeout

2015-08-31 Thread Oliver Pinter
On 8/31/15, Jean-Sébastien Pédron wrote: > On 30.08.2015 21:05, Andriy Gapon wrote: >> On 30/08/2015 21:37, Oliver Pinter wrote: >>> You have a running Xorg with radeonkms driver, and this issue >>> occurrence under high load (for example parallel buildworld)? >> >> I use

Re: panic: Stray timeout

2015-08-31 Thread Jean-Sébastien Pédron
On 31.08.2015 12:58, Oliver Pinter wrote: > I got this panic, and I have somewhere a kernel and a coredump on my > other machine. I got this panic only when I put my machine under heavy > load and use X with randonkms driver. > When I didn't use X and start the build under vt, I newer got this

Re: panic: Stray timeout

2015-08-30 Thread Andriy Gapon
On 30/08/2015 21:37, Oliver Pinter wrote: You have a running Xorg with radeonkms driver, and this issue occurrence under high load (for example parallel buildworld)? I use radonkms indeed and judging from ta_func = ttm_bo_delayed_workqueue it was involved. But there was no steady system load

Re: panic: Stray timeout

2015-08-30 Thread Andriy Gapon
On 30/08/2015 19:16, Konstantin Belousov wrote: This is strange, I do not think that could be a right explanation of this issue. The taskqueue callout is initialized with the mutex, which means that the callout_stop() caller - must own the mutex; - is synchronous with the callout. In other

Re: panic: Stray timeout

2015-08-30 Thread Oliver Pinter
On 8/30/15, Andriy Gapon a...@freebsd.org wrote: I've got the following kernel panic seemingly at random. I have been using the kernel for about a week without any issues and I wasn't doing anything special when the panic occurred. Does this panic ring any bells? Could the problem be