Seg fault when connecting to vertica
I'm getting a seg fault whenever I try to connect to vertica in my Python application. Here's the odbctrace log that shows the error I'm getting, IM0004. [ODBC][5140][1369066167.535663][SQLConnect.c][1297]Error: IM004 [ODBC][5140][1369066167.535816][SQLDriverConnect.c][687] Entry: Connection = 0x2030e60 Window Hdl = (nil) Str In = [uid=dbadmin;database=vertica01;DRIVER=vertica;label=Python database library (no app name specified);cluster=vertica01;pwd=cfaust...][length = 158 (SQL_NTS)] Str Out = 0x7fff8e29ea80 Str Out Max = 2048 Str Out Ptr = (nil) Completion = 0 UNICODE Using encoding ASCII 'ISO8859-1' and UNICODE 'UCS-2LE' Are there any further things I can do to help diagnose what the issue might be? Details ================ System: Ubuntu 12.04.1 LTS Vertica: 6.1.1 $ uname -a Linux starfish01 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
0
Comments