| Author | Topic: XPP fatal question |
---|
| Toma Grom | XPP fatal question
on Mon, 05 Nov 2007 13:34:45 +0100Hello !
Here and there errors occures within my xBase++ and eXpress++ program .
Very annoying, I must say. Can not get read of it....
I am using original xBase++ 1.9 version 331 and eXpress version 19.241
Here is a log, produced by my application.
Can anybody say something about, how to resolve the problem ?
Best regards
Toma
XppFatal.log:
--------------------
FATAL ERROR LOG
System-Error
SYS Thread-ID: 3100
Module: EVM
Error Codes: EH: 4 Sub: 6(6) OS: 6 XPP: 40 Call Stack of Thread 1 (1076):
@DC_GETLIST@I@EVENTLOOP(3602)
@DC_GETLIST@I@READGUI(3349)
DC_READGUI(223)
GLAVNIMENU(2172)
MAIN(523)
Call Stack of Thread 2 (1256):
Call Stack of Thread 4 (2588):
Call Stack of Thread 5 (2632):
@MAGICHELP@I@EXECUTE(861)
Call Stack of Thread 7 (3424):
Call Stack of Thread 9 (3100):
File: C:\Pis\PisAds.exe
TimeStamp: 20071105 13:16
End of FATAL ERROR LOG. |
| Toma Grom | Re: XPP fatal question - another error log
on Wed, 07 Nov 2007 12:26:29 +0100XppFatal.log:
--------------------
FATAL ERROR LOG
System-Error
SYS Thread-ID: 1160
Module: EVM
Error Codes: EH: 4 Sub: 6(6) OS: 6 XPP: 40 Call Stack of Thread 1 (1076):
@DC_GETLIST@I@EVENTLOOP(3602)
@DC_GETLIST@I@READGUI(3349)
DC_READGUI(223)
GLAVNIMENU(2172)
MAIN(523)
Call Stack of Thread 2 (1256):
Call Stack of Thread 3 (3264):
Call Stack of Thread 4 (2588):
Call Stack of Thread 5 (2632):
@MAGICHELP@I@EXECUTE(861)
File: C:\Pis\PisAds.exe
TimeStamp: 20071107 12:17
End of FATAL ERROR LOG. |
| Klaus Overhage | Re: XPP fatal question - another error log
on Wed, 07 Nov 2007 13:16:59 +0100you should search the webboard, postings with magichelp. I think this
has to do with Express++. What Version and build you use in this special
case ?
TomaŸ Grom schrieb:
> XppFatal.log:
>
> --------------------
>
> FATAL ERROR LOG
>
> System-Error
>
> SYS Thread-ID: 1160
>
> Module: EVM
>
> Error Codes: EH: 4 Sub: 6(6) OS: 6 XPP: 40 Call Stack of Thread 1 (1076):
>
> @DC_GETLIST@I@EVENTLOOP(3602)
>
> @DC_GETLIST@I@READGUI(3349)
>
> DC_READGUI(223)
>
> GLAVNIMENU(2172)
>
> MAIN(523)
>
> Call Stack of Thread 2 (1256):
>
> Call Stack of Thread 3 (3264):
>
> Call Stack of Thread 4 (2588):
>
> Call Stack of Thread 5 (2632):
>
> @MAGICHELP@I@EXECUTE(861)
>
> File: C:\Pis\PisAds.exe
>
> TimeStamp: 20071107 12:17
>
> End of FATAL ERROR LOG.
>
> |
| Toma Grom | Re: XPP fatal question - another error log
on Thu, 08 Nov 2007 07:41:15 +0100Thank you, Klaus !
I am using now xBase++ version 19.331
and eXpress++ version 19.241
Roger Donnay has answered me the other day:
----------------------------------------------------------
I believe that the EVM thread is the garbage collector.
I rarely see this problem.
I would not know how to debug a problem like this.
Possibly you will discover the problem if you can resolve why the =program
breaks with a more current version of eXpress++.
--------------------------------------------------------------------
Dy o you also think, that is the garbage colletor problem ?
Best regards
Toma |
| Klaus Overhage | Re: XPP fatal question - another error log
on Thu, 08 Nov 2007 11:18:44 +0100maybe it is possible that has to do with the EVM.
But this problem with magichelp and xppfatal logs as yours exist a long
time.
Maybe Roger can talk with Alaska at the devcon about this problem.
Tomaž Grom schrieb:
> Thank you, Klaus !
>
> I am using now xBase++ version 19.331
> and eXpress++ version 19.241
>
> Roger Donnay has answered me the other day:
> ----------------------------------------------------------
> I believe that the EVM thread is the garbage collector.
> I rarely see this problem.
>
> I would not know how to debug a problem like this.
> Possibly you will discover the problem if you can resolve why the =program
> breaks with a more current version of eXpress++.
> --------------------------------------------------------------------
>
> Dy o you also think, that is the garbage colletor problem ?
>
>
> Best regards
>
> Tomaž
>
> |
| Toma Grom | Re: XPP fatal question - another error log
on Sun, 11 Nov 2007 16:20:01 +0100I do not even know, what is this magichelp stuff.
Maybe I even do not need it and it would be jsut enough to switch it off ?
Best regards
Toma |
| Regan Cawkwell | Re: XPP fatal question - another error log
on Mon, 12 Nov 2007 09:50:40 +0000Toma¸ Grom wrote:
> I do not even know, what is this magichelp stuff.
>
> Maybe I even do not need it and it would be jsut enough to switch it off ?
>
> Best regards
>
> Toma¸
>
>
Tomaz,
I believe MagicHelp is the internal name for the method that handles the
display of Tooltips in Express++.
You will have to ask Roger about that...
Regan Cawkwell
Company : Real Business Applications Ltd
Title : Technical Support
Websites : www.rbauk.com
Email : regan@rbauk.com
------------------------------------------------------ |
| Paul Hill | Re: XPP fatal question - another error log
on Mon, 12 Nov 2007 12:15:41 +0000Regan Cawkwell wrote:
> Toma¸ Grom wrote:
>> I do not even know, what is this magichelp stuff.
>>
>> Maybe I even do not need it and it would be jsut enough to switch it
>> off ?
>>
>> Best regards
>>
>> Toma¸
>>
>
> Tomaz,
>
> I believe MagicHelp is the internal name for the method that handles the
> display of Tooltips in Express++.
See SOURCE\samples\solution\TOOLTIP\Tooltip.prg
MagicHelp is just the name used in the sample...
Paul |
| Tomaz Grom | Re: XPP fatal question - another error log
on Tue, 13 Nov 2007 07:37:44 +0100Thank you very much, thank you all.
Tomaz |
| Toma Grom | Re: XPP fatal question - another error log
on Tue, 27 Nov 2007 16:59:45 +0100Just one more observation.
Those sudden break downs does not happen on all computers with the same
frequency.
I can say, that on some computers it happens much more often.
Operatin system is the same (Win XP, second edition)
Would it be possible, that bad memory chipset would be the reason or
something else in the hardware ?
Or maybe some other program ?
Best regards
Toma |