[PHP-DEV] ubuntu help, dl_open leaks?

2008-02-01 Thread Gregory Beaver
Hi all, It's a tad tricky to do run-tests -m on my system, as every PHP call leaks: ==4570== Invalid read of size 8 ==4570==at 0x4015B0A: (within /lib/ld-2.6.1.so) ==4570==by 0x400A8F7: (within /lib/ld-2.6.1.so) ==4570==by 0x4006174: (within /lib/ld-2.6.1.so) ==4570==by

Re: [PHP-DEV] ubuntu help, dl_open leaks?

2008-02-01 Thread Rasmus Lerdorf
Gregory Beaver wrote: Anyone have experience with this and advice on what I need to upgrade? It's normal. Create a suppression file and ignore those. eg. --gen-suppressions=yes And it isn't PHP calls leaking. It's just the way libdl does stuff. -Rasmus -- PHP Internals - PHP Runtime