On April 11, 2016 at 7:28PM +0900, tats (at debian.org) wrote:
> Reproducible on i386, not on amd64, though fixing seems not so easy.

Attached the reproducible HTML file, the input value is about 500KB.
Any helps/patches are appreciated.

```
$ ls -l large-input-value.html.gz
-rw-r--r-- 1 tats tats 586 Apr 11 20:16 large-input-value.html.gz
$ gzip -d large-input-value.html.gz
$ ls -l large-input-value.html
-rw-r--r-- 1 tats tats 506641 Apr 11 20:09 large-input-value.html
$ head -c 50 large-input-value.html; echo
<input type="hidden" value="xxxxxxxxxxxxxxxxxxxxxx
$ tail -c 50 large-input-value.html
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />
$ w3m -dump large-input-value.html >/dev/null
GC Warning: Repeated allocation of very large block (appr. size 184320):
        May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 458752):
        May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 126976):
        May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 319488):
        May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 761856):
        May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 155648):
        May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 380928):
        May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 761856):
        May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 184320):
        May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 458752):
        May lead to memory leak and poor performance.
```

Thanks,
--
Tatsuya Kinoshita

Attachment: large-input-value.html.gz
Description: Binary data

Attachment: pgp6ozpRYx27p.pgp
Description: PGP signature

Reply via email to