← Back to team overview

openerp-india team mailing list archive

[Bug 1023318] Re: [6.1] Segmentation Fault

 

The previous post I added was probably wrong, I too received a Segfault
which was related with etree.so[7fc62ac2a000+109000]

The etree.so file is coming from the lxml python package, however, they
again state you should upgrade to the latest versions of libxml2 and
libxslt before reporting any bugs. In my case I found both of these
packages where out of date and have now done upgrade of the following
packages:

apt-get update
apt-get install python-libxml2 python-libxslt1 xsltproc libxml2 libxslt1.1  

Hopefully this fix things, however I did also do some changes to /etc/security/limits.conf adding the lines: 
openerp         soft    sigpending      16380
openerp         soft    memlock         63
openerp         soft    data            300000
openerp         hard    core            100000
openerp         soft    stack           8096
openerp         hard    stack           16384

The soft limits should cause warning messages in /var/log/messages,
whereas the hard limits should crash the system. You can use "ulimit -a"
to see all your current system resource limits.

-- 
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


References