You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ryan Schmidt <su...@ryandesign.com> on 2005/07/12 10:07:57 UTC

Re: OS X: svn export = bus error (was Re: subversion: Subversion Issue Tracker)

On 12.07.2005, at 02:04, Russell E Owen wrote:

> On MacOS X 10.3.9 the 1.2.0 and 1.2.1 binaries reliably fail with a  
> bus error with this command:
> % cd <root of svn working copy>
> % svn export . ../foo

> Thread 0 Crashed:
> 0   libsvn_client-1.0.dylib     0x0021ad70 copy_one_versioned_file  
> + 0xd8 (export.c:120)
> 1   libsvn_client-1.0.dylib     0x0021b5d4 copy_versioned_files +  
> 0x468 (export.c:328)
> 2   libsvn_client-1.0.dylib     0x0021b560 copy_versioned_files +  
> 0x3f4 (export.c:317)
> 3   libsvn_client-1.0.dylib     0x0021b560 copy_versioned_files +  
> 0x3f4 (export.c:317)
> 4   libsvn_client-1.0.dylib     0x0021ccb8 svn_client_export3 +  
> 0x698 (export.c:905)
> 5   svn                         0x00004c88 svn_cl__export + 0x20c  
> (export-cmd.c:74)
> 6   svn                         0x00009b5c main + 0x1ad8 (main.c:1449)
> 7   svn                         0x000021d0 _start + 0x158 (crt.c:272)
> 8   svn                         0x00002074 start + 0x3c

Yeah, that sure looks like the one I reported on the 1st:

http://svn.haxx.se/users/archive-2005-07/0081.shtml

Are you using pre-built binaries? (From where?) I was building myself  
(with DarwinPorts, on OS X 10.4.1) so I thought maybe there was  
something strange about my build environment, but if you're using  
binaries, then I would think that rules that out. For me, the problem  
went away when I rebuilt Subversion when 1.2.1 came out. But you're  
still having the problem with 1.2.1?

Note also that for me the problem went away if I first updated the  
working copy and then did the export. Does that also work for you?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: OS X: svn export = bus error (was Re: subversion: Subversion Issue Tracker)

Posted by Russell E Owen <ro...@u.washington.edu>.
At 12:07 PM +0200 2005-07-12, Ryan Schmidt wrote:
>On 12.07.2005, at 02:04, Russell E Owen wrote:
>
>>On MacOS X 10.3.9 the 1.2.0 and 1.2.1 binaries reliably fail with a 
>>bus error with this command:
>>% cd <root of svn working copy>
>>% svn export . ../foo

>Yeah, that sure looks like the one I reported on the 1st:
>
>http://svn.haxx.se/users/archive-2005-07/0081.shtml
>...
>Note also that for me the problem went away if I first updated the 
>working copy and then did the export. Does that also work for you?

That did work for me. Thank you very much!

-- Russell

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org