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

RE: Re: Import Problem

From: <tomas.felner_at_ubs.com>
Date: 2004-09-06 15:35:17 CEST

Obviously I didn't mention that this is on a Solaris 8 SPARC server. There are no Intel/Pentium architecture issues here.

Thanks,
- Tom

-----Original Message-----
From: Marc Haisenko [mailto:haisenko@webport.de]
Sent: Montag, 6. September 2004 15:30
To: users@subversion.tigris.org
Subject: Re: Import Problem

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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 6 15:35:53 2004

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.