Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? mz_zip_writer_add_file(&zip_archive, "dir/", "dir/", NULL, 0, 0); What is the expected output? What do you see instead? Expected to see it read directory modified...

enhancement
auto-migrated

``` The simple PNG writer sets all of the rows to unfiltered '0' I've made a low-profile change to the method in miniz.c in my own code to accept a...

enhancement
auto-migrated

``` Projects using the latest trunk version of miniz.c on Mac OS X fail to build because of undefined symbols for `_fopen64`, `_fseeko64`, `_ftello64`, `_freopen64`. The attached patch (based on...

bug
auto-migrated

``` For libraries that want to use miniz internally without exporting its symbols. Fixes #7. ``` Original issue reported on code.google.com by `[email protected]` on 29 Sep 2013 at 12:37 Attachments:...

enhancement

``` What steps will reproduce the problem? 1. replace "zlib.h" with "miniz.c" in tif_zip.c 2. compile and it will report "Z_BINARY is not defined" 3. What is the expected output?...

bug

``` We run octane for our chip validation. we run using automation, results are generated in log, as our log buffer is too low, results are overwritten by different logs....

Priority-Medium
Type-Defect
auto-migrated

``` In base.js there is `var performance = performance || {};`. In IE and Safari the `var performance` is initialized as `undefined` which overwrites the built-in `performance` object and causes...

Priority-Medium
Type-Defect
auto-migrated

``` There is a memory leak when running pdfjs for extended periods of time. The problem is that the "canvas_logs" array keeps growing with each run. It should probably be...

Priority-Medium
Type-Defect
auto-migrated

``` I found something odd with the Splay benchmark. It create lots and lots of objects with properties, `array` and `string`, that are never accessed/modified whose `array` value is also...

Priority-Medium
Type-Defect
auto-migrated

``` To reproduce, increase the iteration count in code-load.js (say to 10000/1000): # d8 run-code-load.js --trace_gc [5650] 7 ms: Scavenge 2.1 (38.5) -> 2.1 (38.5) MB, 0.7 ms [allocation failure]....

Priority-Medium
Type-Defect
auto-migrated