Hi,
I just bought RasbperryPi 5 and installed RaspbianOS and Lazarus.
Unfortunately it does not work at all. After start of the Lazarus itself, a small blank window appears that I have to close and Lazarus starts. It's happening even when I try to build simple application with just a form. After every run, a small empty window appears that I have to close or wait for a few seconds and it disappears. Look at the attachment.
I have this simple application:
https://github.com/ok2cqr/cqrpropIt compiles fine but after trying to run, again, a small empty window appears and when I close it, the application crashes.
I tried to run the cqrprop in gdb and there is the result:
GNU gdb (Raspbian 13.1-3) 13.1
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from src/cqrprop...
(No debugging symbols found in src/cqrprop)
(gdb) r
Starting program: /home/ok2cqr/projects/cqrprop/src/cqrprop
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
[New Thread 0xf638a240 (LWP 8098)]
[Thread 0xf638a240 (LWP 8098) exited]
[New Thread 0xf638a240 (LWP 8099)]
[New Thread 0xf59ff240 (LWP 8100)]
[Thread 0xf638a240 (LWP 8099) exited]
[Thread 0xf59ff240 (LWP 8100) exited]
Thread 1 "cqrprop" received signal SIGSEGV, Segmentation fault.
0x0006bf70 in ?? ()
(gdb)
I tried versions 2.2.6, 3.2 and 3.4 with the same error message. The compilation of Lazarus went fine, I used make bigide.
Could you help me, please? Thanks a lot.