1
Help / Re: Debugging problem in a console application with ncurses library
« Last post by Bug Killer on Yesterday at 03:02:51 pm »What is the value of the environment variable TERM of the terminal session ?
As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
Set variable: LD_LIBRARY_PATH=.:
Starting debugger: /usr/bin/gdb -nx -fullname -quiet -args /home/krice/projects/saladir/bin/Debug/saladir
Setting SHELL to '/bin/sh'
done
Setting breakpoints
Debugger name and version: GNU gdb (Fedora Linux) 16.3-1.fc42
Error opening terminal: unknown.
[Inferior 1 (process 7216) exited with code 01]
Debugger finished with status 0
As I understand this is fixed in newer wxWidgets?
If you compiled 20.03 with wxWidgets 3.2 you will get some assertions, this is expected and most of them were fixed later. Use current head.
Which assertion do you get? Do you have a backtrace?