unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 22.0.99 Segmentation fault
@ 2007-04-24  7:43 Andreas Roehler
  2007-04-24 12:18 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Roehler @ 2007-04-24  7:43 UTC (permalink / raw)
  To: emacs-devel; +Cc: Chong Yidong, Richard Stallman

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


`make' finished with the following error:

gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/home/speck/arbeit/emacs/emacs-22.0.99/src -D_BSD_SOURCE 
-I/usr/X11R6/include -I/usr/include/alsa -g -O2 -Wno-pointer-sign  coding.c
coding.c: In function 'detect_coding_iso2022':
coding.c:1417: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [coding.o] Error 1
make[1]: Leaving directory `/home/speck/arbeit/emacs/emacs-22.0.99/src'
make: *** [src] Error 2

Complete output of messages is attached.

Thanks

Andreas Roehler


[-- Attachment #2: make.tgz --]
[-- Type: application/x-gtar, Size: 1316 bytes --]

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

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

* Re: 22.0.99 Segmentation fault
  2007-04-24  7:43 22.0.99 Segmentation fault Andreas Roehler
@ 2007-04-24 12:18 ` Eli Zaretskii
  2007-04-24 16:29   ` Andreas Roehler
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2007-04-24 12:18 UTC (permalink / raw)
  To: Andreas Roehler; +Cc: cyd, rms, emacs-devel

> Date: Tue, 24 Apr 2007 09:43:43 +0200
> From: Andreas Roehler <andreas.roehler@easy-emacs.de>
> Cc: Chong Yidong <cyd@stupidchicken.com>, Richard Stallman <rms@gnu.org>
> 
> `make' finished with the following error:
> 
> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
> -I/home/speck/arbeit/emacs/emacs-22.0.99/src -D_BSD_SOURCE 
> -I/usr/X11R6/include -I/usr/include/alsa -g -O2 -Wno-pointer-sign  coding.c
> coding.c: In function 'detect_coding_iso2022':
> coding.c:1417: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.

This is a compiler bug.  What GCC version is that?

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

* Re: 22.0.99 Segmentation fault
  2007-04-24 12:18 ` Eli Zaretskii
@ 2007-04-24 16:29   ` Andreas Roehler
  2007-04-24 17:31     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Roehler @ 2007-04-24 16:29 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Chong Yidong, Richard Stallman, emacs-devel

Eli Zaretskii schrieb:
>> Date: Tue, 24 Apr 2007 09:43:43 +0200
>> From: Andreas Roehler <andreas.roehler@easy-emacs.de>
>> Cc: Chong Yidong <cyd@stupidchicken.com>, Richard Stallman <rms@gnu.org>
>>
>> `make' finished with the following error:
>>
>> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
>> -I/home/speck/arbeit/emacs/emacs-22.0.99/src -D_BSD_SOURCE 
>> -I/usr/X11R6/include -I/usr/include/alsa -g -O2 -Wno-pointer-sign  coding.c
>> coding.c: In function 'detect_coding_iso2022':
>> coding.c:1417: internal compiler error: Segmentation fault
>> Please submit a full bug report,
>> with preprocessed source if appropriate.
>> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>>     
>
> This is a compiler bug.  What GCC version is that?
>
>   
gcc -v

Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ./configure
Thread model: posix
gcc version 4.1.0 20051026 (experimental)

;;;;;;
Suse 10.0

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

* Re: 22.0.99 Segmentation fault
  2007-04-24 16:29   ` Andreas Roehler
@ 2007-04-24 17:31     ` Eli Zaretskii
  2007-04-25 19:39       ` Andreas Roehler
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2007-04-24 17:31 UTC (permalink / raw)
  To: Andreas Roehler; +Cc: cyd, rms, emacs-devel

> Date: Tue, 24 Apr 2007 18:29:58 +0200
> From: Andreas Roehler <andreas.roehler@easy-emacs.de>
> CC: Richard Stallman <rms@gnu.org>, Chong Yidong <cyd@stupidchicken.com>, 
>  emacs-devel <emacs-devel@gnu.org>
> 
> gcc -v
> 
> Using built-in specs.
> Target: i686-pc-linux-gnu
> Configured with: ./configure
> Thread model: posix
> gcc version 4.1.0 20051026 (experimental)

Can you try with a different version?

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

* Re: 22.0.99 Segmentation fault
  2007-04-24 17:31     ` Eli Zaretskii
@ 2007-04-25 19:39       ` Andreas Roehler
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Roehler @ 2007-04-25 19:39 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Chong Yidong, Richard Stallman, emacs-devel


>> gcc -v
>>
>> Using built-in specs.
>> Target: i686-pc-linux-gnu
>> Configured with: ./configure
>> Thread model: posix
>> gcc version 4.1.0 20051026 (experimental)
>>     
>
> Can you try with a different version?
>
>   
Emacs 22.0.99.1 started.

...

Tried to install
gcc-4.2.0-20070316

but `make' runs very slow. This machine is very slow
too..., a 667 Mhz.

Make now runs 12 h, is this possible?

Meanwhile I called desperately a second `make' on the dir,
were the emacs-build failed.

This time it finished. (Unfortunately I cannot reach the messages...)

Everything seems OK so far.


Thanks all


Andreas Roehler

;;;;;;;;;;;

Here is what the report says.

In GNU Emacs 22.0.99.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2007-04-25 on kiste
Windowing system distributor `The X.Org Foundation', version 11.0.60802000
Important settings:
  value of $LC_ALL: C
  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: de_DE.UTF-8
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Shell

Minor modes in effect:
  shell-dirtrack-mode: t
  savehist-mode: t
  recentf-mode: t
  iswitchb-mode: t
  auto-insert-mode: t
  auto-image-file-mode: t
  show-paren-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t

Recent input:

....

Loading byte-opt...done
Loading cl-extra...done
Loading shell...done
loaded GNU Emacs 22.0.99.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2007-04-25 on kiste
Loading elide-head...done
Loading emacsbug...done

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

end of thread, other threads:[~2007-04-25 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-24  7:43 22.0.99 Segmentation fault Andreas Roehler
2007-04-24 12:18 ` Eli Zaretskii
2007-04-24 16:29   ` Andreas Roehler
2007-04-24 17:31     ` Eli Zaretskii
2007-04-25 19:39       ` Andreas Roehler

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).