Re: [Pythonmac-SIG] seg fault in intelOSX+python2.4

2007-08-31 Thread David Worrall
Thanks for your feedback Ronald. The file is quite large: 4-5 GB pytables buffers the data and controlling the buffer size occasionally stops or slows the rot. The code has been tested under Linux without incident. [EMAIL PROTECTED], one of the developers of pytables wrote: > A Tuesday 21 August

Re: [Pythonmac-SIG] seg fault in intelOSX+python2.4

2007-08-31 Thread Ronald Oussoren
David, It might be stacksize related, you could try to to increase that to see if that helps. If you use bash you can use the following procedure to increase the stack size: $ ulimit -Hs $ ulimit -s This increases the stacksize limit to the hard limit for the stack size. This wouldn't be re

Re: [Pythonmac-SIG] Strange failure on 'python setup.py build' after 10.4.10 update

2007-08-31 Thread Edward Hartley
From: [EMAIL PROTECTED] Date: 30 August 2007 23:26:46 BDT To: [email protected] Subject: [Pythonmac-SIG] Strange failure on 'python setup.py build' after 10.4.10 update My G5 at work has started spitting out this message when I try to build a python package from source. The previou

Re: [Pythonmac-SIG] Strange failure on 'python setup.py build' after 10.4.10 update

2007-08-31 Thread cygnusxlist
On Aug 31, 2007, at 8:17 AM, Edward Hartley wrote: >> >> From: [EMAIL PROTECTED] >> Date: 30 August 2007 23:26:46 BDT >> To: [email protected] >> Subject: [Pythonmac-SIG] Strange failure on 'python setup.py >> build' after 10.4.10 update >> >> >> My G5 at work has started spitting out th