Open GoogleCodeExporter opened 8 years ago
Thank you for the report.
Several leaks detected by valgrind during the standard test were eliminated
in r252.
I would be happy if you could test if the problem persists in the latest in
subversion.
Original comment by tomoaki...@gmail.com
on 23 Aug 2013 at 6:23
Much better! I still get the following leak:
==8176== 140 (56 direct, 84 indirect) bytes in 2 blocks are definitely lost in
loss record 527 of 6,132
==8176== at 0x402CE68: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==8176== by 0x99502FA: RS_postgresql_allocConParams (RS-PostgreSQL.c:160)
==8176== by 0x99504AD: RS_PostgreSQL_newConnection (RS-PostgreSQL.c:240)
==8176== by 0x40BAD61: do_dotcall (dotcode.c:582)
==8176== by 0x40F30D3: Rf_eval (eval.c:635)
==8176== by 0x40F4B69: do_set (eval.c:1871)
==8176== by 0x40F2E87: Rf_eval (eval.c:607)
==8176== by 0x40F4CD6: do_begin (eval.c:1557)
==8176== by 0x40F2E87: Rf_eval (eval.c:607)
==8176== by 0x40F622C: Rf_applyClosure (eval.c:1003)
==8176== by 0x40F2C21: Rf_eval (eval.c:654)
==8176== by 0x40F5A59: R_execClosure (eval.c:1099)
Thanks!
Original comment by reus...@pik-potsdam.de
on 23 Aug 2013 at 9:34
One more leak was detected and eliminated in r271. The leak occurred when it
failed to connect.
Original comment by tomoaki...@gmail.com
on 9 Feb 2014 at 3:02
Original issue reported on code.google.com by
reus...@pik-potsdam.de
on 20 Aug 2013 at 1:37