[issue12755] Service application crash in python25!PyObject_Malloc

Chandra Sekhar Reddy report at bugs.python.org
Tue Aug 16 12:00:54 CEST 2011


Chandra Sekhar Reddy <sanch09 at ca.com> added the comment:

Hi Amaury,

Thanks for your update on the issue.

Here are few details of our application adem.exe

1. We have three c-projects namely, AdemCube, wv, CAM, the output of the build binaries will give us _ADEMCube.pyd, _wv.pyd, _cam.pyd

2. The main project is spider project which is in python, this python code will make us of the above libraries. The output of this project will result in adem.exe

The adem.exe when it executes it internally calls methods to above libraries explained in point 1. Here in this library we use call to the method below

 PyErr_SetString(CubeError, errorString);

The call to this method is internally calls PyString_FromStringAndSize() which internally calls PyObject_Malloc(). This is the place where it is crashing.

Please let me know if you need any information.

Thanks,
-Chandra

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12755>
_______________________________________


More information about the Python-bugs-list mailing list