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

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