Kbase P149500: ODBC driver on UNIX crashes with a segmentation fault if ODBC tracing is turned on
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/14/2009 |
|
Status: Unverified
SYMPTOM(s):
ODBC driver on UNIX crashes with a segmentation fault if ODBC tracing is turned on
ODBC driver on UNIX crashes with a segmentation fault
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 4146178464 (LWP 25083)]
0x005dc84c in _dl_lookup_symbol_x () from /lib/ld-linux.so.2
Stack trace from demoodbc:
_dl_lookup_symbol_x
do_sym
_dl_sym
dlsym_doit
FACT(s) (Environment):
Using demoodbc sample application for testing
ODBC tracing is turned on in the ODBC.INI file
ODBC connection succeeds as expected when ODBC tracing is turned off
OpenEdge 10.2A
UNIX
CAUSE:
Bug# OE00187916
CAUSE:
The user launching the SQL application does not have sufficient permissions to access the location specified in the TraceFile entry in ODBC.INI; the ODBC driver is unable to create the trace file and crashes.
FIX:
Ensure that the location specified in the TraceFile entry in ODBC.INI is accessible by the user starting the SQL application