Recent

Author Topic: error frPreview1 SIGSEGV at address 40E418  (Read 2598 times)

ecrypt

  • New Member
  • *
  • Posts: 16
error frPreview1 SIGSEGV at address 40E418
« on: November 11, 2016, 08:34:46 am »
When i'am using the component frPreview1 from lazreport.
I try press button preview and press again and again and found out error -->SIGSEGV at address 40E418

frReport1.LoadFromFile('myfile.lrf');
frReport1.Preview:=frPreview1;
if not frReport1.PrepareReport then Exit;
ShowPreparedReport;

« Last Edit: November 11, 2016, 08:52:14 am by ecrypt »
-Lazarus 2.2.7 64bit (Kubuntu-.22.04 amd64)
-ZeosDBO-7.xx
-PostgreSQL-14.3, SQLite-3

ecrypt

  • New Member
  • *
  • Posts: 16
Re: error frPreview1 SIGSEGV at address 40E418
« Reply #1 on: November 13, 2016, 06:46:22 pm »
Frpreview component of lazreport is running well in Lazarus 1.2.6.

But since using the Lazarus version 1.4 and 1.6.0 and 1.7 I found frpreview of lazrepot experiencing error by showing a warning SIGSEGV at address 40E418, when I press a button to call the program code below repeatedly to display data in frpreview

frReport1.LoadFromFile ('myfile.lrf');
frReport1.Preview: = frPreview1;
if not frReport1.PrepareReport then Exit;
ShowPreparedReport;


Is this perhaps a bug in Lazarus lazreport in versions 1.4 and 1.6.0 and 1.7

sorry i use google translate.
-Lazarus 2.2.7 64bit (Kubuntu-.22.04 amd64)
-ZeosDBO-7.xx
-PostgreSQL-14.3, SQLite-3

 

TinyPortal © 2005-2018