* Jakub Wilk <jw...@debian.org>, 2010-08-04, 00:54:
I forgot about an important bit. The below was done after
`ulimit -v 100000`.

$ echo '<root>' > test.xml
$ yes '<x>yzw</x>' | head -n 20000000 >> test.xml
$ echo '</root>' >> test.xml
$ ls -lh test.xml
-rw------- 1 jwilk users 210M Aug  4 00:45 test.xml
$ python -c 'from sys import stdin; from lxml.etree import parse; parse(stdin)' 
< test.xml
Segmentation fault (core dumped)

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature

Reply via email to