Calum Freeman
Calum Freeman
I've also realised that the way It's set up, everything is always in debug mode... The only way to fix that appears to have yet more build targets. I'll also...
I would also comment that these commits should probably all be squashed with a commit message that describes what changed rather than being split between so many commits. Something like:...
Its probably a good idea to do the libJyNI -> _libJyNI change so that it fits the direct caller wanting a debug build idea. I tried the ``` _debug: CFLAGS...
At some point you said that some iterators were implemented to some degree, the sequence iterator in particular. There are a number of iterators in different files, the sequence iterator...
Hi, I have managed to get a C debugger(gdb) to attach to a running jython process. Here is a rough guide as to how I did it (suggestions for improvements...
I've started to build a wiki page to answer this question, although it isn't done yet. There is some extra information on the wiki so I'll repost it here until...
This is also a problem for me, the segfault occurs when this snippet is called: ``` PyTypeObject *pytype = PyVTKClass_Add( &PyvtkPolyDataBooleanFilter_Type, PyvtkPolyDataBooleanFilter_Methods, "vtkPolyDataBooleanFilter", &PyvtkPolyDataBooleanFilter_StaticNew); ``` It's called from `vtkbool/build/CMakeFiles/vtkBoolPython/vtkPolyDataBooleanFilterPython.cxx`, which...