Memmove causing program crashes, giving SIGTRAP in GDB(?)
Matthias Andree
matthias.andree@gmx.de
Wed Feb 25 22:31:04 GMT 2026
Am 25.02.26 um 20:56 schrieb KENNON J CONRAD via Cygwin:
> Hi Brian,
>
> Thanks! Should the cygwin-debuginfo package be installed on the computer that is compiling the code or the computer that is running the code. I currently only have it installed on the computer that is running the code, not the one that is compiling the code.
Kennon,
Debug information (symbols and stuff) needs to be on the computer that
is *debugging* the code. That often is the same computer that is
*running* the code - (unless gdbserver or similar remote debugging forms
come into play). Be sure that the version of the -debuginfo package
matches the relevant binary you are debugging exactly.
Best regards
More information about the Cygwin
mailing list