Hi. My freshly-compiled 24.4 emacs crashing reproducible on eww invocation with some webpages. Steps to reproduce: 1. Run "/usr/bin/emacs -Q" 2. M-x eww 3. http://ya.ru 4. *emacs crashes with lot of dump info in stderr* Alternative way: 1. Open http://ya.ru in external browser and save full HTML source for page 2. Run "/usr/bin/emacs -Q" 3. M-x eww-open-file 4. Type path to saved HTML file + 5. *emacs crashes with lot of dump info in stderr* I noticed that alternative way ISN'T working when option "Web Page, HTML only" used in my Firefox's save dialog (crash is reproducible with option "Web Page, complete"). EWW succesfully renders saved HTML file in that case. To help with debugging, I have attached that "good" (HTML only) and "bad" (complete) HTML pages (bzipped). Also, I have checked all of my emacs builds: non-X/motif/athena/gtk/gtk3. Only non-X build behave differently: using eww on URL/file just renders page AND write out some errors about ":3: HTML parser error: Element script embeds close tag" on stderr (Ctrl+L clean up this errors). With other buildw, emacs crashes. I have attached bzipped listing of "bt full" on dumped core file, but decide not attaching core file itself (it is about 4M bzipped and ~30M raw). I hope this information will be helpfull to fix this crash. Thanks in advance.