https://bugs.freedesktop.org/show_bug.cgi?id=50849
Lionel Elie Mamane <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |NOTOURBUG --- Comment #9 from Lionel Elie Mamane <[email protected]> 2012-07-04 10:58:34 PDT --- (In reply to comment #7) > Frankly, I suspect an ODBC driver bug. The segfault is at line: if (SQL_SUCCESS == ret && 0 == QR_get_num_total_tuples(SC_get_Result(stmt))) in functtion RETCODE SQL_API SQLSpecialColumns(HSTMT StatementHandle, SQLUSMALLINT IdentifierType, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLUSMALLINT Scope, SQLUSMALLINT Nullable) in file odbcapi.c (in pgodbc sources). In statement.h:#define SC_get_Result(a) (a->result) But: (gdb) print stmt->result $4 = (QResultClass *) 0x0 Here's your NULL pointer! -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
