[Lazarus] Invalid Instruction in Call Statement

Marco van de Voort marcov at stack.nl
Tue Jul 2 16:58:48 CEST 2013


On Tue, Jul 02, 2013 at 03:47:21AM -0400, Mehmet Erol Sanliturk wrote:
> When executed from Konsole , it is displaying
> 
> "Illegal instruction ( core dumped )"

FreeBSD is more likely to show SIGILL (illegal instruction) or SIGBUS
in cases of general application corruption (pointer mistakes etc). Linux
seems to heep all that in the general SIGSEGV exception.
 
> What can be done to remedy this crash ?

Fix the bug.




More information about the Lazarus mailing list