Recent

Author Topic: Program not responding  (Read 5254 times)

michalk

  • Newbie
  • Posts: 6
Program not responding
« on: May 03, 2014, 09:07:49 pm »
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

  • Hero Member
  • *****
  • Posts: 1596
    • http://wiki.lazarus.freepascal.org/User:Zeljan
Re: Program not responding
« Reply #1 on: May 03, 2014, 09:40:11 pm »
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

  • Newbie
  • Posts: 6
Re: Program not responding
« Reply #2 on: May 03, 2014, 09:52:46 pm »
I downloaded it, but have no idea how to rebuild it...

michalk

  • Newbie
  • Posts: 6
Re: Program not responding
« Reply #3 on: May 04, 2014, 08:50:05 pm »
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...

 

TinyPortal © 2005-2018