Stack Trace Error - OCCI [message #181677] |
Tue, 11 July 2006 02:05 |
vasanth77
Messages: 1 Registered: July 2006 Location: Chennai
|
Junior Member |
|
|
Hi,
We have written a multi-threaded program in C++. Also Using OCCI to interact with Oracle. We have a cursor returning collection of objects.
The connection is established using the following:
Environment::createEnvironment(Environment::Mode(Environment::OBJECT|Environment::THREADED_MUTEXED));
When we run this in a single thread, it is perfectly working fine. But when we run it in the multiple thread it is giving
Stack Trace Error and dump core.
When we debug this using dbx, the problem is in the following line
while (ResultSet::DATA_AVAILABLE == rs->next() )
Could anyone please help us to fix this issue?
Thanks & Regards,
Vasanth
|
|
|
|