Subject Re: dBase9 Win10
From Gaetano <gaetanodd@hotmail.com>
Date Sat, 24 Oct 2020 07:15:55 +1000
Newsgroups dbase.getting-started

On 23/10/2020 20:53, Michel wrote:
> issue I encounter sometimes is that program closes without any warning or error message or log. And 1 ou 2 times I received error log with bad information : wrong concerned class or line number

This happens in Plus11 too, so my vote wouldn't go to an OS
compatibility issue. It usually happens after an error that dBase does
not handle and hence it crashes (e.g. invalid syntax)- literally
vanishes, i.e.  without freezing and the usual "application is not
responding" message from Windows.

This is one of the weak spots of dBase: the internal error handling.
This happens mostly with the DMD designer for me when I use an invalid
syntax after switching from designer to code editor, then back to designer.

The Windows event logs will have a record that the app crashed with an
error code. The fault in the below example is related to ntdll.dll
(might not be a crash sample).

The usefulness to resolve the issue is limited but it's worth having a
look, just in case...

Faulting application name: Plus.exe, version: 11.3.0.0, time stamp:
0x59420e3c
Faulting module name: ntdll.dll, version: 10.0.19041.546, time stamp:
0xd49544eb
Faulting process ID: 0x1a2c
Fault offset: 0x000e6763
Faulting process ID: 0x1a2c
Faulting application start time: 0x01d6a80d6fa96933
Faulting application path: C:\Program Files (x86)\dBASE\Plus11\Bin\Plus.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report ID: b55e5e6b-8077-4b65-9e7b-fd455d5fb17b
Faulting package full name:
Faulting package-relative application ID:

Cordialement,
Gaetano.