Re: Perl binding not fully reentrant

2011-03-28 Thread Daniel Ruoso
2011/3/28 Stefan Sperling : > The same problem probably exists at the C API level. > Can you provide more details about the "mixed up state" you are seeing? What was happening was that the outer log was having a premature exit (no die). > And how are you invoking the function? Is a working copy i

Re: Perl binding not fully reentrant

2011-03-28 Thread Stefan Sperling
On Mon, Mar 28, 2011 at 09:58:35AM -0400, Daniel Ruoso wrote: > Hi, > > I was navigating in svn logs from Perl, and when I tried to call the log > method from within a log callback, the states got mixed up between the inner > and outer calls. > The same problem probably exists at the C API level

Perl binding not fully reentrant

2011-03-28 Thread Daniel Ruoso
Hi, I was navigating in svn logs from Perl, and when I tried to call the log method from within a log callback, the states got mixed up between the inner and outer calls. Is that a known limitation? I'd be happy to provide a testcase otherwise. Daniel