Longtime user of 1.9, upgraded to 1.11 and started
getting segfaults.
This happens in two instances:
1. SQLPATH is set to the directory containing the
login.sql file, gqlplus is launched from any other
directory.
2. SQLPATH is set to a directory containing NO
login.sql file, gqlplus is launched from any directory
also not containing a login.sql file.
The problem is not anything in the login.sql file--I
commented out the entire file and still get the error.
Also, gqlplus works if I am in the same directory as
the login.sql file, regardless of what SQLPATH is set
to (or, if it's set at all).
Also, I tried running the included binary and
compiling, both have the same issue.
I am running:
Red Hat Enterprise Linux ES 3, Update 2 (2.4.21-15.ELsmp)
Oracle 9.2.0.7.0
readline-4.3-5
Thanks,
-Stefan
Logged In: YES
user_id=551800
Probably duplicate of bug 1450537. The problem was
introduced in gqlplus 1.10 (illegal free() call).
Fix coming up in gqlplus 1.12.
Logged In: YES
user_id=242544
Originator: YES
This seems to have been fixed in 1.12, as promised. Thanks!