Forum > Beginners

Program not responding

(1/1)

michalk:
Hi,
I use Ubuntu 14.04 and have just started working with Lazarus. I downloaded version 1.2.2 from http://www.lazarus.freepascal.org/ and everything seemed to to fine, but sometimes when I build a project, the program stops responding and throws exception 'External: SIGKILL'. It is not about my code, even with HelloWorld it sometimes builds and works fine. but sometimes when I press 'Run' it creates a Form (does not show HelloWorld) and stops responding. Do you have any idea why this happens?

zeljko:
problem is because libpixman isn't compiled with -mstackrealign so it crashes.
Download source package of libpixman and rebuild it with -mstackrealign and it'll work.

michalk:
I downloaded it, but have no idea how to rebuild it...

michalk:
I rebuilt libpixman-1-dev with -mstackrealign option following these steps: http://dailyvim.blogspot.com/2008/04/rebuild-debian-package.html. It did not help...

Navigation

[0] Message Index

Go to full version