[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN Perl Bus Error

From: Brooke Smith <novorivus_at_optusnet.com.au>
Date: 2005-02-23 22:20:15 CET

I created issue 2229

http://subversion.tigris.org/issues/show_bug.cgi?id=2229

On 22/02/2005, at 7:29 AM, Brooke Smith wrote:

> Great, thanks for the reply Chia-liang.
>
> If no one objects, I'll put an issue into the tracker for this. I
> haven't submitted an issue before - I've just now registered at
> Tigris.org and so shouldn't be a problem. I'll do that tonight (its
> 07:30 here currently).
>
> Cheers,
>
> Brooke
>
> On 21/02/2005, at 1:38 AM, Chia-liang Kao wrote:
>
>> Brooke Smith <novorivus <at> optusnet.com.au> writes:
>>> SNV::Error::ignore_error($lsvn_error_t);
>>>
>>> But using this instead of croak or confess still gives a Bus Error
>>> (after a delay). I've written in debug print STDERR statements, and
>>> the error happens after control returns to the handler (after calling
>>> SVN::Error::ignore_error).
>>
>> I took a look at the error handling code in svn/perl, and yes, it
>> requires
>> the handler to die out, otherwise it is doing the wrapping for the
>> returned
>> values of the function as if they were returned normally.
>>
>> This needs to be fixed with a definite behavior about the return
>> values.
>>
>> for now you still want to die in the handler, and use or
>> local $SIG{__DIE__} for the scope.
>>
>> Cheers,
>> CLK
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
> ---
> In a world without walls or fences,
> what's the need for Gates and Windows?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---
In a world without walls or fences,
what's the need for Gates and Windows?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 23 22:22:49 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.