glibc detected double free
An external Rexx function package to connect to SQL databases
Brought to you by:
rexx
REXXSQL 2.6B2
I'm getting:
*** glibc detected *** /usr/bin/rexx: double free or corruption (out): 0x000000000100a510 ***
during processing of an SQLCONNECT. The only difference between this one, and thousands of others is that this program is connecting to TWO databases, and it is this second SQLCONNECT which is failing.
Console output of statement and failure
I ran a program inside another program. Both used:
Call RXFuncAdd 'SQLLoadFuncs','rexxsql','SQLLoadFuncs'
Call SqlLoadFuncs
The SQLCONNECT in the second (inner) program abended.