Hi Fabricio,

> Package: iodbc
Version: 3.52.4-5
Severity: grave
Justification: renders package unusable


"iodbctest" program segfaults when called with no arguments
and ask for the available DSN (pressing "?") configured in /etc/odbc.ini.
When run through GDB, it spits this message:

Program received signal SIGSEGV, Segmentation fault.
0x00002af26515bfe0 in strcmp () from /lib/libc.so.6


Below are the /etc/odbc.ini and /etc/odbcinst.ini files pasted.

-------------------------8-</etc/odbc.ini-8<--------------------------------

ODBC Data Sources]

The problem is that you are missing a character on the previous line:

it should read:

[ODBC Data Sources]


If you fix that typo, iodbctest will work fine. I will fix the underlying problem in the code so this core dump will not occur in the next release, however with this improper section header it would mean that you would get an empty list and not see your ldap entry.

Note that this typo does not mean you cannot use the ldap DSN, using

   iodbctest DSN=ldap

or

    iodbctest
    Enter ODBC connect string (? shows list): DSN=ldap



Best regards,


Patrick




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to