[Lazarus] about raised exception class 'External: SIGSEGV'

Martin Frb lazarus at mfriebe.de
Mon Apr 14 17:14:27 CEST 2014


On 14/04/2014 16:08, FreeMan wrote:
>
> QUE_1Delete;
>   if QUE_1.Transaction.Active then
>        QUE_1.Transaction.CommitRetaining;
>
> breakpoint on this line:
> QUE_1Delete; stop here, Press F8, jump to
> /opt/freepascal/2.7.1/packages/fcl-db/src/base/dataset.inc line: 1553
> everything is okay, after this been crazy :)
> if continue F8 step by step and finish  "procedure TDataSet.Delete;"
> but when jump in "procedure TDataSet.Delete;"  press F9 SIGSEGV error 
> popup.

Make sure you turn off optimization and smart linking, for the debugger 
to  run ok
http://wiki.lazarus.freepascal.org/Debugger_Setup






More information about the Lazarus mailing list