From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: repost: segfault on linux Date: 08 Mar 2004 18:34:58 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1078443334.6791.2.camel@coltrane.laudi.ka> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079008701 19328 80.91.224.253 (11 Mar 2004 12:38:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Mar 2004 12:38:21 +0000 (UTC) Cc: Emacs-Devel Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 11 13:38:00 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 1B1PRo-0006p2-00 for ; Thu, 11 Mar 2004 13:38:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B1PRn-0006JC-00 for ; Thu, 11 Mar 2004 13:37:59 +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 1B1Nl9-0007mq-Nq for emacs-devel@quimby.gnus.org; Thu, 11 Mar 2004 05:49:51 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B0NjT-00026K-V5 for emacs-devel@gnu.org; Mon, 08 Mar 2004 11:35:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B0Nix-0001zv-4X for emacs-devel@gnu.org; Mon, 08 Mar 2004 11:35:58 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.30) id 1B0Niw-0001zZ-B5 for emacs-devel@gnu.org; Mon, 08 Mar 2004 11:35:26 -0500 Original-Received: (qmail 60798 invoked from network); 8 Mar 2004 16:35:21 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 8 Mar 2004 16:35:21 -0000 Original-To: jtl@schlund.de In-Reply-To: <1078443334.6791.2.camel@coltrane.laudi.ka> Original-Lines: 58 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:20298 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20298 Jens Lautenbacher writes: > [this didn't get through?] It did -- eventually... > > 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) As always, it would be helpful if you tried to give a more precise recipe for reproducing this -- and also tried to narrow down exactly what data causes this crash to occur. Also have a a look at etc/DEBUG for advise on trying to debug this a little further yourself. > > 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) > > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://mail.gnu.org/mailman/listinfo/emacs-devel