Dear,
I found out that the error came from one of my universes. I had to recreate
that universe because I had no backup. Incidentally, there is another error
(disk corrupted) from another universe which has very similar structure to
the one that was just fixed after the first one was fixed for a while. I
could fix the next error rather easily.
I would really like to know how this problem happens so that I will try to
avoid it. It looks pretty serious to me because it happens with no reasons
to me.
Regards,
Tatcha.
-----Original Message-----
From: Christopher Hylands [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, October 28, 1999 11:15 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Disk Representative corrupted?
The error likely comes from
oct_do_open_with_desc() in src/octtools/Packages/oct/facet_open.c:
if (!oct_restore(file_handle, desc)) {
fsys_close(file_handle);
oct_error("The disk representation is corrupted");
return OCT_ERROR;
}
oct_restore() is defined in io.c in the same directory, there are
various reasons it could be failing.
----------------------------------------------------------------------------
Posted to the ptolemy-hackers mailing list. Please send administrative
mail for this list to: [EMAIL PROTECTED]