SUMMARY: DU 3.2D & Pro/ENGINEER ???

From: Lubos Kejzlar <kejzlar_at_zcu.cz>
Date: Fri, 24 Jan 1997 10:44:39 +0100 (MET)

Hi all,
        my question was about the following error from Pro/E software
running on DU 3.2d:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
inst fault=4, status word= 8, pc= 3ff80128ce0
Out of virtual memory: Cannot continue
Serious internal error; cannot continue.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

This error come from firmware bug. I just validate that we have the buggy
FW. I suppose to up/downgrade the FW in the next week. The possible
solution of this bug and testing program follows.

Thank for all replies!!

Best regards,
        Lubos

--------------------------------------------------------------------------
Lubos Kejzlar
System and Network Specialist

Laboratory for Computer Science Tel.: +42-19 2171210
University of West Bohemia +42-19 7221530
Univerzitni 8, 30614 Pilsen Fax: +42-19 2171485
Czech Republic E-mail: kejzlar_at_zcu.cz
--------------------------------------------------------------------------

---------- Forwarded message ----------
Date: Thu, 23 Jan 97 14:27:25 +0100
From: Herve DEMARTHE <demarthe_at_alpha.cad.cea.fr>
To: kejzlar_at_zcu.cz
Cc: demarthe_at_nenuphar.saclay.cea.fr
Subject: Re: DU 3.2D & Pro/ENGINEER ???

Lubos,

We had exactly the same problem some months before.
There are floating point errors under 3.2D-1 with
a certain revision of the firmware (CD-ROM 3.7 I think).

To know if you have the problem, try this simple C program :

#include <math.h>
main ()
{
double dd = (double) 0.019999999552965164;
double int_dd;
int_dd = floor (dd);
printf("dd=%f int_dd=%f\n",dd,int_dd);
}

Output will be either :
GOOD (no problem) dd=0.020000 int_dd=0.000000
or :
WRONG (firmware bug) inst fault=4

The bug prevents Pro-E to compute the virtual memory size,
hence the "Out of virtual memory" misleading message !

3 Solutions :

1) (BEST !) upgrade to 3.2G (very stable version and easy to install
   through setld, does'nt truncate kernel options file as installupdate !!)
2) Downgrade to 3.6 firmware
3) Not tested : Upgrade to brand new 3.8 firmware.

Hope this helps,
+--------------------------------------------------------------+
| Herve DEMARTHE %^) E-Mail: demarthe_at_drfc.cad.cea.fr |
| CEA/DSM/DRFC/STEP Tel: +33 442257527 Fax: +33 442252661 |
| CEN Cadarache Bt 506 13108 St Paul Lez Durance FRANCE |
| <<< Aprendiz de todo, Maestro de nada ... >>> |
| All opinions expressed herein are mine and not those of CEA. |
+--------------------------------------------------------------+
Received on Fri Jan 24 1997 - 10:55:03 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:47 NZDT