Would love to know how to debug this problem:
Laz 1.4.4 on Windows 10 64 bit. Please note that, at this point, I'm not claiming it's Laz or gdb's problem. It may well be my system at fault. Still, would love to know how to figure out what's going on.
Steps that lead to the hard crash:
1. In Lazarus, start a new application
2. Drop a TFileNameEdit component on the main form.
3. Run the program from within Lazarus. Note that this issue does not surface when I run the program outside of lazarus so I suspect it is related to gdb.
4. Click on the button to open the file dialog window
5. The dialog window appears and before it is fully populated, the program crashes.
The system will either freeze and take down with it the windows explorer subsystem. Ctrl+Alt+Del becomes inoperable. Further, if Task Manager is open and I try to kill the gdb process, task manager becomes inoperable.
At other times, I might get a message telling me that gdb has stopped working.
Any suggestions on debugging this issue would be greatly appreciated.
Thanks
Egan