Fatal error

This forum is for eXpress++ general support.
Post Reply
Message
Author
Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Fatal error

#1 Post 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.
_______________________
Best Regards
Wolfgang

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Fatal error

#2 Post by rdonnay »

The EVM thread is the "Garbage Collector".

This is a difficult problem to diagnose as it is an Xbase++ internal error.
The eXpress train is coming - and it has more cars.

User avatar
Tom
Posts: 1234
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Fatal error

#3 Post 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".
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Fatal error

#4 Post 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.
The eXpress train is coming - and it has more cars.

Post Reply