Is anyone else seeing an EAccessViolation under a Linux x86_64 build with the Gtk2 widget set when debugging?
I created a simple project with (1) form on which I have (1) button. In the OnClick() handler for the button, I increment a form variable integer I and display it in the button's label.
If I create a breakpoint in the OnClick() handler and step through it once, and then continue running the app, when I exit the application I am seeing an EAccessViolation from Lazarus on the console and Lazarus freezes. I was using FpDebugger with dwarf3, same also occurred using dwarf2 w/ sets, and when using Gdb instead of FpDebugger.
Building Lazarus for the Qt5 widget set does *not* exhibit this behavior. Everything works fine for Qt5.
Alan