Re: [Libmesh-devel] Mutex lock-up when using periodic boundary conditions in debug mode

2010-10-27 Thread Roy Stogner
On Mon, 25 Oct 2010, David Andrs wrote: > I think I found a bug when I was working on the periodic-boundary patch > (submitted earlier today). If I compiled libmesh in debug mode and ran my > application, it locked up. I figured out that point_locator() is called > (mesh_base.C line 287), it al

Re: [Libmesh-devel] Mutex lock-up when using periodic boundary conditions in debug mode

2010-10-25 Thread Derek Gaston
Just to be clear... this is happening when compiling libMesh with TBB support. Without TBB everything is fine (obviously). Derek On Oct 25, 2010, at 2:23 PM, David Andrs wrote: > Hi! > > I think I found a bug when I was working on the periodic-boundary patch > (submitted earlier today). If

[Libmesh-devel] Mutex lock-up when using periodic boundary conditions in debug mode

2010-10-25 Thread David Andrs
Hi! I think I found a bug when I was working on the periodic-boundary patch (submitted earlier today). If I compiled libmesh in debug mode and ran my application, it locked up. I figured out that point_locator() is called (mesh_base.C line 287), it allocated a mutex and then it called a constr