Re: Apparent regression in r250359

2013-05-10 Thread Dennis Glatting
This patch works on one of my 9.1 systems in addition to my CURRENT system. On Thu, 9 May 2013, Jim Ohlstein wrote: On 05/09/13 12:04, Konstantin Belousov wrote: On Thu, May 09, 2013 at 11:42:28AM -0400, Jim Ohlstein wrote: On 05/09/13 10:30, Konstantin Belousov wrote: On Thu, May 09, 2

Re: Apparent regression in r250359

2013-05-09 Thread Dennis Glatting
This patch allows my AMD CURRENT to complete boot without core dumping. I was also able to recompile/reinstall lang/gcc48 without trouble. My 9.1 systems are busy but I may be able to give it a try tomorrow. On Thu, 2013-05-09 at 13:17 -0400, Jim Ohlstein wrote: > On 05/09/13 12:04, Konstanti

Re: Apparent regression in r250359

2013-05-09 Thread Konstantin Belousov
On Thu, May 09, 2013 at 01:17:28PM -0400, Jim Ohlstein wrote: > On 05/09/13 12:04, Konstantin Belousov wrote: > > Hm, I see another bug in the next line as well. Could you try this > > updated patch ? > > This does work. Committed to head, should be merged back to stable/9 in three days. pgpZNl

Re: Apparent regression in r250359

2013-05-09 Thread Jim Ohlstein
On 05/09/13 12:04, Konstantin Belousov wrote: On Thu, May 09, 2013 at 11:42:28AM -0400, Jim Ohlstein wrote: On 05/09/13 10:30, Konstantin Belousov wrote: On Thu, May 09, 2013 at 10:13:15AM -0400, Jim Ohlstein wrote: # sysctl hw.model hw.model: AMD FX(tm)-8350 Eight-Core Processor Ahh, so it s

Re: Apparent regression in r250359

2013-05-09 Thread Konstantin Belousov
On Thu, May 09, 2013 at 11:42:28AM -0400, Jim Ohlstein wrote: > On 05/09/13 10:30, Konstantin Belousov wrote: > > On Thu, May 09, 2013 at 10:13:15AM -0400, Jim Ohlstein wrote: > >> # sysctl hw.model > >> hw.model: AMD FX(tm)-8350 Eight-Core Processor > > Ahh, so it seems that this is a CPU with the

Re: Apparent regression in r250359

2013-05-09 Thread Jim Ohlstein
On 05/09/13 10:30, Konstantin Belousov wrote: On Thu, May 09, 2013 at 10:13:15AM -0400, Jim Ohlstein wrote: # sysctl hw.model hw.model: AMD FX(tm)-8350 Eight-Core Processor Ahh, so it seems that this is a CPU with the LWP. Please try the patch at the end of message. Same error As another w

Re: Apparent regression in r250359

2013-05-09 Thread Konstantin Belousov
On Thu, May 09, 2013 at 10:13:15AM -0400, Jim Ohlstein wrote: > # sysctl hw.model > hw.model: AMD FX(tm)-8350 Eight-Core Processor Ahh, so it seems that this is a CPU with the LWP. Please try the patch at the end of message. As another workaround, which does not disable AVX support, you could try

Re: Apparent regression in r250359

2013-05-09 Thread Jim Ohlstein
On 05/09/13 01:30, Konstantin Belousov wrote: On Wed, May 08, 2013 at 01:14:52PM -0400, Jim Ohlstein wrote: Hello, I upgraded my (custom) kernel earlier and found that multiple daemons (cups, hal, syslog, ntpd, csh) crashed and dumped cores at or shortly after boot. The error I saw several tim

Re: Apparent regression in r250359

2013-05-08 Thread Konstantin Belousov
On Wed, May 08, 2013 at 01:14:52PM -0400, Jim Ohlstein wrote: > Hello, > > I upgraded my (custom) kernel earlier and found that multiple daemons > (cups, hal, syslog, ntpd, csh) crashed and dumped cores at or shortly > after boot. > > The error I saw several times on the console was: > > set_f

Apparent regression in r250359

2013-05-08 Thread Jim Ohlstein
Hello, I upgraded my (custom) kernel earlier and found that multiple daemons (cups, hal, syslog, ntpd, csh) crashed and dumped cores at or shortly after boot. The error I saw several times on the console was: set_fpcontext err 22 I recompiled using the GENERIC kernel and saw the same error.