You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by to...@ubs.com on 2004/09/06 13:03:40 UTC

Import Problem

Hi

I am new to subversion and am currently trying to set it all up on a Solaris 8 server. I have taken the packages from blastwave.org and so far installed and configured everything with no problems. Apache2 is running and I can access the empty repository via the browser. I can even convert a CVS module using cvs2svn and it shows up in the repository.

But when I try a simple import of a file or directory hierarchy, or if I try a "svn mkdir http://svstch/bs" I get the following error:

svn: MKACTIVITY of /bs/!svn/act/00cef776-6be3-0310-8550-8e7f2df4ccde: Could not read status line: connection was closed by server. (http://svstch)

Looking at the apache2 logs I find the following:

access_log:
160.59.202.107 - - [06/Sep/2004:15:00:26 +0200] "PROPFIND /bs HTTP/1.1" 207 635
160.59.202.107 - - [06/Sep/2004:15:00:26 +0200] "PROPFIND /bs/!svn/vcc/default HTTP/1.1" 207 388
160.59.202.107 - - [06/Sep/2004:15:00:26 +0200] "PROPFIND /bs/!svn/bln/490 HTTP/1.1" 207 443
160.59.202.107 - - [06/Sep/2004:15:00:26 +0200] "PROPFIND /bs/!svn/bc/490 HTTP/1.1" 207 647
160.59.202.107 - - [06/Sep/2004:15:00:27 +0200] "OPTIONS /bs HTTP/1.1" 200 182

error_log:
[Mon Sep 06 15:00:27 2004] [notice] child pid 28486 exit signal Illegal instruction (4)
[Mon Sep 06 15:00:27 2004] [notice] child pid 29065 exit signal Illegal instruction (4)


It looks like an apache2 child is dying with an illegal instruction. Has anyone seen this before? Any ideas what might be wrong here?

Thanks,
- Tom

 

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


Re: Import Problem

Posted by Hans Holmberg <ha...@solace.mh.se>.
On Mon, 6 Sep 2004, Marc Haisenko wrote:

> On Monday 06 September 2004 15:03, tomas.felner@ubs.com wrote:
> > error_log:
> > [Mon Sep 06 15:00:27 2004] [notice] child pid 28486 exit signal Illegal
> > instruction (4) [Mon Sep 06 15:00:27 2004] [notice] child pid 29065 exit
> > signal Illegal instruction (4)
> >
> >
> > It looks like an apache2 child is dying with an illegal instruction. Has
> > anyone seen this before? Any ideas what might be wrong here?
> >
> > Thanks,
> > - Tom
>
> Illegal instruction signals occur when your programm contains instructions
> which your CPU doesn't know about. E.g. if your program would use 3DNow!
> instructions and you're running an Intel CPU ;-)
>
> Most common cause is that the program was compiled on and for a newer CPU than
> the one you own, e.g. the program was compiled for a Pentium II/III and your
> running the program on a Pentium I (you get the idea).
>
> The safest but hardest way to fix this is to recompile every package involved.
> Easier way would be to try to get the packages from your distributor that
> match your architecture, if he offers packages for different architectures
> (e.g. i586 and i686, in which case you should go for i586)
>
> --

Since he is running this on Solaris I guess there's some issues with
incombatible libraries/binaries which results in a corrupted call stack,
which in turn almost every time it happens gives a "Illegal instruction"
error.

Recompile everything as Marc suggested, that will most certainly solve
the problems.

-H

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

Re: Import Problem

Posted by Marc Haisenko <ha...@webport.de>.
On Monday 06 September 2004 15:03, tomas.felner@ubs.com wrote:
> error_log:
> [Mon Sep 06 15:00:27 2004] [notice] child pid 28486 exit signal Illegal
> instruction (4) [Mon Sep 06 15:00:27 2004] [notice] child pid 29065 exit
> signal Illegal instruction (4)
>
>
> It looks like an apache2 child is dying with an illegal instruction. Has
> anyone seen this before? Any ideas what might be wrong here?
>
> Thanks,
> - Tom

Illegal instruction signals occur when your programm contains instructions 
which your CPU doesn't know about. E.g. if your program would use 3DNow! 
instructions and you're running an Intel CPU ;-)

Most common cause is that the program was compiled on and for a newer CPU than 
the one you own, e.g. the program was compiled for a Pentium II/III and your 
running the program on a Pentium I (you get the idea).

The safest but hardest way to fix this is to recompile every package involved. 
Easier way would be to try to get the packages from your distributor that 
match your architecture, if he offers packages for different architectures 
(e.g. i586 and i686, in which case you should go for i586)

-- 
Marc Haisenko
Systemspezialist
Webport IT-Services GmbH
mailto: haisenko@webport.de

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