public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14087] New: Core dumped compiling ipchains-1.3.10
@ 2004-02-09 23:15 gad at aguilardelgado dot com
  2004-02-09 23:22 ` [Bug c/14087] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: gad at aguilardelgado dot com @ 2004-02-09 23:15 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1402 bytes --]

The compiler hangs with the following message compiling ipchains:

----------------- Cut Here ---------------------------
gcc -Wall -Wunused -g -O -o ipchains ipchains.c libipfwc/libipfwc.a
ipchains.c: En la función `print_firewall':
ipchains.c:2193: aviso: se usó
Error interno del compilador: Error al reportar rutinas reentradas.
Por favor envíe un reporte completo de `bugs',
con el código preprocesado si es apropiado.
Vea <URL:http://gcc.gnu.org/bugs.html> para más instrucciones.
distcc[11602] ERROR: compile on localhost failed
make: *** [ipchains] Error 1
---------------- Cut Here -----------------------------

It's executed under distcc but without distcc does the same thing...
 
It fails with gcc-3.3.2 and gcc-3.3.1 on two diferent hosts, so it seems this is
really a bug...

Do you need something more?

-- 
           Summary: Core dumped compiling ipchains-1.3.10
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gad at aguilardelgado dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu (AMD Class)
  GCC host triplet: i686-pc-linux-gnu (AMD Class)
GCC target triplet: i686-pc-linux-gnu (AMD Class)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14087


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

* [Bug c/14087] Core dumped compiling ipchains-1.3.10
  2004-02-09 23:15 [Bug c/14087] New: Core dumped compiling ipchains-1.3.10 gad at aguilardelgado dot com
@ 2004-02-09 23:22 ` pinskia at gcc dot gnu dot org
  2004-02-09 23:23 ` bangerth at dealii dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-09 23:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-09 23:22 -------
Yes we need something more, the preprocessed source file, read http://gcc.gnu.org/bugs.html for 
more information?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14087


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

* [Bug c/14087] Core dumped compiling ipchains-1.3.10
  2004-02-09 23:15 [Bug c/14087] New: Core dumped compiling ipchains-1.3.10 gad at aguilardelgado dot com
  2004-02-09 23:22 ` [Bug c/14087] " pinskia at gcc dot gnu dot org
@ 2004-02-09 23:23 ` bangerth at dealii dot org
  2004-02-10  0:19 ` gad at aguilardelgado dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2004-02-09 23:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-09 23:23 -------
Yes, we need the information listed on the webpage that is  
shown in the error message. Specifically:  
- preprocessed sources  
- output of gcc -v  
 
W. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14087


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

* [Bug c/14087] Core dumped compiling ipchains-1.3.10
  2004-02-09 23:15 [Bug c/14087] New: Core dumped compiling ipchains-1.3.10 gad at aguilardelgado dot com
  2004-02-09 23:22 ` [Bug c/14087] " pinskia at gcc dot gnu dot org
  2004-02-09 23:23 ` bangerth at dealii dot org
@ 2004-02-10  0:19 ` gad at aguilardelgado dot com
  2004-02-10  0:23 ` gad at aguilardelgado dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gad at aguilardelgado dot com @ 2004-02-10  0:19 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1855 bytes --]


------- Additional Comments From gad at aguilardelgado dot com  2004-02-10 00:19 -------
Ok here is what it shows... (Complete)

---------------------- Cut Here ------------------------
[root@azul3 ipchains-1.3.10]# /usr/bin/gcc -v -save-temps -Wall -Wunused -g -O
-o ipchains ipchains.c libipfwc/libipfwc.a
Leyendo especificaciones de /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/specs
Configurado con: ../gcc-3.3.1/configure --prefix=/usr --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Modelo de hilos: posix
gcc versión 3.3.1
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/cc1 -E -quiet -v -D__GNUC__=3
-D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=1 ipchains.c -Wall -Wunused -O ipchains.i
ignorando el directorio inexistente "/usr/i686-pc-linux-gnu/include"
la búsqueda de #include "..." inicia aquí:
la búsqueda de #include <...> inicia aquí:
 /usr/local/include
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include
 /usr/include
Fin de la lista de búsqueda.
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/cc1 -fpreprocessed ipchains.i -quiet
-dumpbase ipchains.c -auxbase ipchains -g -O -Wall -Wunused -version -o ipchains.s
GNU C version 3.3.1 (i686-pc-linux-gnu)
        compiled by GNU C version 3.0.4.
