Re: Hunting down (possible) memory leak in DBD::Oracle
[email protected] (Christopher Jones) Tue, 16 Jan 2018 10:55:36 +1100
| Newsgroups | perl.dbi.users |
|---|---|
| Message-ID | <[email protected]> |
On 16/1/18 9:17 am, Fennell, Brian wrote: > $ egrep -B1 -A20 -i 'invalid write' /copy/sandbox/feeds/data/search4_1/valgrind-log.txt | head -22 > ==19402== > ==19402== Invalid write of size 4 > ==19402== at 0xBD747E6: __intel_ssse3_rep_memcpy (in /db/app/oracle/product/12.1.0/client_1/lib/libclntsh.so.12.1) > ==19402== by 0xBD6CE95: _intel_fast_memcpy.P (in /db/app/oracle/product/12.1.0/client_1/lib/libclntsh.so.12.1) Valgrind doesn't do the greatest on binaries built with the Intel compiler: https://bugs.kde.org/show_bug.cgi?id=286769 https://bugs.kde.org/show_bug.cgi?id=139776 Chris -- http://twitter.com/ghrd