lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: smenard at nbnet.nb.ca (Steve Menard)
Subject: gcc: Internal compiler error: program cc1 got
 fatal signal 11


RH 8
[steve@...alhost steve]$ uname -a
Linux localhost.localdomain 2.4.20-28.8 #1 Thu Dec 18 12:53:39 EST 2003 
i686 i686 i386 GNU/Linux
[steve@...alhost steve]$ gcc --version
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[steve@...alhost steve]$ echo 'int main(void) { 
printf("%c","msux"[0xcafebabe]); }'> ./gcc-crash.c
[steve@...alhost steve]$ cat ./gcc-crash.c
int main(void) { printf("%c","msux"[0xcafebabe]); }
[steve@...alhost steve]$ gcc ./gcc-crash.c
[steve@...alhost steve]$ ls -alrt ./a.out
-rwxrwxr-x    1 steve  steve      9882 Jan  8 22:41 ./a.out
[steve@...alhost steve]$   ./a.out
Segmentation fault









Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