PDA

View Full Version : Out Of Memory



ivansc
16-Nov-2015, 05:04 PM
Hi,
DF18.2, Oracle ODBC, Win7
a simple program that loops a file and creates new records in another file (350,000 records). At less than 10% of the job gives me this error:
9450
I copied the source to DF18.1 and run the program without problems. No problems with memory:

9451
regards
Ivan

Garret Mott
16-Nov-2015, 05:09 PM
Peter van Wijk reported a memory leak in the SQL driver that came with 18.2 Maybe the same issue for Oracle?

http://support.dataaccess.com/Forums/showthread.php?57615-Severe-memory-leak&highlight=memory+leak

ivansc
16-Nov-2015, 05:39 PM
Hi Garret,
thanks for the info.
Seems to be very similar.
Also the program doesn't have grids nor anything else.
Is a simple loop using showlns to see the progress.
(It's running right now in 18.1 and goes to 50% and the memory is less than 50MB)
best regards
Ivan

Stephen W. Meeley
16-Nov-2015, 05:51 PM
Ivan,

Copy the driver from the 18.1 to 18.2 and try it again. There seems to be a memory leak in the newer drivers that are in the 18.2 build.

ivansc
16-Nov-2015, 05:57 PM
thank Stephen,
I will try that.

ivansc
21-Nov-2015, 09:55 PM
Ivan,

Copy the driver from the 18.1 to 18.2 and try it again. There seems to be a memory leak in the newer drivers that are in the 18.2 build.

The problem persists in 18.2B2.
Continue using the same workaround.
Best regards
Ivan

John Tuohy
21-Nov-2015, 10:42 PM
Yes, we haven't gotten to that one yet.

-John

Martin Moleman
24-Nov-2015, 04:54 AM
This will be fixed in next build.

ivansc
16-Dec-2015, 04:27 PM
This will be fixed in next build.
Thanks Martin,
18.2 B3, No more memory leak.
Best regards
Ivan