From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kaushal Modi Newsgroups: gmane.emacs.devel Subject: What's your version of Imagemagick? (was M-x eww performance) Date: Fri, 23 Oct 2015 10:56:37 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1445612271 10222 80.91.229.3 (23 Oct 2015 14:57:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Oct 2015 14:57:51 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 23 16:57:45 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zpdmp-0000tU-RB for ged-emacs-devel@m.gmane.org; Fri, 23 Oct 2015 16:57:43 +0200 Original-Received: from localhost ([::1]:39039 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpdmp-0008HE-3u for ged-emacs-devel@m.gmane.org; Fri, 23 Oct 2015 10:57:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpdmQ-0008DG-J5 for emacs-devel@gnu.org; Fri, 23 Oct 2015 10:57:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpdmP-0005MV-FN for emacs-devel@gnu.org; Fri, 23 Oct 2015 10:57:18 -0400 Original-Received: from mail-oi0-x229.google.com ([2607:f8b0:4003:c06::229]:34611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpdmP-0005MO-Br for emacs-devel@gnu.org; Fri, 23 Oct 2015 10:57:17 -0400 Original-Received: by oies66 with SMTP id s66so67041028oie.1 for ; Fri, 23 Oct 2015 07:57:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=MAt7oTjS878SAPs4XHeWKxhUe3zue4HT2/J5gzbUvJc=; b=eD8OpXC3dsgzXWUcVXqHIRr9D94MS5FLOyGtv6eN2eckfrMcgxETacFeIhHpaylO6S gsDdH0UbLMHWmoCuqpzOo+f9P0LZhdhwJSYGfsRTo4pTPRBxDGSsw/StYzywUOxK9YoI grUobtE5KaSbdu71ZlUPkDegIc5DyIODA62Uc/XAdQfunVX0p77ZY6gJs7gIfqzUPgpC 0k+KTYbwFRwT1foVN8y3sC/eUzp23g/afWCKkWi4Tz8Vfwj5zafOkyRKD4DOsy+06ie8 Bo0puslKX8vMF4VisFIpEZAqK8xYTHohXMsCzc6y4Joo3SvbP1mpSbidy8n2ObP1Yd4h GxsA== X-Received: by 10.202.104.24 with SMTP id d24mr12193688oic.57.1445612236626; Fri, 23 Oct 2015 07:57:16 -0700 (PDT) Original-Received: by 10.202.44.8 with HTTP; Fri, 23 Oct 2015 07:56:37 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::229 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192495 Archived-At: Hi all, I started the "M-x eww performance" thread yesterday in emacs-devel to get pointers on debugging eww freezing emacs for certain websites. Based on the feedback, I opened this debbugs: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21738 You can review the discussion over there and provide some input if you can help. Here's the summary: - Certain web-pages launched in eww froze/crashed my emacs session (even emacs -Q). - So it was confirmed that it wasn't my emacs config causing any problem. - It turned out that building emacs *without* Imagemagick prevented the problem. - I verified later that opening multiple .png files in emacs using plain old C-x C-f (no eww here) also recreated that emacs freeze. - I am using Imagemagick version 6.8.9.1. So the questions to emacs-devel are: - Do you build your emacs with Imagemagick? - Are able to successfully load the full web-page by doing "M-x eww http://www.braveclojure.com/basic-emacs" in an "emacs -Q" session? Is the answer to the above 2 questions is yes, what is your Imagemagick version? It might also be helpful to add the output you get from eval'ling the below: (message "Built on %s\nConfigure options: %s\nFeatures: %s" system-configuration system-configuration-options system-configuration-features) Here is what I get: Built on x86_64-unknown-linux-gnu Configure options: --prefix=/home/kmodi/usr_local/apps/6/emacs/master 'CPPFLAGS=-fgnu89-inline -I/home/kmodi/usr_local/6/include -I/usr/include/freetype2 -I/usr/include' 'LDFLAGS=-L/home/kmodi/usr_local/6/lib -L/home/kmodi/usr_local/6/lib64' Features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK2 X11 -- Kaushal Modi