Re: Segfault in python-binding
From: Enrico Scholz <enrico.scholz_at_informatik.tu-chemnitz.de>
Date: 2004-11-13 01:33:36 CET
enrico.scholz@informatik.tu-chemnitz.de (Enrico Scholz) writes:
> the program at http://www-user.tu-chemnitz.de/~ensc/pysvn.py segfaults
I digged a little bit more into it... The relevant, swig-generated code
| 2550 static PyObject *_wrap_svn_client_commit(PyObject *self, PyObject *args) {
This means, that 'temp1' (the commit_info_t result) is uninitialized when
In the noop case (nothing to commit; which is triggered by the example),
'svn_client_commit()' should initialize '*commit_info' everytime when
Enrico
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.