¡@

Home 

python Programming Glossary: segfault

What causes a Python segmentation fault?

http://stackoverflow.com/questions/10035541/what-causes-a-python-segmentation-fault

prompt gdb python gdb run path to script.py ## wait for segfault ## gdb backtrace ## stack trace of the c code share improve..

How to debug C extensions for Python on Windows

http://stackoverflow.com/questions/11713701/how-to-debug-c-extensions-for-python-on-windows

extensions for Python on Windows I have a problem with a segfault in pyodbc and would like to debug it in Windows XP x86. However..

Segmentation fault: 11 in OS X

http://stackoverflow.com/questions/19531969/segmentation-fault-11-in-os-x

the original design flaw in history indexing now causes a segfault on 10.9 when the user types in the second command interactively...

python tracing a segmentation fault

http://stackoverflow.com/questions/2663841/python-tracing-a-segmentation-fault

I'm developing C extensions from python ad I obtain some segfaults inevitable during the development... . I'm searching a way.. . I'm searching a way to display at which line of code the segfault happens an idea is like tracing every single line of code how..

Python: single instance of program

http://stackoverflow.com/questions/380870/python-single-instance-of-program

that program is expected to fail sometimes i.e. segfault so things like lock file won't work Update the solutions offered..

Multi-dimensional char array (array of strings) in python ctypes

http://stackoverflow.com/questions/4101536/multi-dimensional-char-array-array-of-strings-in-python-ctypes

1 bad works not what I need. strings 1 2 'd' this will segfault. return char input foo bar cfunction input Since the array that..

Python PyGILState_{Ensure/Release} causes segfault while returning to C++ from Python code

http://stackoverflow.com/questions/4866701/python-pygilstate-ensure-release-causes-segfault-while-returning-to-c-from-p

PyGILState_ Ensure Release causes segfault while returning to C from Python code UPDATE Well it looks..

Passing Numpy arrays to a C function for input and output

http://stackoverflow.com/questions/5862915/passing-numpy-arrays-to-a-c-function-for-input-and-output

modified. And in fact if I call the function again I get a segfault. Which doesn't surprise me I really don't know what I'm doing..

Print \r correctly in console

http://stackoverflow.com/questions/6125692/print-r-correctly-in-console

Error with Python ctypes and librsvg

http://stackoverflow.com/questions/6142757/error-with-python-ctypes-and-librsvg

of librsvg with ctypes for Python but I'm getting a segfault. C pycairo excerpt typedef struct PyObject_HEAD cairo_t ctx.. entire story here but this modification at least does not segfault. Try this librsvg.rsvg_handle_render_cairo c_void_p self.handle..

Security of Python's eval() on untrusted strings?

http://stackoverflow.com/questions/661084/security-of-pythons-eval-on-untrusted-strings

Eval really is dangerous for examples of input that will segfault the CPython interpreter give access to any class you like and..

If monkey patching is permitted in both Ruby and Python, why is it more controversial in Ruby?

http://stackoverflow.com/questions/717506/if-monkey-patching-is-permitted-in-both-ruby-and-python-why-is-it-more-controve

you can screw up badly and your program can crash. I can segfault in C pretty easily too. And Java apps can die flaming death...

Py_initialize / Py_Finalize not working twice with numpy

http://stackoverflow.com/questions/7676314/py-initialize-py-finalize-not-working-twice-with-numpy

numpy On the second call of the following code my app segfault so I guess I am missing something Py_Initialize pName PyString_FromString..

Python running out of memory parsing XML using cElementTree.iterparse

http://stackoverflow.com/questions/7697710/python-running-out-of-memory-parsing-xml-using-celementtree-iterparse

errors like an IndexError and a stack trace instead of a segfault. But why is it crashing python memory management memory leaks..