Page 1 of 1

Fatal error

Posted: Sun Sep 28, 2014 4:15 am
by Wolfgang Ciriack
Hi,
at one of my customers i often get a fatal error log:

Code: Select all

Module: EVM
Error Codes: EH: 4 Sub: 6(6) OS: 6 XPP: 40
In the errorlog i see
@DC_GETLIST@I@EVENTLOOP(...) or
@DC_XBPPUSHBUTTON@I@ACTION(...) or
@DC_SETTIMEREVENT@I@TIMERLOOP(...)

Anyone have some ideas where to look ?

I use eXPress version 259.

Re: Fatal error

Posted: Tue Sep 30, 2014 6:46 am
by rdonnay
The EVM thread is the "Garbage Collector".

This is a difficult problem to diagnose as it is an Xbase++ internal error.

Re: Fatal error

Posted: Tue Sep 30, 2014 6:49 am
by Tom
The EVM thread is the "Garbage Collector".
Are you sure? I thought EVM is the event management. The "Garbage Collector" thread is called "GC".

Re: Fatal error

Posted: Tue Sep 30, 2014 6:54 am
by rdonnay
It sounds like you are right about this.
EVM (Event Management makes sense).
I was sure that it was an Alaska person who told me this.

I will ask about this when I get to the software conference.

Thanks.