One way you might mitigate segmentation faults with Python is to
increase the stack size.

This is system specific, but under Linux you can find your current stack size 
using:
ulimit -s

You can try to increase it until the segfault does not happen anymore. 
ulimit -s <new size>

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1023318

Title:
  [6.1] Segmentation Fault

Status in OpenERP Server:
  Invalid

Bug description:
  
  Since a couple of weeks we are getting a 'Segmentation Fault' error.

  After a short investigation we saw in the syslog file the follow error
  a couple of times:

  python[1785]: segfault at 3c ip 00007f36eecd311a sp 00007f36e8193350
  error 4 in etree.so[7f36eec19000+109000]

  We don't if this is error occurred after installing a module or not.

  
  Info:
  Server : 4232
  Webclient: 2397
  Addons: 6880

  Python : 2.6.6
  Debian : 6.0.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1023318/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~openerp-india
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-india
More help   : https://help.launchpad.net/ListHelp

Reply via email to