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

svn-swig-pm581 bus error

From: Brooke Smith <novorivus_at_optusnet.com.au>
Date: 2005-01-20 13:31:33 CET

Gidday all,

I've been playing around with svn-swig-pm581 svn access method and I'm
getting a bus error.

Mac OS X 10.3.4

client is running under:
    svn, version 1.1.1 (r11581)
    compiled Jan 15 2005, 12:50:36

server is running under:
    svn, version 1.1.1 (r11581)
    compiled Oct 22 2004, 22:16:12

SWIG Version 1.3.20 -- installed using Fink

I'm testing out catching errors and so am using a nonexistent
repository location.

When I use the command-line client it works as expected:

bsmith_at_eeow newVersion $ svn ls svn://pooh/new/tags/FixTool
svn: URL 'svn://pooh/new/tags/FixTool' non-existent in that revision

When I do this call in my perl program:

$target="svn://pooh/new/tags/FixTool";
$ctx -> ls($target, 'HEAD', 1);

it calls the SVN::Error::handler I've defined:

SVN::Error::handler - object: _p_svn_error_t=SCALAR(0x188f52c)
   message: URL 'svn://pooh/new/tags/FixTool' non-existent in that
revision

And then after a bit of a pause dies with a Bus error.

Does anyone have any idea why this is happening?

Thank you,

Brooke

---
In a world without walls or fences,
what's the need for Gates and Windows?
Received on Thu Jan 20 13:35:38 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.