From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jens Lautenbacher Newsgroups: gmane.emacs.devel Subject: repost: segfault on linux Date: Fri, 05 Mar 2004 00:35:34 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1078443334.6791.2.camel@coltrane.laudi.ka> Reply-To: jtl@schlund.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1078736415 11810 80.91.224.253 (8 Mar 2004 09:00:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2004 09:00:15 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 08 10:00:07 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B0GcJ-000517-00 for ; Mon, 08 Mar 2004 10:00:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B0GcJ-0002V1-00 for ; Mon, 08 Mar 2004 10:00:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B0Gc3-0004zz-Lc for emacs-devel@quimby.gnus.org; Mon, 08 Mar 2004 03:59:51 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Az2O1-0002Rw-Fi for emacs-devel@gnu.org; Thu, 04 Mar 2004 18:36:17 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Az2NQ-0001wu-6Y for emacs-devel@gnu.org; Thu, 04 Mar 2004 18:36:12 -0500 Original-Received: from [212.227.126.173] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Az2NP-0001wb-Ph for emacs-devel@gnu.org; Thu, 04 Mar 2004 18:35:40 -0500 Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Az2NM-0008TD-00 for emacs-devel@gnu.org; Fri, 05 Mar 2004 00:35:36 +0100 Original-Received: from [80.139.55.99] (helo=[10.0.0.2]) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1Az2NL-0003fc-00 for emacs-devel@gnu.org; Fri, 05 Mar 2004 00:35:35 +0100 Original-To: Emacs-Devel X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:c841b0622166f560aa7ad6ce6c381fb1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20267 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20267 [this didn't get through?] Hi, When trying to use James Clarks nxml mode (nxml-mode-20031031) with syntax highlighting turned on, current CVS emacs segfaults with the following stacktrace. please tell me if I should provide more information (this is CVS from today, on Fedora Core I, emacs built with gtk enabled) Program received signal SIGSEGV, Segmentation fault. 0x00b9c98f in msort_with_tmp () from /lib/tls/libc.so.6 (gdb) where #0 0x00b9c98f in msort_with_tmp () from /lib/tls/libc.so.6 #1 0x00b9c9f0 in msort_with_tmp () from /lib/tls/libc.so.6 #2 0x00b9ccb8 in qsort () from /lib/tls/libc.so.6 #3 0x0812aabe in sort_overlays (overlay_vec=0xbf600110, noverlays=2, w=0x0) at buffer.c:2873 #4 0x081a7e69 in get_char_property_and_overlay (position=1, prop=675417024, object=-1976777440, overlay=0x0) at textprop.c:664 #5 0x081a7f8a in Fget_char_property (position=1, prop=675417024, object=-1976777440) at textprop.c:704 #6 0x0809468d in handle_display_prop (it=0xbff285f0) at xdisp.c:3286 #7 0x08093870 in handle_stop (it=0xbff285f0) at xdisp.c:2567 #8 0x0809773d in next_element_from_buffer (it=0xbff285f0) at xdisp.c:5439 #9 0x08096b80 in get_next_display_element (it=0xbff285f0) at xdisp.c:4791 #10 0x08096b80 in get_next_display_element (it=0xbff285f0) at xdisp.c:4791 #11 0x08096b80 in get_next_display_element (it=0xbff285f0) at xdisp.c:4791 #12 0x08096b80 in get_next_display_element (it=0xbff285f0) at xdisp.c:4791 (last line repeated)