GNU bug report logs -
#18832
24.4; emacs crashed by eww on some webpages
Previous Next
Reported by: Евгений Терешков <evg-krsk <at> yandex.ru>
Date: Sat, 25 Oct 2014 16:11:11 UTC
Severity: normal
Found in version 24.4
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 11/11/2014 04:55 AM, Евгений Терешков wrote:
> How can I check wherevers it is problem in my libxml2 build or emacs
> itself?
How do you configure and compile libxml2? In particular, do you have
--with-debug/--with-mem-debug/--with-run-debug options enabled?
From your backtrace:
...
#14 0x00000000005c3adf in imagemagick_load_image (f=0x2, img=0x7fff55375e30, contents=0x1d16168 \
"\211PNG\r\n\032\n", size=1384, filename=0x0) at ../../src/image.c:8206
#15 0x00000000005c77f0 in lookup_image (f=f <at> entry=0x114e308, spec=spec <at> entry=29760774) at ../../src/image.c:1694
...
0x114e308 looks like a valid 'struct frame *' pointer, but 0x2 is definitely not.
Usually this means a kind of heap or stack corruption. It may be useful to compile
Emacs with '-O0 -g3' and run *undumped* (temacs) under valgrind.
Dmitry
This bug report was last modified 10 years and 225 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.