Re: Panic error code -39?

2003-01-22 Thread Eric Siegerman
On Wed, Jan 22, 2003 at 08:42:34AM -0600, Beachey, Kendric wrote:
> From: Riechers, Matthew W [mailto:[EMAIL PROTECTED]]
> > Prem Prakash Pathak wrote:
> > > cvs [checkout aborted]: Internal error: cvs_hqx.cpp, 635: Panic Error (-39)

The Mac has a zillion error codes.  According to
http://www.usc.edu/isd/doc/os/mac/consult/oserrors.html, this
one's definition is:
> -39   eofErr  End of file; no additional data in the format

Which just confirms what someone else posted.

> [At MWR's shop] They occasionally get some weird error with
> a negative number, although I think theirs are usually in the fifties.  Same
> result, though:  we don't have any idea what is really wrong.

Some file system error, it looks like (those range from -33
through -61).  Looking yours up on that oserrors page the next
time it happens *might* help you pin down what's happening in
your case.

> The solution I give them always works:  delete the offending section of your
> working copy (which sometimes means the whole thing) and do an update to
> pull a fresh copy.

Hard to argue if it works. Still, it'd make me nervous trusting
that the problem will only occur on updates, and never on
commits...

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.[EMAIL PROTECTED]
|  |  /
Just Say No to the "faceless cannonfodder" stereotype.
- http://www.ainurin.net/ (an Orc site)


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



RE: Panic error code -39?

2003-01-22 Thread Beachey, Kendric
From: Riechers, Matthew W [mailto:[EMAIL PROTECTED]]
> Prem Prakash Pathak wrote:
> > 
> > We have CVSServer version:1.11.1p1(client-server) setup 
> under Linux, and are
> > accessing CVSServer Repository from both "MacOS" 9/X & 
> "WIndows" over the
> > network.
> > 1. MacCVS Client 10.2
> > 2. WinCVS Client 1.2
> > Accessing thru Win client is fine. Today we got strange 
> behaviour while
> > accessing thru Mac Client.
> > 
> > It's giving following ERROR:
> > cvs [checkout aborted]: Internal error: 
> cvs_hqx.cpp, 635: Panic
> > Error (-39)
> > Sometimes it's giving:
> > cvs [checkout aborted]: Internal error: 
> cvs_hqx.cpp, 635: Unknown
> > Error (-39)
> 
> This is a MacCVS error. Posting an execution trace of the server may
> help pinpoint where the client is getting lost, but the MacCVS
> developers would be the best people to figure out the client problems.

I've got my Maccies using MacCVS Pro (despite the name, a completely
different client from MacCVS).  They occasionally get some weird error with
a negative number, although I think theirs are usually in the fifties.  Same
result, though:  we don't have any idea what is really wrong.

The solution I give them always works:  delete the offending section of your
working copy (which sometimes means the whole thing) and do an update to
pull a fresh copy.
--
Kendric Beachey





___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Panic error code -39?

2003-01-22 Thread Riechers, Matthew W
Prem Prakash Pathak wrote:
> 
> We have CVSServer version:1.11.1p1(client-server) setup under Linux, and are
> accessing CVSServer Repository from both "MacOS" 9/X & "WIndows" over the
> network.
> 1. MacCVS Client 10.2
> 2. WinCVS Client 1.2
> Accessing thru Win client is fine. Today we got strange behaviour while
> accessing thru Mac Client.
> 
> It's giving following ERROR:
> cvs [checkout aborted]: Internal error: cvs_hqx.cpp, 635: Panic
> Error (-39)
> Sometimes it's giving:
> cvs [checkout aborted]: Internal error: cvs_hqx.cpp, 635: Unknown
> Error (-39)

This is a MacCVS error. Posting an execution trace of the server may
help pinpoint where the client is getting lost, but the MacCVS
developers would be the best people to figure out the client problems.

-Matt


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Panic error code -39?

2003-01-22 Thread Geoff Beier
[Wed, 22 Jan 2003 18:51:32 +0530] Thus spake Prem Prakash 
Pathak <[EMAIL PROTECTED]>:

We have CVSServer version:1.11.1p1(client-server) setup 
under Linux, and are
accessing CVSServer Repository from both "MacOS" 9/X & 
"WIndows" over the
network.
1. MacCVS Client 10.2
2. WinCVS Client 1.2
Accessing thru Win client is fine. Today we got strange 
behaviour while
accessing thru Mac Client.

It's giving following ERROR:
	cvs [checkout aborted]: Internal error: cvs_hqx.cpp, 
635: Panic
Error (-39)
Sometimes it's giving:
	cvs [checkout aborted]: Internal error: cvs_hqx.cpp, 
635: Unknown
Error (-39)

I gone thru some mannuals, they have specified that there 
is a directory
named "cvs" but it does not contain the administrative 
files,due to this it
will produce panic error.  Can somebody help me out to 
know more abt this
problem alongwith possible solutions.
 

I'm not familiar with your cvs client implementation but I 
can tell you that error code -39 is a system-wide, 
mac-specific error. Its explanation is something like 
"unexpected end of file", but in practice I've found that 
it means that whatever file is being read at that point is 
hopelessly corrupted.

HTH

Geoff


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


RE: Panic error code -39?

2003-01-22 Thread Prem Prakash Pathak
We have CVSServer version:1.11.1p1(client-server) setup under Linux, and are
accessing CVSServer Repository from both "MacOS" 9/X & "WIndows" over the
network.
1. MacCVS Client 10.2
2. WinCVS Client 1.2
Accessing thru Win client is fine. Today we got strange behaviour while
accessing thru Mac Client.

It's giving following ERROR:
cvs [checkout aborted]: Internal error: cvs_hqx.cpp, 635: Panic
Error (-39)
Sometimes it's giving:
cvs [checkout aborted]: Internal error: cvs_hqx.cpp, 635: Unknown
Error (-39)

I gone thru some mannuals, they have specified that there is a directory
named "cvs" but it does not contain the administrative files,due to this it
will produce panic error.  Can somebody help me out to know more abt this
problem alongwith possible solutions.
 
Waiting for ur suggestions.

--Prem 

-Original Message-
From: Riechers, Matthew W [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 22, 2003 6:39 PM
To: Prem Prakash Pathak
Cc: [EMAIL PROTECTED]
Subject: Re: Panic error code -39?


Prem Prakash Pathak wrote:
> 
> We are using CVS Server on both Mac & WIndows.

Does this mean that switching servers doesn't help?

> While checking out
> some file under Mac OS, I am getting panic error - 39 & not able to
> checkout. However It's working fine under Windows.

It would help if you could post the *exact* error message instead of a
summary. In addition, running CVS in trace mode (cvs -t) may uncover
more useful info.

-Matt


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Panic error code -39?

2003-01-22 Thread Riechers, Matthew W
Prem Prakash Pathak wrote:
> 
> We are using CVS Server on both Mac & WIndows.

Does this mean that switching servers doesn't help?

> While checking out
> some file under Mac OS, I am getting panic error - 39 & not able to
> checkout. However It's working fine under Windows.

It would help if you could post the *exact* error message instead of a
summary. In addition, running CVS in trace mode (cvs -t) may uncover
more useful info.

-Matt


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Panic error code -39?

2003-01-21 Thread Prem Prakash Pathak
Hi all.
We are using CVS Server on both Mac & WIndows. While checking out
some file under Mac OS, I am getting panic error - 39 & not able to
checkout. However It's working fine under Windows.

Pls Suggest.

Regards,
Prem Prakash Pathak



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs