all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: don@donarmstrong.com (Emacs bug Tracking System)
To: Yavor Doganov <yavor@gnu.org>
Subject: bug#1083: marked as done (Segfaults in alloc.c within gdb on  gNewSense)
Date: Tue, 21 Oct 2008 13:55:04 -0700	[thread overview]
Message-ID: <handler.1083.D1083.12246221892003.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 87abg2v0rh.GNU's_Not_Unix!%yavor@gnu.org

[-- Attachment #1: Type: text/plain, Size: 840 bytes --]


Your message dated Tue, 21 Oct 2008 23:49:41 +0300
with message-id <878wsh65cq.GNU's_Not_Unix!%yavor@gnu.org>
and subject line Not reprodicible anymore
has caused the Emacs bug report #1083,
regarding Segfaults in alloc.c within gdb on gNewSense
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1083: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1083
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 10100 bytes --]

From: Yavor Doganov <yavor@gnu.org>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; Bootstrapping with the GNUstep port impossible
Date: Mon, 28 Jul 2008 12:03:30 +0300
Message-ID: <87abg2v0rh.GNU's_Not_Unix!%yavor@gnu.org>

With today's (2008-07-28) CVS trunk, doing

./configure --with-ns
make (as per nextstep/INSTALL)
  or
make bootstrap

results in segmentation fault during byte-compilation, at random
places.  Notice how unlike the usual bootstrap procedure, it loads a
gazillion of files when byte-compiling every single .el file:

make[2]: Leaving directory `/home/yavor/src/emacs/lisp'
make[2]: Entering directory `/home/yavor/src/emacs/lisp'
Compiling ../lisp/w32-fns.el
Loading loadup.el (source)...
Using load-path (/home/yavor/src/emacs/lisp /home/yavor/src/emacs/lisp/emacs-lisp /home/yavor/src/emacs/lisp/language /home/yavor/src/emacs/lisp/international /home/yavor/src/emacs/lisp/textmodes)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version.el (source)...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading cus-start...
Loading international/mule...
Loading international/mule-conf.el (source)...
Loading env...
Loading format...
Loading bindings...
Loading files...
Loading cus-face...
Loading faces...
Loading minibuffer...
Loading button...
Loading startup...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((23185 . 2554) (5585 . 6) (583 . 9) 161840 1045823 (24 . 1) (21 . 0) (7321 . 5027))
Loading /home/yavor/src/emacs/lisp/loaddefs.el (source)...
((45081 . 4393) (8383 . 0) (592 . 5) 1115399 1045823 (48 . 33) (21 . 0) (15628 . 2012))
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading international/characters...
Loading composite...
Loading /home/yavor/src/emacs/lisp/international/charprop.el (source)...
Loading /home/yavor/src/emacs/lisp/language/chinese.el (source)...
Loading /home/yavor/src/emacs/lisp/language/cyrillic.el (source)...
Loading /home/yavor/src/emacs/lisp/language/indian.el (source)...
Loading /home/yavor/src/emacs/lisp/language/sinhala.el (source)...
Loading /home/yavor/src/emacs/lisp/language/english.el (source)...
Loading language/ethiopic...
Loading language/european...
Loading /home/yavor/src/emacs/lisp/language/czech.el (source)...
Loading /home/yavor/src/emacs/lisp/language/slovak.el (source)...
Loading /home/yavor/src/emacs/lisp/language/romanian.el (source)...
Loading /home/yavor/src/emacs/lisp/language/greek.el (source)...
Loading /home/yavor/src/emacs/lisp/language/hebrew.el (source)...
Loading /home/yavor/src/emacs/lisp/language/japanese.el (source)...
Loading /home/yavor/src/emacs/lisp/international/cp51932.el (source)...
Loading /home/yavor/src/emacs/lisp/international/eucjp-ms.el (source)...
Loading /home/yavor/src/emacs/lisp/language/korean.el (source)...
Loading /home/yavor/src/emacs/lisp/language/lao.el (source)...
Loading /home/yavor/src/emacs/lisp/language/tai-viet.el (source)...
Loading /home/yavor/src/emacs/lisp/language/thai.el (source)...
Loading language/tibetan...
Loading /home/yavor/src/emacs/lisp/language/vietnamese.el (source)...
Loading /home/yavor/src/emacs/lisp/language/misc-lang.el (source)...
Loading /home/yavor/src/emacs/lisp/language/utf-8-lang.el (source)...
Loading /home/yavor/src/emacs/lisp/language/georgian.el (source)...
Loading /home/yavor/src/emacs/lisp/language/khmer.el (source)...
Loading /home/yavor/src/emacs/lisp/language/burmese.el (source)...
Loading /home/yavor/src/emacs/lisp/language/cham.el (source)...
Loading indent...
Loading window...
Loading frame...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
((74518 . 22061) (11695 . 1) (636 . 45) 1319224 1311183 (72 . 9) (22 . 13) (24121 . 9395))
Loading menu-bar...
Loading /home/yavor/src/emacs/lisp/paths.el (source)...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
((83266 . 13313) (12293 . 1) (639 . 42) 1366382 1318574 (72 . 9) (22 . 13) (25957 . 7559))
Loading replace...
Loading buff-menu...
Loading fringe...
Loading image...
Loading international/fontset...
Loading dnd...
Loading mwheel...
Loading tool-bar...
((87306 . 9273) (12782 . 17) (640 . 41) 1393989 1322702 (83 . 1) (22 . 13) (27213 . 6303))
Loading /home/yavor/src/emacs/lisp/emacs-lisp/easymenu.el (source)...
Loading /home/yavor/src/emacs/lisp/term/ns-win.el (source)...
Loading emacs-lisp/float-sup...
((131468 . 47449) (13915 . 2) (654 . 157) 1524758 1336792 (92 . 4) (23 . 12) (30593 . 11176))
Loading vc-hooks...
Loading ediff-hook...
Loading tooltip...
((132741 . 46176) (14085 . 1) (655 . 156) 1532981 1337881 (94 . 2) (23 . 12) (30975 . 10794))
Finding pointers to doc strings...
Finding pointers to doc strings...done
Wrote /home/yavor/src/emacs/lisp/w32-fns.elc
make[2]: Leaving directory `/home/yavor/src/emacs/lisp'
make[2]: Entering directory `/home/yavor/src/emacs/lisp'
Compiling ../lisp/dos-w32.el
Loading loadup.el (source)...
Using load-path (/home/yavor/src/emacs/lisp /home/yavor/src/emacs/lisp/emacs-lisp /home/yavor/src/emacs/lisp/language /home/yavor/src/emacs/lisp/international /home/yavor/src/emacs/lisp/textmodes)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version.el (source)...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading cus-start...
Loading international/mule...
Loading international/mule-conf.el (source)...
Loading env...
Loading format...
Loading bindings...
Loading files...
Loading cus-face...
Loading faces...
Loading minibuffer...
Loading button...
Loading startup...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((23185 . 2554) (5585 . 6) (583 . 9) 161840 1045823 (24 . 1) (21 . 0) (7321 . 5027))
Loading /home/yavor/src/emacs/lisp/loaddefs.el (source)...
((45081 . 4393) (8383 . 0) (592 . 5) 1115399 1045823 (48 . 33) (21 . 0) (15628 . 2012))
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading international/characters...
Loading composite...
Loading /home/yavor/src/emacs/lisp/international/charprop.el (source)...
Loading /home/yavor/src/emacs/lisp/language/chinese.el (source)...
Loading /home/yavor/src/emacs/lisp/language/cyrillic.el (source)...
Loading /home/yavor/src/emacs/lisp/language/indian.el (source)...
Loading /home/yavor/src/emacs/lisp/language/sinhala.el (source)...
Loading /home/yavor/src/emacs/lisp/language/english.el (source)...
Loading language/ethiopic...
Loading language/european...
Loading /home/yavor/src/emacs/lisp/language/czech.el (source)...
Loading /home/yavor/src/emacs/lisp/language/slovak.el (source)...
Loading /home/yavor/src/emacs/lisp/language/romanian.el (source)...
Loading /home/yavor/src/emacs/lisp/language/greek.el (source)...
Loading /home/yavor/src/emacs/lisp/language/hebrew.el (source)...
Loading /home/yavor/src/emacs/lisp/language/japanese.el (source)...
Loading /home/yavor/src/emacs/lisp/international/cp51932.el (source)...
Loading /home/yavor/src/emacs/lisp/international/eucjp-ms.el (source)...
Fatal error (11)make[2]: *** [compile-onefile] Segmentation fault
make[2]: Leaving directory `/home/yavor/src/emacs/lisp'
make[1]: *** [../lisp/dos-w32.elc] Error 2
make[1]: Leaving directory `/home/yavor/src/emacs/src'
make: *** [src] Error 2



[-- Attachment #3: Type: message/rfc822, Size: 2060 bytes --]

From: Yavor Doganov <yavor@gnu.org>
To: 1083-done@emacsbugs.donarmstrong.com
Subject: Not reprodicible anymore
Date: Tue, 21 Oct 2008 23:49:41 +0300
Message-ID: <878wsh65cq.GNU's_Not_Unix!%yavor@gnu.org>

I can't reproduce this with today's CVS trunk, so I'm closing the bug.

On gNewSense 2.1, both under Window Maker and GNOME, Emacs starts with
the GNUstep art backend (although there are other issues which I'll
report separately).

With the cairo backend, it crashes just like in #984.


  reply	other threads:[~2008-10-21 20:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <878wsh65cq.GNU's_Not_Unix!%yavor@gnu.org>
2008-07-28  9:03 ` bug#620: 23.0.60; Bootstrapping with the GNUstep port impossible Yavor Doganov
2008-10-21 20:55   ` Emacs bug Tracking System [this message]
2009-05-22  4:35   ` bug#620: marked as done (23.0.60; Bootstrapping with the GNUstep port impossible) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.1083.D1083.12246221892003.ackdone@emacsbugs.donarmstrong.com \
    --to=don@donarmstrong.com \
    --cc=yavor@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.