All Questions
1 question
2
votes
1
answer
5k
views
Can't print errno in gdb, complains about missing shared library, but it exists
When debugging my application, if I break in GDB and try to print errno, even from inside a function that checks errno, I get the following error from GDB:
(gdb) print errno
Cannot find shared ...