Re: RFR: 8332863: Crash in JPEG decoder if we enable MEM_STATS

2024-05-31 Thread Ajit Ghaisas
On Fri, 24 May 2024 06:48:50 GMT, Jayathirth D V wrote: > In IJG library's jmemmgr.c file we can define MEM_STATS(by default this flag > is not defined and we don't see any issue) to enable printing of memory > statistics log. But if we enable it, we get crash while disposing IJG stored > obje

Re: RFR: 8332863: Crash in JPEG decoder if we enable MEM_STATS

2024-05-28 Thread Michael Strauß
On Fri, 24 May 2024 06:48:50 GMT, Jayathirth D V wrote: > In IJG library's jmemmgr.c file we can define MEM_STATS(by default this flag > is not defined and we don't see any issue) to enable printing of memory > statistics log. But if we enable it, we get crash while disposing IJG stored > obje

Re: RFR: 8332863: Crash in JPEG decoder if we enable MEM_STATS

2024-05-24 Thread Kevin Rushforth
On Fri, 24 May 2024 06:48:50 GMT, Jayathirth D V wrote: > In IJG library's jmemmgr.c file we can define MEM_STATS(by default this flag > is not defined and we don't see any issue) to enable printing of memory > statistics log. But if we enable it, we get crash while disposing IJG stored > obje