all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 21.2 on Irix 6.5 segfault on startup; patch.
@ 2002-10-04 21:11 Judah Milgram
  2002-10-05 16:32 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Judah Milgram @ 2002-10-04 21:11 UTC (permalink / raw)


X-Mailer: mh-e 5.0.90; nmh 1.0.4; Emacs 20.4

In GNU Emacs 21.2.15 (mips-sgi-irix6.5, X toolkit)
 of 2002-10-04
configured using `configure  --prefix=/usr/local/gnu'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: C
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Compiled with gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
Problem seen with binutils 2.13, then I completely uninstalled
binutils and re-compiled gcc (thus configuring to use system ld etc.)
and rebuilt emacs. No change.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Seg fault & core dump on startup.

Believe it or not, the following patch fixes things. Don't  ask me why.


*** gmalloc.c.dist	Sun Nov  4 12:35:43 2001
--- gmalloc.c	Fri Oct  4 17:03:41 2002
***************
*** 987,992 ****
--- 987,994 ----
      = FINAL_FREE_BLOCKS + 2 * __malloc_extra_blocks;
  
    register struct alignlist *l;
+   char gronked[7]="gronked";     /* On Irix 6.5, prevents seg
+                                     fault on startup. Go figure. */
  
    if (ptr == NULL)
      return;


- Judah Milgram
  milgramjh@nswccd.navy.mil

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 21.2 on Irix 6.5 segfault on startup; patch.
  2002-10-04 21:11 21.2 on Irix 6.5 segfault on startup; patch Judah Milgram
@ 2002-10-05 16:32 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-10-05 16:32 UTC (permalink / raw)
  Cc: bug-gnu-emacs

    Compiled with gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
    Problem seen with binutils 2.13, then I completely uninstalled
    binutils and re-compiled gcc (thus configuring to use system ld etc.)
    and rebuilt emacs. No change.

    Please describe exactly what actions triggered the bug
    and the precise symptoms of the bug:

    Seg fault & core dump on startup.

    Believe it or not, the following patch fixes things. Don't  ask me why.

I suspect that is due to a bug in the old GCC version you are using.
It is not worth debugging, but does the latest GCC work right?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-05 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-04 21:11 21.2 on Irix 6.5 segfault on startup; patch Judah Milgram
2002-10-05 16:32 ` Richard Stallman

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.