Bug#354139: [PETSC #14441] Configure segfaults on Debian/HPPA

2007-01-19 Thread Adam C Powell IV
reassign 354139 python2.4 thanks Update: 2.3.2-3 (Patch level 8, --useThreads 0) builds successfully on ARM. The Killed message likely indicates a resource issue (e.g. out of memory) killed the -2 build without --useThreads 0. I'm pretty sure we can conclude this is a python or other toolchain

Bug#354139: [PETSC #14441] Configure segfaults on Debian/HPPA

2007-01-18 Thread Adam C Powell IV
Hello Satish and Matthias, Here's what I've tried so far with PETSc 2.3.2: * -1 Patch level 6: HPPA segfaulted with python2.3, took over 150 minutes with python2.4. * -2 Patch level 8, python 2.4: ARM died during checkDynamicLinker test; HPPA still took over 150

Bug#354139: [PETSC #14441] Configure segfaults on Debian/HPPA

2007-01-11 Thread Matthias Klose
reassign 354139 petsc thanks reassigning to petsc; please check if that is reproducible with python2.4 (if it's a python bug at all). Satish Balay writes: I guess you could try the configure option '--useThreads=0' and see if it works. Satish On Thu, 23 Feb 2006, Adam C Powell IV wrote:

Bug#354139: [PETSC #14441] Configure segfaults on Debian/HPPA

2007-01-11 Thread Satish Balay
Adam, Can you try the latest patchlevel and see if it works? There was a change in the threads code on the petsc side - for a performance problem with threads. [but 150min is a bit too long..] Satish On Thu, 11 Jan 2007, Adam C Powell IV wrote: Yes, it is reproducible with python2.4, as

Bug#354139: [PETSC #14441] Configure segfaults on Debian/HPPA

2007-01-11 Thread Adam C Powell IV
Yes, it is reproducible with python2.4, as recently as four days ago: http://buildd.debian.org/fetch.cgi?pkg=petscver=2.3.2-1arch=hppastamp=1168166295file=log ... Checking for already installed source dependencies... debhelper: missing python: already installed (2.4.4-2 = 2.2 is satisfied) ...

Bug#354139: [PETSC #14441] Configure segfaults on Debian/HPPA

2006-02-23 Thread Adam C Powell IV
I see. Thanks for the new info! -Adam On Thu, 2006-02-23 at 13:45 -0600, Matthew Knepley wrote: Adam C Powell IV [EMAIL PROTECTED] writes: Thanks. Looked at the log. It dies executing 'mkdir -p'. This makes heavy use of threads, select, and pipes, so any of them could die. In fact,

Bug#354139: [PETSC #14441] Configure segfaults on Debian/HPPA

2006-02-23 Thread Satish Balay
I guess you could try the configure option '--useThreads=0' and see if it works. Satish On Thu, 23 Feb 2006, Adam C Powell IV wrote: I see. Thanks for the new info! -Adam On Thu, 2006-02-23 at 13:45 -0600, Matthew Knepley wrote: Adam C Powell IV [EMAIL PROTECTED] writes: