[FFmpeg-devel] Longevity Test Report
Reimar Döffinger
Reimar.Doeffinger
Sun Feb 8 10:11:06 CET 2009
On Sat, Feb 07, 2009 at 09:54:10PM -0800, Mike Melanson wrote:
> Baptiste Coudurier wrote:
> > Can you change stdout to stderr in the patch ?
>
> Probably. But I went and used it as is and just picked the data out of
> the framecrc data. It didn't tell me anything useful since there was so
> much information. I would have to process through some other tools to
> get anything out of it.
Could you try starting ffmpeg_g with gdb, pressing CTRL+C as soon as the
leaking starts, do "b malloc" "b memalign" "b posix_memalign"
"b realloc" to break on mallocs/reallocs, then repeatedly "c 20" and "bt"
to get a sampling which code calls malloc/realloc most frequently?
Not sure how well that works, but it just might...
More information about the ffmpeg-devel
mailing list