Re: [Lazarus] Lazarus on POWER9 Little Endian

2019-08-26 Thread Tobias Giesen via lazarus
Hi, this problem has now been solved with a new FPC 3.3.1 fix that's available on SVN (trunk) now. Lazarus runs and I'm happy :=) Cheers, Tobias On Mon, 26 Aug 2019 20:52:36 +0200 Marc Weustink via lazarus wrote: > When debugging these kinds of X related errors, start your application

Re: [Lazarus] Lazarus on POWER9 Little Endian

2019-08-26 Thread Marc Weustink via lazarus
When debugging these kinds of X related errors, start your application with the (gtk) X option in synchronized mode. I can't remember which option it was, but Google will tell Marc On August 20, 2019 1:06:35 PM GMT+02:00, Tobias Giesen via lazarus wrote: >It seems to work slightly better on

Re: [Lazarus] Lazarus on POWER9 Little Endian

2019-08-20 Thread Tobias Giesen via lazarus
It seems to work slightly better on Fedora. It doesn't cause a signal and very briefly, an empty small window appears. The console output is like this: [tobias@blackbird lazarus]$ ./startlazarus is a file (startlazarus:3893): Gdk-ERROR **: 13:02:08.997: The program 'startlazarus' received an X

Re: [Lazarus] Lazarus on POWER9 Little Endian

2019-08-20 Thread Tobias Giesen via lazarus
Hello, I compiled lazarus trunk with Free Pascal Compiler version 3.3.1 [2019/07/12] for powerpc64. I also tried an older FPC snapshot but the result is the same (Free Pascal Compiler version 3.1.1 [2017/10/19] for powerpc64) (gdb) run Starting program: /home/tobias/lazarus/startlazarus [Thread

Re: [Lazarus] Lazarus on POWER9 Little Endian

2019-08-19 Thread Florian Klaempfl via lazarus
Am 18.08.2019 um 11:41 schrieb Tobias Giesen via lazarus: > Hello, > I am trying to use Lazarus on a ppc64el processor under Ubuntu. > > Unfortunately startlazarus and lazarus crash with a segmentation fault in > a call to XGetWindowProperty in gtk2widgetset.inc in function >

[Lazarus] Lazarus on POWER9 Little Endian

2019-08-18 Thread Tobias Giesen via lazarus
Hello, I am trying to use Lazarus on a ppc64el processor under Ubuntu. Unfortunately startlazarus and lazarus crash with a segmentation fault in a call to XGetWindowProperty in gtk2widgetset.inc in function TGtk2WidgetSet.GetWindowManager. Unable to fix this, I added an "Exit" command early in