Your message dated Sat, 11 Jun 2005 17:13:54 +0200 with message-id <[EMAIL PROTECTED]> has caused the Debian Bug report #312826, regarding sbcl: fails to make a core during installation to be marked as having been forwarded to the upstream software author(s) [EMAIL PROTECTED]
(NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --------------------------------------- Received: (at 312826-forwarded) by bugs.debian.org; 11 Jun 2005 15:13:57 +0000 >From [EMAIL PROTECTED] Sat Jun 11 08:13:57 2005 Return-path: <[EMAIL PROTECTED]> Received: from out3.smtp.messagingengine.com [66.111.4.27] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Dh7gK-0004I2-00; Sat, 11 Jun 2005 08:13:57 -0700 X-Sasl-enc: jIwf6omH9RKUD3+P2a2VWN+3r9f3+tYDjQO5Wucsqvkp 1118502835 Received: from [127.0.0.1] (19.50-136-217.adsl.skynet.be [217.136.50.19]) by frontend1.messagingengine.com (Postfix) with ESMTP id 02130CA40B6 for <[EMAIL PROTECTED]>; Sat, 11 Jun 2005 11:13:54 -0400 (EDT) Message-ID: <[EMAIL PROTECTED]> Date: Sat, 11 Jun 2005 17:13:54 +0200 From: Peter Van Eynde <[EMAIL PROTECTED]> User-Agent: Debian Thunderbird 1.0.2 (X11/20050602) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [EMAIL PROTECTED] Subject: Locale troubles again. Was: [Bug#312826: sbcl: fails to make a core during installation] X-Enigmail-Version: 0.91.0.0 Content-Type: multipart/mixed; boundary="------------040105070301040405030502" Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER, HAS_PACKAGE autolearn=ham version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: This is a multi-part message in MIME format. --------------040105070301040405030502 Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Hello, I seems that sbcl has 'problems' in the Russian environment: 0/[EMAIL PROTECTED]:~ :( $ LANG=ru_UA LC_ALL=ru_UA /usr/bin/sbcl --core\ /usr/lib/sbcl/sbcl-dist.core --sysinit /dev/null \ --userinit /dev/null This is SBCL 0.9.1.28, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. internal error #29 SC: 14, Offset: 4 lispobj 0x50a4c67 fatal error encountered in SBCL pid 21954: internal error too early in init, can't recover The system is too badly corrupted or confused to continue at the Lisp level. If the system had been compiled with the SB-LDB feature, we'd drop into the LDB low-level debugger now. But there's no LDB in this build, so we can't really do anything but just exit, sorry. Running a more recent version (without significant changes wrt. CVS) with QSHOW enabled gives: 0/[EMAIL PROTECTED]:~/fakeroot/Packages/in-progress/sbcl-master :) $ LANG=ru_UA LC_ALL=ru_UA ./src/runtime/sbcl --core output/sbcl.core --sysinit /dev/null --userinit /dev/null This is SBCL 0.9.1.36, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. /entering load_core_file(output/sbcl.core) /successfully read first page of core /found CORE_MAGIC ... /END_CORE_ENTRY_TYPE_CODE case /new ptr=8277fd8 /about to free(header) /returning from load_core_file(..) /freeing core /entering interrupt_init() /returning from interrupt_init() /entering arch_install_interrupt_handlers() /returning from arch_install_interrupt_handlers() /setting POSIX-ARGV symbol value /entering sigint_init() /entering POSIX install_handler(2, ..) /data->interrupt_low_level_handlers[signal]=0 /leaving POSIX install_handler(2, ..) /leaving sigint_init() /funcalling initial_function=0x9000005 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f9000, page_index=-1 heap WP violation? fault_addr=b77f7000, page_index=-1 <trap error/cerror 128> internal error #29 SC: 14, Offset: 4 lispobj 0x509e85f fatal error encountered in SBCL pid 27059: internal error too early in init, can't recover The system is too badly corrupted or confused to continue at the Lisp level. If the system had been compiled with the SB-LDB feature, we'd drop into the LDB low-level debugger now. But there's no LDB in this build, so we can't really do anything but just exit, sorry. While when using LC_ALL=C LANG=C I get the expected: ... /setting POSIX-ARGV symbol value /entering sigint_init() /entering POSIX install_handler(2, ..) /data->interrupt_low_level_handlers[signal]=0 /leaving POSIX install_handler(2, ..) /leaving sigint_init() /funcalling initial_function=0x9000005 /entering POSIX install_handler(2, ..) /data->interrupt_low_level_handlers[signal]=0 /leaving POSIX install_handler(2, ..) /entering POSIX install_handler(3, ..) /data->interrupt_low_level_handlers[signal]=0 /leaving POSIX install_handler(3, ..) /entering POSIX install_handler(4, ..) /data->interrupt_low_level_handlers[signal]=8057330 /leaving POSIX install_handler(4, ..) /entering POSIX install_handler(5, ..) /data->interrupt_low_level_handlers[signal]=8056d40 /leaving POSIX install_handler(5, ..) /entering POSIX install_handler(6, ..) /data->interrupt_low_level_handlers[signal]=0 /leaving POSIX install_handler(6, ..) /entering POSIX install_handler(8, ..) /data->interrupt_low_level_handlers[signal]=0 /leaving POSIX install_handler(8, ..) /entering POSIX install_handler(7, ..) /data->interrupt_low_level_handlers[signal]=0 /leaving POSIX install_handler(7, ..) /entering POSIX install_handler(11, ..) /data->interrupt_low_level_handlers[signal]=80575f0 /leaving POSIX install_handler(11, ..) /entering POSIX install_handler(13, ..) /data->interrupt_low_level_handlers[signal]=0 /leaving POSIX install_handler(13, ..) /entering POSIX install_handler(14, ..) /data->interrupt_low_level_handlers[signal]=0 /leaving POSIX install_handler(14, ..) /entering collect_garbage(0) /starting one full scan of newspace generation 6 /done with one full scan of newspace generation 6 Next gc when 12600096 bytes have been consed /returning from collect_garbage * Any ideas? Groetjes, Peter Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| --------------040105070301040405030502 Content-Type: message/rfc822; name="Bug#312826: sbcl: fails to make a core during installation" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Bug#312826: sbcl: fails to make a core during installation" Received: from mx2.messagingengine.com (mx2.internal [10.202.2.201]) by server3.messagingengine.com (Cyrus v2.3-alpha) with LMTPA; Fri, 10 Jun 2005 07:24:12 -0400 X-Sieve: CMU Sieve 2.3 X-Spam-score: 0.0 X-Delivered-to: [EMAIL PROTECTED] Received: from spohr.debian.org (spohr.debian.org [140.211.166.43]) by mx2.messagingengine.com (Postfix) with ESMTP id 9FDC491B76E for <[EMAIL PROTECTED]>; Fri, 10 Jun 2005 07:24:07 -0400 (EDT) Received: from debbugs by spohr.debian.org with local (Exim 3.35 1 (Debian)) id 1DghWU-0002Xn-00; Fri, 10 Jun 2005 04:18:02 -0700 X-Loop: [EMAIL PROTECTED] Subject: Bug#312826: sbcl: fails to make a core during installation Reply-To: "Nickolay S. Savchenko" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Resent-From: "Nickolay S. Savchenko" <[EMAIL PROTECTED]> Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Peter Van Eynde <[EMAIL PROTECTED]> Resent-Date: Fri, 10 Jun 2005 11:18:01 UTC Resent-Message-ID: <[EMAIL PROTECTED]> X-Debian-PR-Message: report 312826 X-Debian-PR-Package: sbcl X-Debian-PR-Keywords: Received: via spool by [EMAIL PROTECTED] id=B.111840161724485 (code B ref -1); Fri, 10 Jun 2005 11:18:01 UTC Received: (at submit) by bugs.debian.org; 10 Jun 2005 11:06:57 +0000 Received: from el.volia.net [82.144.192.38] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DghLk-0006J2-00; Fri, 10 Jun 2005 04:06:56 -0700 Received: from ip.82.144.213.55.dyn.pool-1.broadband.voliacable.com ([82.144.213.55] helo=vatutin.emasc.no-ip.org) by el.volia.net with esmtp (Exim 4.43 (FreeBSD)) id 1DghLh-000JzS-9D; Fri, 10 Jun 2005 14:06:53 +0300 Received: by vatutin.emasc.no-ip.org (Postfix, from userid 1000) id 617CFD01C; Fri, 10 Jun 2005 14:07:02 +0300 (EEST) MIME-Version: 1.0 Content-Type: text/plain; charset="KOI8-U" From: "Nickolay S. Savchenko" <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> X-Mailer: reportbug 3.12 Date: Fri, 10 Jun 2005 14:07:02 +0300 Message-Id: <[EMAIL PROTECTED]> Content-Transfer-Encoding: quoted-printable Delivered-To: [EMAIL PROTECTED] X-Remote-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Remote-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Remote-Spam-Level: Resent-Sender: Debian BTS <[EMAIL PROTECTED]> Package: sbcl Version: 1:0.9.1.28-1 Severity: important Installation of sbcl from unstable branch fails with following message: /usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc. internal error #29 SC: 14, Offset: 4 lispobj 0x50a4c67 mv: =CE=C5=D7=CF=DA=CD=CF=D6=CE=CF =D7=D9=D0=CF=CC=CE=C9=D4=D8 stat =C4= =CC=D1 `sbcl-new.core': No such file or directory FAILED Actually, I have no idea what's going wrong and I couldn't fix=20 this problem myself since I'm no sbcl-internals guru. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.8-2-686 Locale: LANG=3Dru_UA, LC_CTYPE=3Dru_UA (charmap=3DKOI8-U) Versions of packages sbcl depends on: ii common-lisp-controller 4.15 This is a Common Lisp source= and c ii libc6 2.3.2.ds1-22 GNU C Library: Shared librar= ies an ii sbcl-common 1:0.9.1.28-1 Architecture independent fil= es for -- no debconf information --------------040105070301040405030502-- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]