DesignReport crashes on closing (Delphi 2010)
Hello,
one hint at first: it happens only in one installation of about 100 and I can't get the error in my development-system :-(.
Problem:
The customer opens a report (doesn't matter what report) in design-mode (calling frxReport1.DesignReport;). Without any changes just closing the report creates an access violation. After that the application can only be closes in taskmanager. Closing it on normal way shows an endless loop of access-violations.
It happens in all kind of reports: just simple reports with all data in an dataset filled from within Delphi before opening the report, simple reports with an ibxDatabas accessed from within the report just select 3 field from one table an show them in an list. Printing the report and report-preview work without any error, the problem only exists in DesignReport.
Is there any way to get more information about the reason for this crash? Even when I wrap "desingReport" in try - except, the same error occures and the except-part is never executed.
The customers computer runs with Windows 7 Professional/64bit with only 3 GB RAM and 1.2 GB free at runtime. In taskmanager I can't see any change in RAM-usage when the FastReport is started. It seems tha the amount of used RAM used by Fastreport is very small, so I think that the very little physical RAM of the machine is not the problem.
Thanks for all tipps to find the reason for that crash.
Siegbert
one hint at first: it happens only in one installation of about 100 and I can't get the error in my development-system :-(.
Problem:
The customer opens a report (doesn't matter what report) in design-mode (calling frxReport1.DesignReport;). Without any changes just closing the report creates an access violation. After that the application can only be closes in taskmanager. Closing it on normal way shows an endless loop of access-violations.
It happens in all kind of reports: just simple reports with all data in an dataset filled from within Delphi before opening the report, simple reports with an ibxDatabas accessed from within the report just select 3 field from one table an show them in an list. Printing the report and report-preview work without any error, the problem only exists in DesignReport.
Is there any way to get more information about the reason for this crash? Even when I wrap "desingReport" in try - except, the same error occures and the except-part is never executed.
The customers computer runs with Windows 7 Professional/64bit with only 3 GB RAM and 1.2 GB free at runtime. In taskmanager I can't see any change in RAM-usage when the FastReport is started. It seems tha the amount of used RAM used by Fastreport is very small, so I think that the very little physical RAM of the machine is not the problem.
Thanks for all tipps to find the reason for that crash.
Siegbert
Comments
The same error as with all other errors occures in this small report too.
regards
Siegbert
It is a customers PC and I am not allowed to install IDE there.
The Error occures in this code:
The application show the Message "before DesignReport" and the crashes. There was no Exception (Except-Code was not executed) just an "access violation".
Even if I would have the IDE on the customers PC I don't know what to debug here. I think I don't have any source for DesignReport.
regards
Siegbert