Comment 4 for bug 2003003

Revision history for this message
freemine xu (freemine) wrote :

the same problem here with steps as follows to reproduce
1. sudo apt install unixodbc
2. sudo apt install unixodbc-dev # this might not be related
3. adding below section in /etc/odbcinst.ini
   [ODBC]
   Trace=yes
   TraceFile=/tmp/blabal.log
3. install any ODBC driver, such as that for mysql
4. isql -v <DSN for datasource> # NOTE: must add -v to enable `verbose` mode
5. afdsfasdfsdf; # any statement that would generate failure SQLxxx call
then, you would get this:
*** buffer overflow detected ***: terminated
Aborted (core dumped)