View Issue Details

IDProjectCategoryView StatusLast Update
0006712JEDI VCL00 JVCL Componentspublic2021-09-04 14:20
ReporterAntigonosAssigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status feedbackResolutionopen 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006712: Error message interpreting Code
DescriptionThis error occurred in the current version 3.5, which was installed via the Getit-Manager of Delphi Sidney. When interpreting a Pascal source code with a Try-Except block, the message "Internal Interpreter error" appears. However, only when using the On e:Exception statement.
Example:
Try
  .... // some code
except
  on e:Exception do
    Showmessage(e.Exception);
end;
Steps To ReproduceSimply run interpreter with code shown above.
TagsNo tags attached.

Activities

obones

2021-06-04 14:06

administrator   ~0021978

Please try again with the latest GIT content, I believe this has been fixed.

mh

2021-09-04 14:20

reporter   ~0021996

If you try it and it should not have been fixed, can you provide a minimal sample as zip file which shows this behaviour?

Issue History

Date Modified Username Field Change
2021-02-27 18:45 Antigonos New Issue
2021-06-04 14:06 obones Status new => feedback
2021-06-04 14:06 obones Note Added: 0021978
2021-09-04 14:20 mh Note Added: 0021996