GGC heurísticas: --param ggc-min-expand=55 --param ggc-min-heapsize=47973
ipchains.c: En la función `print_firewall':
ipchains.c:2193: aviso: se usó
Error interno del compilador: Error al reportar rutinas reentradas.
Por favor envíe un reporte completo de `bugs',
con el código preprocesado si es apropiado.
Vea <URL:http://gcc.gnu.org/bugs.html> para más instrucciones.
[root@azul3 ipchains-1.3.10]#
--------------------- Cut Here --------------------------

I thought that preprocessor code was not necessary (sorry, I saw bug help) now,
It's attached...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14087


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

* [Bug c/14087] Core dumped compiling ipchains-1.3.10
  2004-02-09 23:15 [Bug c/14087] New: Core dumped compiling ipchains-1.3.10 gad at aguilardelgado dot com
                   ` (2 preceding siblings ...)
  2004-02-10  0:19 ` gad at aguilardelgado dot com
@ 2004-02-10  0:23 ` gad at aguilardelgado dot com
  2004-02-10  0:30 ` bangerth at dealii dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gad at aguilardelgado dot com @ 2004-02-10  0:23 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1904 bytes --]


------- Additional Comments From gad at aguilardelgado dot com  2004-02-10 00:23 -------
And this is what happens with 3.3.2... I hope it helps...

---------------- Cut Here ----------------------
[root@azul1 ipchains-1.3.10]# make
gcc -v -save-temps -Wall -Wunused -g -O -o ipchains ipchains.c libipfwc/libipfwc.a
Leyendo especificaciones de /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configurado con: ../gcc-3.3.2/configure --prefix=/usr --enable-shared
--enable-threads-posix --enable-__cxa_atexit --enable-clocale=gnu
--enable-languages=c,c++Modelo de hilos: posix
gcc versión 3.3.2
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/cc1 -E -quiet -v -D__GNUC__=3
-D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=2 ipchains.c -Wall -Wunused -O ipchains.i
ignorando el directorio inexistente "/usr/i686-pc-linux-gnu/include"
la búsqueda de #include "..." inicia aquí:
la búsqueda de #include <...> inicia aquí:
 /usr/local/include
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include
 /usr/include
Fin de la lista de búsqueda.
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/cc1 -fpreprocessed ipchains.i -quiet
-dumpbase ipchains.c -auxbase ipchains -g -O -Wall -Wunused -version -o ipchains.s
GNU C version 3.3.2 (i686-pc-linux-gnu)
        compiled by GNU C version 3.3.
GGC heurísticas: --param ggc-min-expand=64 --param ggc-min-heapsize=64126
ipchains.c: En la función `print_firewall':
ipchains.c:2193: aviso: se usó
Error interno del compilador: Error al reportar rutinas reentradas.
Por favor envíe un reporte completo de `bugs',
con el código preprocesado si es apropiado.
Vea <URL:http://gcc.gnu.org/bugs.html> para más instrucciones.
distcc[12806] ERROR: compile on localhost failed
make: *** [ipchains] Error 1
[root@azul1 ipchains-1.3.10]#
------------------------ Cut Here -----------------------------------
Attachment is aproaching...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14087


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

* [Bug c/14087] Core dumped compiling ipchains-1.3.10
  2004-02-09 23:15 [Bug c/14087] New: Core dumped compiling ipchains-1.3.10 gad at aguilardelgado dot com
                   ` (3 preceding siblings ...)
  2004-02-10  0:23 ` gad at aguilardelgado dot com
@ 2004-02-10  0:30 ` bangerth at dealii dot org
  2004-02-10  0:32 ` [Bug translation/14087] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2004-02-10  0:30 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]


------- Additional Comments From bangerth at dealii dot org  2004-02-10 00:30 -------
Confirmed. This is a bug that is only triggered with the spanish 
translation, and that is still present in 3.4 and mainline: 
 
g/x> export LANG=es_ES 
g/x> /home/bangerth/bin/gcc-3.5-pre/bin/gcc -c ipchains.i -O -Wall 
ipchains.c: In function `print_firewall': 
ipchains.c:2193: aviso: se usó  
Error interno del compilador: Error al reportar rutinas reentradas. 
Por favor envíe un reporte completo de `bugs', 
con el código preprocesado si es apropiado. 
Vea <URL:http://gcc.gnu.org/bugs.html> para más instrucciones. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.3.1 3.3.3 3.4.0 3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-10 00:30:16
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14087


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

