Re: LWLock deadlock and gdb advice

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Heikki <hlinnaka(at)iki(dot)fi>, Peter Geoghegan <pg(at)heroku(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: LWLock deadlock and gdb advice
Date: 2015-07-29 16:35:42
Message-ID: CAMkU=1wb3QnV8g9fBCGFDWg4OF-FULmRmKm+yK3odQtQrA2z=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 29, 2015 at 9:26 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:

> On 2015-07-29 09:23:32 -0700, Jeff Janes wrote:
> > On Tue, Jul 28, 2015 at 9:06 AM, Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
> wrote:
> > I've reproduced it again against commit b2ed8edeecd715c8a23ae462.
> >
> > It took 5 hours on a 8 core "Intel(R) Xeon(R) CPU E5-2650".
> >
> > I also reproduced it in 3 hours on the same machine with both
> JJ_torn_page
> > and JJ_xid set to zero (i.e. turned off, no induced crashes), so the
> > fault-injection patch should not be necessary to get the issue..
>
> Hm, that's a single socket or dual socket E5-2650 system? That CPU
> itself has 8 cores, and can work in a dual socket system, that's why I
> ask.
>

It is a virtual machine, and I think a property of the VM software is that
any given virtual machine can only run on one socket of the underlying
hardware. The real machine is dual socket, though.

Cheers,

Jeff

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-29 16:37:53 Re: Supporting TAP tests with MSVC and Windows
Previous Message Andres Freund 2015-07-29 16:26:15 Re: LWLock deadlock and gdb advice