From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: signal 6 in CVS. Date: Sun, 5 Sep 2004 15:14:40 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <16699.4416.381065.171818@byrd.xs4all.nl> Reply-To: hanwen@xs4all.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1094390105 19727 80.91.224.253 (5 Sep 2004 13:15:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Sep 2004 13:15:05 +0000 (UTC) Cc: jantien@xs4all.nl Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Sep 05 15:14:58 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C3wrB-0005hc-00 for ; Sun, 05 Sep 2004 15:14:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C3wwJ-00009h-El for guile-devel@m.gmane.org; Sun, 05 Sep 2004 09:20:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C3wvz-00008T-MB for guile-devel@gnu.org; Sun, 05 Sep 2004 09:19:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C3wvy-00007M-EA for guile-devel@gnu.org; Sun, 05 Sep 2004 09:19:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C3wvy-00007J-BS for guile-devel@gnu.org; Sun, 05 Sep 2004 09:19:54 -0400 Original-Received: from [213.84.26.127] (helo=byrd.xs4all.nl) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C3wql-0006Kz-2Q for guile-devel@gnu.org; Sun, 05 Sep 2004 09:14:31 -0400 Original-Received: from byrd.xs4all.nl.byrd.xs4all.nl (byrd [127.0.0.1]) by byrd.xs4all.nl (8.13.0/8.13.0) with ESMTP id i85DEeG7031865; Sun, 5 Sep 2004 15:14:40 +0200 Original-To: guile-devel@gnu.org X-Mailer: VM 7.14 under Emacs 21.3.1 X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-MailScanner-From: hanwen@xs4all.nl X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4079 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4079 I regularly get aborts with current CVS. Call trace: #0 0xffffe410 in ?? () #1 0xbfffd72c in ?? () #2 0x00000006 in ?? () #3 0x00007b20 in ?? () #4 0x438c33b5 in raise () from /lib/tls/libc.so.6 #5 0x438c4f09 in abort () from /lib/tls/libc.so.6 #6 0x4007ba24 in scm_threads_mark_stacks () at threads.c:954 #7 0x4003ff54 in scm_mark_all () at gc-mark.c:94 #8 0x4003f851 in scm_igc (what=0x4009aed9 "string") at gc.c:562 #9 0x40040e97 in increase_mtrigger (size=21547, what=0x4009aed9 "string") at gc-malloc.c:226 #10 0x40040fdd in scm_gc_malloc (size=21547, what=0x4009aed9 "string") at gc-malloc.c:308 #11 0x4006e02b in make_stringbuf (len=21546) at strings.c:118 #12 0x4006e118 in scm_i_make_string (len=21546, charsp=0xbfffd9c8) at strings.c:168 #13 0x4006f05a in scm_from_locale_stringn ( str=0x854d238 "\\version \"2.3.8\"\n\n\\context {\n \\name Global\n\n \\accepts Score\n \\description \"Hard coded entry point for LilyPond. Cannot be tuned.\"\n \\grobdescriptions #all-grob-descriptions \n}\n\n\\context "..., len=21546) at strings.c:761 #14 0x4006f0ad in scm_from_locale_string ( str=0x854d238 "\\version \"2.3.8\"\n\n\\context {\n \\name Global\n\n \\accepts Score\n \\description \"Hard coded entry point for LilyPond. Cannot be tuned.\"\n \\grobdescriptions #all-grob-descriptions \n}\n\n\\context "...) at strings.c:769 #15 0x4002af82 in scm_makfrom0str (src=0x6
) at discouraged.c:143 #16 0x0813deb6 in Source_file::init_port (this=0x85490b8) at source-file.cc:103 # the crash always comes from /* Thread has not been suspended, which should never happen. */ abort (); I suspect that make_stringbuf() or one of the related functions in the call stack forgot to set some sort of mutex lock. Marius, can you investigate? -- Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel