[Lazarus] EXTERNAL : SIGPFE

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Nov 3 11:51:41 CET 2009


On Tue, 3 Nov 2009 17:18:54 +0900
Dians <diansopandi95 at gmail.com> wrote:

> dear all,
> i got this error
> 
> Project project1 raised exception class 'EXTERNAL : SIGPFE'
> 
> this line on LCLProc unit
>   if (length(Msg) div (length(Msg) div 10000))=0 then ; // this show
> an error
> 
> on myform use powerpdf cmponent

This is called when the LCL spots an inconsistency.
Use the debugger and see the Callstack and you will find out, what
you are doing wrong. 

Or: Create a backtrace:

http://wiki.lazarus.freepascal.org/Creating_a_Backtrace_with_GDB

Mattias




More information about the Lazarus mailing list