* [Bug translation/14087] Core dumped compiling ipchains-1.3.10
  2004-02-09 23:15 [Bug c/14087] New: Core dumped compiling ipchains-1.3.10 gad at aguilardelgado dot com
                   ` (4 preceding siblings ...)
  2004-02-10  0:30 ` bangerth at dealii dot org
@ 2004-02-10  0:32 ` pinskia at gcc dot gnu dot org
  2004-02-10  0:33 ` bangerth at dealii dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-10  0:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |minor
          Component|c                           |translation


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14087


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

* [Bug translation/14087] Core dumped compiling ipchains-1.3.10
  2004-02-09 23:15 [Bug c/14087] New: Core dumped compiling ipchains-1.3.10 gad at aguilardelgado dot com
                   ` (5 preceding siblings ...)
  2004-02-10  0:32 ` [Bug translation/14087] " pinskia at gcc dot gnu dot org
@ 2004-02-10  0:33 ` bangerth at dealii dot org
  2004-02-10  0:38 ` [Bug c/14087] ICE with warning in spanish translation gad at aguilardelgado dot com
  2004-02-10  1:13 ` [Bug translation/14087] " pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2004-02-10  0:33 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 842 bytes --]


------- Additional Comments From bangerth at dealii dot org  2004-02-10 00:33 -------
And this is the minimal testcase:  
-----------------  
#include <stdio.h>  
  
int main () {  
  printf ("%+x", 0);  
}  
------------------  
  
g/x> /home/bangerth/bin/gcc-3.5-pre/bin/gcc -c xx.c -O -Wall  
xx.c: In function `main':  
xx.c:4: aviso: se usó   
Error interno del compilador: Error al reportar rutinas reentradas.  
Por favor envíe un reporte completo de `bugs',  
con el código preprocesado si es apropiado.  
Vea <URL:http://gcc.gnu.org/bugs.html> para más instrucciones.  
  
W.  

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14087


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

* [Bug c/14087] ICE with warning in spanish translation
  2004-02-09 23:15 [Bug c/14087] New: Core dumped compiling ipchains-1.3.10 gad at aguilardelgado dot com
                   ` (6 preceding siblings ...)
  2004-02-10  0:33 ` bangerth at dealii dot org
@ 2004-02-10  0:38 ` gad at aguilardelgado dot com
  2004-02-10  1:13 ` [Bug translation/14087] " pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: gad at aguilardelgado dot com @ 2004-02-10  0:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gad at aguilardelgado dot com  2004-02-10 00:38 -------
Can I help with the spanish translation or something else?

I'm Spanish and studied computer science...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |critical
          Component|translation                 |c


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14087


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

* [Bug translation/14087] ICE with warning in spanish translation
  2004-02-09 23:15 [Bug c/14087] New: Core dumped compiling ipchains-1.3.10 gad at aguilardelgado dot com
                   ` (7 preceding siblings ...)
  2004-02-10  0:38 ` [Bug c/14087] ICE with warning in spanish translation gad at aguilardelgado dot com
@ 2004-02-10  1:13 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-10  1:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-10 01:13 -------
This is a dup of bug 9390.

*** This bug has been marked as a duplicate of 9390 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|c                           |translation
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14087


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

end of thread, other threads:[~2004-02-10  1:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-09 23:15 [Bug c/14087] New: Core dumped compiling ipchains-1.3.10 gad at aguilardelgado dot com
2004-02-09 23:22 ` [Bug c/14087] " pinskia at gcc dot gnu dot org
2004-02-09 23:23 ` bangerth at dealii dot org
2004-02-10  0:19 ` gad at aguilardelgado dot com
2004-02-10  0:23 ` gad at aguilardelgado dot com
2004-02-10  0:30 ` bangerth at dealii dot org
2004-02-10  0:32 ` [Bug translation/14087] " pinskia at gcc dot gnu dot org
2004-02-10  0:33 ` bangerth at dealii dot org
2004-02-10  0:38 ` [Bug c/14087] ICE with warning in spanish translation gad at aguilardelgado dot com
2004-02-10  1:13 ` [Bug translation/14087] " pinskia at gcc dot gnu dot org

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).