teasame / webp

Automatically exported from code.google.com/p/webp
0 stars 0 forks source link

experimental lossless crashing with large png #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported on the mailing list:
https://groups.google.com/a/webmproject.org/group/webp-discuss/msg/f99d74e73bdd3
386

I haven't investigated whether this is limited to the windows build, but in any 
case the tools should fail more gracefully when allocations fail.

Original issue reported on code.google.com by jz...@google.com on 21 Nov 2011 at 10:33

GoogleCodeExporter commented 9 years ago
The failing command from the thread:
png2webpll.exe  olympus_xz1_01.png -o olympus_xz1_01.wbpc50 -c 50

Failure text:
terminate called after throwing an instance of 'std::bad_alloc' 
   what():  std::bad_alloc 

This application has requested the Runtime to terminate it in an 
 unusual way. 
 Please contact the application's support team for more information.

Original comment by jz...@google.com on 23 Nov 2011 at 2:54

GoogleCodeExporter commented 9 years ago
Crashes equally well on Linux (32-bit) / under wine and natively on windows.
Most of the run the memory usage was between 550-600M.

Original comment by jz...@google.com on 23 Nov 2011 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by jz...@google.com on 6 Feb 2012 at 9:20

GoogleCodeExporter commented 9 years ago
The experimental encoder has been removed from the public repository.
The implementation in master handles this file better.

Original comment by jz...@google.com on 27 Jun 2012 at 10:20