From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 11:49:41 2012 Received: (at submit) by debbugs.gnu.org; 27 Oct 2012 15:49:41 +0000 Received: from localhost ([127.0.0.1]:35968 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS8do-0008CD-DE for submit@debbugs.gnu.org; Sat, 27 Oct 2012 11:49:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42391) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS8dm-0008C6-0k for submit@debbugs.gnu.org; Sat, 27 Oct 2012 11:49:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TS8bZ-0006Jy-3U for submit@debbugs.gnu.org; Sat, 27 Oct 2012 11:47:22 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:59492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS8bZ-0006Ju-02 for submit@debbugs.gnu.org; Sat, 27 Oct 2012 11:47:21 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS8bX-0004N2-Oe for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 11:47:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TS8bW-0006JP-H5 for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 11:47:19 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:36000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS8bW-0006JE-Bl for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 11:47:18 -0400 Received: by mail-ob0-f169.google.com with SMTP id va7so3958818obc.0 for ; Sat, 27 Oct 2012 08:47:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dYhF8JEstJ8skaPFm2n8AiISYQi2/mrDw9FyZRaXDog=; b=He+Ak1JrKRgo3Lfj/m3sJ/qHP6vMotrjHH3HJ6IBepzhGwz+o+VtG3ucIxSyICAdML MIGDNgc3yEYvOqUV7SDd4eTh9JumSzVvQopTTGS+/2Ty6DtEJeaYPU/XV1vUgvgQNSEK ECycrv1QRT1AowPzGI/TEKTrFCcQMJ7wGafLQ5S9980SAWCQxxGdiBPmOuYmd1otXzNy iLkWIobzETubnCzDKKXGVfsQ7HPksxHNgrHek0hzxRoesrm1c3i1z0FflGAQO6R67Aer CrrnSGIq0d9Y2gCAbqnRN16J+AmExJVP5fjPbJH7Ia1I5VwOy6fgh3oXJCriCVkcpYlk qjmQ== MIME-Version: 1.0 Received: by 10.60.32.241 with SMTP id m17mr22431019oei.50.1351352837362; Sat, 27 Oct 2012 08:47:17 -0700 (PDT) Received: by 10.76.172.66 with HTTP; Sat, 27 Oct 2012 08:47:17 -0700 (PDT) Date: Sat, 27 Oct 2012 17:47:17 +0200 Message-ID: Subject: 24.2.50; run-python hangs From: Left Right To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) This bug report will be sent to the Bug-GNU-Emacs mailing list and the GNU bug tracker at debbugs.gnu.org. Please check that the From: line contains a valid email address. After a delay of up to one day, you should receive an acknowledgment at that address. Please write in English if possible, as the Emacs maintainers usually do not have translators for other languages. Please describe exactly what actions triggered the bug, and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': Immediately after starting Emacs with `emacs -Q` I ran M-x run-python This enters an infinite loop. I can interrupt the infinite loop with C-g. After loop was interrupted, I looked into *Messages* buffer. This is its contents: Sent python-shell-completion-setup-code Sent python-ffap-setup-code Sent python-eldoc-setup-code Error during redisplay: (jit-lock-function 1) signaled (quit) After the fucntion was interrupted, the *Python* buffer appeared. The modeline in the buffer spells: (Inferior Python:run Shell-Compile) I'm not sure if that is how it should be. I experience similar issues with JavaScript-2 mode when using commint buffer to M-x run-js Some times Emacs would lock up and after interruping it with C-g it would print a message connected to a problem with displaying a face. Sorry, I can't provide more info at the moment, but if that is related, will find a way to do it. Best. Oleg If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /usr/local/share/emacs/24.2.50/etc/DEBUG. In GNU Emacs 24.2.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.11) of 2012-10-14 on wvxvw-desktop Bzr revision: 110539 rgm@gnu.org-20121014001707-nd6ld4b0oxhsyl2c Windowing system distributor `Fedora Project', version 11.0.11203000 System Description: Fedora release 17 (Beefy Miracle) Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r u n - p y t h C-x o C-x b M-x r e p o r t - b Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Sent python-shell-completion-setup-code Sent python-ffap-setup-code Sent python-eldoc-setup-code Error during redisplay: (jit-lock-function 1) signaled (quit) Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils compile python rx easymenu comint ring ansi-color time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 12:00:02 2012 Received: (at submit) by debbugs.gnu.org; 27 Oct 2012 16:00:02 +0000 Received: from localhost ([127.0.0.1]:35974 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS8np-0008QM-GC for submit@debbugs.gnu.org; Sat, 27 Oct 2012 12:00:01 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34995) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS8nn-0008QF-BL for submit@debbugs.gnu.org; Sat, 27 Oct 2012 12:00:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TS8la-0000vA-NX for submit@debbugs.gnu.org; Sat, 27 Oct 2012 11:57:43 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:59844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS8la-0000v4-Ju for submit@debbugs.gnu.org; Sat, 27 Oct 2012 11:57:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS8lZ-0005Ug-Cu for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 11:57:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TS8lY-0000u3-Ai for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 11:57:41 -0400 Received: from mail-oa0-f41.google.com ([209.85.219.41]:37403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS8lX-0000ty-PA for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 11:57:39 -0400 Received: by mail-oa0-f41.google.com with SMTP id k14so4047709oag.0 for ; Sat, 27 Oct 2012 08:57:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=mi1GHkTxcT6mYva5h0MarOOOHmg0X3Znry7IJ7Uh5AE=; b=XdHO0kpjz27CMbMjHRczOjz3nGVCW9IWNYLoLid0qhYLsVWovjnelePMDXB+xz+aI5 JCwFLwIW+PbLbKDpmmKLdj2yZ913Xn3ZRnrDshOZIndFx6W6Y79IpHn9nuRZ55Husbr7 Si5Jkm6xueGyKDWBFc1KQO9ToTKGsP+LKKzzYhwRUAc3LSf/nAwRfvjO4fUbmnpeiZ7L myLiIsRQdSufzUSO4fWqwikmWgFTR2QWGW4R1wsS5mFHjg5GNc7VI6goMmQscbNhc+bu BmmMs6gWCTpQ06DtVVBvE+S7OMn6anG5KnUdYRTVtTzNMd2HOIteby/+7m1RQwL08VKr 1eMQ== MIME-Version: 1.0 Received: by 10.60.170.114 with SMTP id al18mr22786670oec.56.1351353459068; Sat, 27 Oct 2012 08:57:39 -0700 (PDT) Received: by 10.76.172.66 with HTTP; Sat, 27 Oct 2012 08:57:39 -0700 (PDT) In-Reply-To: References: Date: Sat, 27 Oct 2012 17:57:39 +0200 Message-ID: Subject: Re: 24.2.50; run-python hangs From: Left Right To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.4 (---) Hello again, I think I know what the problem is, but I don't know how to fix it: (defun jit-lock-function (start) "Fontify current buffer starting at position START. This function is added to `fontification-functions' when `jit-lock-mode' is active." (when (and jit-lock-mode (not memory-full)) (if (null jit-lock-defer-timer) ;; No deferral. (jit-lock-fontify-now start (+ start jit-lock-chunk-size)) ;; Record the buffer for later fontification. (unless (memq (current-buffer) jit-lock-defer-buffers) (push (current-buffer) jit-lock-defer-buffers)) ;; Mark the area as defer-fontified so that the redisplay engine ;; is happy and so that the idle timer can find the places to fontify. (with-buffer-prepared-for-jit-lock (put-text-property start (next-single-property-change start 'fontified nil (min (point-max) (+ start jit-lock-chunk-size))) 'fontified 'defer))))) There are 3 s-expressions inside (if ...), the third will never run, but it probably has to. Maybe it should be (when ...) instead of (if ...)? Best. Oleg From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 12:06:49 2012 Received: (at 12743) by debbugs.gnu.org; 27 Oct 2012 16:06:49 +0000 Received: from localhost ([127.0.0.1]:35978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS8uO-00008e-H4 for submit@debbugs.gnu.org; Sat, 27 Oct 2012 12:06:48 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:38941) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS8uL-00008V-FE for 12743@debbugs.gnu.org; Sat, 27 Oct 2012 12:06:46 -0400 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3Xpn2P13KGz3hhWR; Sat, 27 Oct 2012 18:04:27 +0200 (CEST) X-Auth-Info: M1nZ/wzQna52c0KLOilCdGoyUR6xFUX3HzDPapwKWJg= Received: from igel.home (ppp-93-104-148-157.dynamic.mnet-online.de [93.104.148.157]) by mail.mnet-online.de (Postfix) with ESMTPA id 3Xpn2M2s7kzbbfZ; Sat, 27 Oct 2012 18:04:27 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id 0C0FFCA2A1; Sat, 27 Oct 2012 18:04:26 +0200 (CEST) From: Andreas Schwab To: Left Right Subject: Re: bug#12743: 24.2.50; run-python hangs References: X-Yow: I'm totally DESPONDENT over the LIBYAN situation and the price of CHICKEN.. Date: Sat, 27 Oct 2012 18:04:26 +0200 In-Reply-To: (Left Right's message of "Sat, 27 Oct 2012 17:57:39 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 12743 Cc: 12743@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.0 (/) Left Right writes: > There are 3 s-expressions inside (if ...), the third will never run, > but it probably has to. Maybe it should be (when ...) instead of (if > ...)? (if COND THEN ELSE...) If COND yields non-nil, do THEN, else do ELSE... Returns the value of THEN or the value of the last of the ELSE's. THEN must be one expression, but ELSE... can be zero or more expressions. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 12:12:31 2012 Received: (at 12743) by debbugs.gnu.org; 27 Oct 2012 16:12:31 +0000 Received: from localhost ([127.0.0.1]:35983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS8zv-0000Gh-Cj for submit@debbugs.gnu.org; Sat, 27 Oct 2012 12:12:31 -0400 Received: from mail-ob0-f172.google.com ([209.85.214.172]:54867) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS8zu-0000Gb-3C for 12743@debbugs.gnu.org; Sat, 27 Oct 2012 12:12:30 -0400 Received: by mail-ob0-f172.google.com with SMTP id v19so3280304obq.3 for <12743@debbugs.gnu.org>; Sat, 27 Oct 2012 09:10:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZuxUax1PX3IyooP3975WT5b49oihgdeLnNKF49/HSLQ=; b=xabTlzFchowRimW60wusJYj6vAMSMyszZoLNYgSQK1yHpqQx/oy6FJ8psYFDG5q6Y2 t1lEcDxRbx8X2iMxVlWIt6gFodr0JxcuJBNXmaewHNHcYkIH+Uw2yzZehtiMNwyQ+j69 IXZJokD0zFJemlRwyPyB6wR7QQwUu111yZYhxamnkFWofPOPyFDEmJ5AQtIVUbTBYIGE t6PQmI1ZhIJ0DIWGyCoLYVkFKXN3udOc2JlR4xtfFBloTkk7UtO8COlQ0WAD8vURU6LZ bsJJCF5SJfiFQVWODSebEqewAiHuhFFtXSj+EXMUfv6wx/wSPylRgr66QlmOqSqZ1XLm 97/Q== MIME-Version: 1.0 Received: by 10.60.32.241 with SMTP id m17mr22474511oei.50.1351354212793; Sat, 27 Oct 2012 09:10:12 -0700 (PDT) Received: by 10.76.172.66 with HTTP; Sat, 27 Oct 2012 09:10:12 -0700 (PDT) In-Reply-To: References: Date: Sat, 27 Oct 2012 18:10:12 +0200 Message-ID: Subject: Re: bug#12743: 24.2.50; run-python hangs From: Left Right To: Andreas Schwab Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 12743 Cc: 12743@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.1 (/) OK, I admit, I wasn't clear, I didn't count the first one, so 4 s-expressions, not 3. Best. Oleg From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 12:20:06 2012 Received: (at 12743) by debbugs.gnu.org; 27 Oct 2012 16:20:06 +0000 Received: from localhost ([127.0.0.1]:35987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS97G-0000RV-7u for submit@debbugs.gnu.org; Sat, 27 Oct 2012 12:20:06 -0400 Received: from mail-ob0-f172.google.com ([209.85.214.172]:38471) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS97E-0000RN-ET for 12743@debbugs.gnu.org; Sat, 27 Oct 2012 12:20:05 -0400 Received: by mail-ob0-f172.google.com with SMTP id v19so3283420obq.3 for <12743@debbugs.gnu.org>; Sat, 27 Oct 2012 09:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vji9fDNEFWTGoDeRnDNn6siXWYX2ctVYM+Fx+emkn64=; b=rT/TYtmoL0XwuikrOcTdmzO6YZ+hcMHReEB6YYrA+Pw/ngTrPQ9Pz7R+zuavAr1Z26 Q8dOXHzWsFDljcvPcHssp5tFlmL8ozyAgODmtpAFq5v7HGgrWymkjGT/BPRcxXQS7V0L mBh/VfTBKGpudZlvwAERMKn7Ha/EpcpCePVn8cPEKyq6U/PsFsjqObvJzTVrusm+Ysav 3AP8ykB4vGcgv66RO6uPeMyVHd0Yd9Js6UTjlgtqHh3Bg9kR6KoVVvMhiny+jAUVH+BG Md6/rNP2qLrV79HpFXUwa/ctEZ3gbhioFfb9XYui8U55wjO9YkaqFRp0lQXG85M5lHRw Kv7w== MIME-Version: 1.0 Received: by 10.182.192.74 with SMTP id he10mr21400209obc.87.1351354668681; Sat, 27 Oct 2012 09:17:48 -0700 (PDT) Received: by 10.76.172.66 with HTTP; Sat, 27 Oct 2012 09:17:48 -0700 (PDT) In-Reply-To: References: Date: Sat, 27 Oct 2012 18:17:48 +0200 Message-ID: Subject: Re: bug#12743: 24.2.50; run-python hangs From: Left Right To: Andreas Schwab Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 12743 Cc: 12743@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.1 (/) Ohhh... I think I know what's the reason: with-buffer-prepared-for-jit-lock' <-------------------------------------- note the quote! the name of the macro doesn't have the quote in it, so instead of expanding the macro, it thinks it is an undefined function. Doesn't it? Best. Oleg From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 12:33:39 2012 Received: (at 12743) by debbugs.gnu.org; 27 Oct 2012 16:33:39 +0000 Received: from localhost ([127.0.0.1]:36011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS9KM-0000kM-Og for submit@debbugs.gnu.org; Sat, 27 Oct 2012 12:33:38 -0400 Received: from mail-oa0-f44.google.com ([209.85.219.44]:45056) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS9KK-0000kE-Ea for 12743@debbugs.gnu.org; Sat, 27 Oct 2012 12:33:37 -0400 Received: by mail-oa0-f44.google.com with SMTP id n5so3346554oag.3 for <12743@debbugs.gnu.org>; Sat, 27 Oct 2012 09:31:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zieE4iNJHe251L163XphOyaGGG0E224IH1LdBYdDKu4=; b=S9T1sQG339W5LQEP567LD1NOnjesNARxhPeiDCriEO5Ib2kXZwFsc2ofYBAKUK+ZxN umkZ+ibYRpyFc3Dini8jyL5hFNE4oYWV4C9r2beb3nphFbDyxjidWnmSlKBHus62usvA u0S7sMvZhrCOgCCggspjIKgsnWLt1dvO8gFt6s4GbsIyuIWl0GYtTsLz50gXOo7j6Yaz tnEVPoMUSb+pYLhIYipZAF4IVzuapmaA/orGCiQRaPcFV82qvqYuBjZUYXC8SageMcZp KNDjGSatocmJGtPY/M6z90vYaUqz1APISGzzRyLkMb6whsuGMmBIHh/vnq4VLe2XKOh1 rUaw== MIME-Version: 1.0 Received: by 10.60.7.225 with SMTP id m1mr22829475oea.122.1351355479504; Sat, 27 Oct 2012 09:31:19 -0700 (PDT) Received: by 10.76.172.66 with HTTP; Sat, 27 Oct 2012 09:31:19 -0700 (PDT) In-Reply-To: References: Date: Sat, 27 Oct 2012 18:31:19 +0200 Message-ID: Subject: Re: bug#12743: 24.2.50; run-python hangs From: Left Right To: Andreas Schwab Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 12743 Cc: 12743@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.1 (/) Sorry for the noise. That was some artefact left after me trying to debug. Best. Oleg From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 12:52:23 2012 Received: (at 12743) by debbugs.gnu.org; 27 Oct 2012 16:52:23 +0000 Received: from localhost ([127.0.0.1]:36015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS9cU-0001BU-EY for submit@debbugs.gnu.org; Sat, 27 Oct 2012 12:52:22 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:52145) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS9cO-0001BH-97 for 12743@debbugs.gnu.org; Sat, 27 Oct 2012 12:52:18 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MCK00A009BV5Y00@a-mtaout21.012.net.il> for 12743@debbugs.gnu.org; Sat, 27 Oct 2012 18:49:23 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MCK00AUV9EA2I30@a-mtaout21.012.net.il>; Sat, 27 Oct 2012 18:49:23 +0200 (IST) Date: Sat, 27 Oct 2012 18:49:28 +0200 From: Eli Zaretskii Subject: Re: bug#12743: 24.2.50; run-python hangs In-reply-to: X-012-Sender: halo1@inter.net.il To: Left Right Message-id: <83vcdv97xj.fsf@gnu.org> References: X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > Date: Sat, 27 Oct 2012 17:47:17 +0200 > From: Left Right > > Immediately after starting Emacs with `emacs -Q` I ran > M-x run-python > This enters an infinite loop. I can interrupt the infinite loop with > C-g. After loop was interrupted, I looked into *Messages* buffer. > This is its contents: > > Sent python-shell-completion-setup-code > Sent python-ffap-setup-code > Sent python-eldoc-setup-code > Error during redisplay: (jit-lock-function 1) signaled (quit) [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.179.55.169 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] X-Debbugs-Envelope-To: 12743 Cc: 12743@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > Date: Sat, 27 Oct 2012 17:47:17 +0200 > From: Left Right > > Immediately after starting Emacs with `emacs -Q` I ran > M-x run-python > This enters an infinite loop. I can interrupt the infinite loop with > C-g. After loop was interrupted, I looked into *Messages* buffer. > This is its contents: > > Sent python-shell-completion-setup-code > Sent python-ffap-setup-code > Sent python-eldoc-setup-code > Error during redisplay: (jit-lock-function 1) signaled (quit) [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.179.55.169 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4974] > Date: Sat, 27 Oct 2012 17:47:17 +0200 > From: Left Right > > Immediately after starting Emacs with `emacs -Q` I ran > M-x run-python > This enters an infinite loop. I can interrupt the infinite loop with > C-g. After loop was interrupted, I looked into *Messages* buffer. > This is its contents: > > Sent python-shell-completion-setup-code > Sent python-ffap-setup-code > Sent python-eldoc-setup-code > Error during redisplay: (jit-lock-function 1) signaled (quit) This is a duplicate of bug #12645. From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 13:09:17 2012 Received: (at 12743) by debbugs.gnu.org; 27 Oct 2012 17:09:17 +0000 Received: from localhost ([127.0.0.1]:36031 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS9sr-0001Yn-38 for submit@debbugs.gnu.org; Sat, 27 Oct 2012 13:09:17 -0400 Received: from mail-oa0-f44.google.com ([209.85.219.44]:47155) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS9so-0001Yg-Lx for 12743@debbugs.gnu.org; Sat, 27 Oct 2012 13:09:15 -0400 Received: by mail-oa0-f44.google.com with SMTP id n5so3361411oag.3 for <12743@debbugs.gnu.org>; Sat, 27 Oct 2012 10:06:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YhJ6VyzrFucscyXGHsJCUIxgBz//IaXpmQ8pIDyg+HY=; b=i1hUYqqITAodKiLdJyL/Vx1zOycBSisXbXHp9BTwraAfjeumqoGAcD8IZm8X3mUETe qQ4YvLj2IGOJsmvt9smCoYc7SKTozkzo9XwmrW7TzxW8xwCOZ0DM5BLqR4N7RdPihe6d Aa+xojUc2U7jPwCQn/bRLuPqE1v3z9UpD9HtgXuCfA5tRllBxk1n7l5f7ThpuM/uwxgC 81Ui2BQo4i6AUfSRtlng28Ncp3J0U0APOq7IgsIKg0wC4nrmuR7nRA9kVSvKrdKSE9nZ e3zoeseituk6DL6GeF5fFw5tKVDVU0JHnUxHmqM/YsJtOgJYfuRYCSeCp37fmPuBcZw0 4UAQ== MIME-Version: 1.0 Received: by 10.182.156.99 with SMTP id wd3mr21462163obb.15.1351357618305; Sat, 27 Oct 2012 10:06:58 -0700 (PDT) Received: by 10.76.172.66 with HTTP; Sat, 27 Oct 2012 10:06:58 -0700 (PDT) In-Reply-To: <83vcdv97xj.fsf@gnu.org> References: <83vcdv97xj.fsf@gnu.org> Date: Sat, 27 Oct 2012 19:06:58 +0200 Message-ID: Subject: Re: bug#12743: 24.2.50; run-python hangs From: Left Right To: Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 12743 Cc: 12743@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.1 (/) Oops, sorry, had to search it before. Best. Oleg From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 14:00:13 2012 Received: (at control) by debbugs.gnu.org; 27 Oct 2012 18:00:13 +0000 Received: from localhost ([127.0.0.1]:36044 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSAg8-0002gI-U7 for submit@debbugs.gnu.org; Sat, 27 Oct 2012 14:00:13 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:42681) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSAg6-0002gB-Ef for control@debbugs.gnu.org; Sat, 27 Oct 2012 14:00:11 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TSAdu-0008SN-Js for control@debbugs.gnu.org; Sat, 27 Oct 2012 13:57:54 -0400 Date: Sat, 27 Oct 2012 13:57:54 -0400 Message-Id: Subject: control message for bug 12743 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.9 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) forcemerge 12645 12743 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 28 14:54:11 2012 Received: (at control) by debbugs.gnu.org; 28 Oct 2012 18:54:11 +0000 Received: from localhost ([127.0.0.1]:36892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSXzu-0004uR-Rx for submit@debbugs.gnu.org; Sun, 28 Oct 2012 14:54:11 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:59441) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSXzs-0004uJ-Nn for control@debbugs.gnu.org; Sun, 28 Oct 2012 14:54:09 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TSXxa-0004mR-MX for control@debbugs.gnu.org; Sun, 28 Oct 2012 14:51:46 -0400 Date: Sun, 28 Oct 2012 14:51:46 -0400 Message-Id: Subject: control message for bug 12751 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.8 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.8 (----) forcemerge 12645 12751 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 02 11:35:05 2012 Received: (at control) by debbugs.gnu.org; 2 Nov 2012 15:35:05 +0000 Received: from localhost ([127.0.0.1]:45797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TUJGz-0000w1-C6 for submit@debbugs.gnu.org; Fri, 02 Nov 2012 11:35:05 -0400 Received: from mail-gh0-f172.google.com ([209.85.160.172]:62670) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TUJGy-0000vv-M9 for control@debbugs.gnu.org; Fri, 02 Nov 2012 11:35:04 -0400 Received: by mail-gh0-f172.google.com with SMTP id g10so676360ghb.3 for ; Fri, 02 Nov 2012 08:32:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:content-type :content-transfer-encoding:x-gm-message-state; bh=01yhqoxtNDVXTKW3a9FgAwExuJXglCMdTukaDDtlBMc=; b=OAuQisXMkPk/DmCz1TJC98tB+4V4ejpHc8UvnZclNiFtTal9b35Fx9AeO0IoJf4N1/ aMBX7i3xlBpriPKro+1K2DjHlTnNJTvi14fkEjSWoPwDKQunkJzerp1HG817/ILTEpQf MklGA3ifvXE11weHGOtvhXLLEyWyY9VbKwlkYm4xmstM7CjJkfKUyq3psHiHvBgRBmsc DpVq1WwK2w4vjC8BO84jg9mJqpU4uK4QZWB5KkiUEXOJsCGFRfUFFPClCOrxvrGmX/ka 63hq/y9goFAXpdNkOIYkLCOe/GO7Cx1NLx3cqJ7b01Qivo3dtW79SMkQ4FL7kaDIFofX URjw== Received: by 10.101.105.24 with SMTP id h24mr548374anm.53.1351870335447; Fri, 02 Nov 2012 08:32:15 -0700 (PDT) Received: from [192.168.1.25] (host92.181-14-113.telecom.net.ar. [181.14.113.92]) by mx.google.com with ESMTPS id e24sm9900902yhh.4.2012.11.02.08.32.13 (version=SSLv3 cipher=OTHER); Fri, 02 Nov 2012 08:32:14 -0700 (PDT) Message-ID: <5093E7AA.6090808@anue.biz> Date: Fri, 02 Nov 2012 12:32:58 -0300 From: =?ISO-8859-1?Q?Fabi=E1n_Ezequiel_Gallina?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 MIME-Version: 1.0 To: control@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlAM7RIgfpow6zrNBWrj6X9TynrX2ViFU3f6oqcH7JxSc81UTUu6qPPhHuNqrbJz2knusfC X-Spam-Score: 4.9 (++++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close #12645 [...] Content analysis details: (4.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.0 GOT_NO_SUBJECT No real subject -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.172 listed in list.dnswl.org] 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] 1.8 MISSING_SUBJECT Missing Subject: header X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 4.9 (++++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close #12645 [...] Content analysis details: (4.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.172 listed in list.dnswl.org] 3.0 GOT_NO_SUBJECT No real subject 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] 1.8 MISSING_SUBJECT Missing Subject: header 0.0 TVD_SPACE_RATIO TVD_SPACE_RATIO close #12645 From unknown Sun Jun 22 04:09:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 04 Dec 2012 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator