public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/20692] New: configuring libgfortan infinite loop
@ 2005-03-30 16:52 pfelecan at acm dot org
  2005-03-30 16:54 ` [Bug bootstrap/20692] " pfelecan at acm dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: pfelecan at acm dot org @ 2005-03-30 16:52 UTC (permalink / raw)
  To: gcc-bugs

- bootstraping gcc-4.0-20050326
- system type: SUN LX50: Sol8 x86 server 2 x 1404MHz
- head and tail of the objdir/i386-pc-solaris2.8/libgfortran/config.log:
[...]
It was created by GNU Fortran Runtime Library configure 0.2, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $
/export/nfs/workarea/pfelecan/CSW/ports/gcc4core-4.0.0REV2005.03.26-SunOS5.8-i386-CSW.pkg/sources/gcc-4.0-20050326/libgfortran/configure
--cache-file=./config.cache --host=i386-pc-solaris2.8 --build=i386-pc-solaris2.8
--prefix=/opt/csw/gcc4 --with-local-prefix=/opt/csw --without-gnu-as
--with-as=/usr/ccs/bin/as --without-gnu-ld --with-ld=/usr/ccs/bin/ld
--enable-threads=posix --enable-shared --enable-multilib --enable-nls
--with-included-gettext --with-libiconv-prefix=/opt/csw --with-x
--enable-java-awt=xlib --with-system-zlib
--with-gcc-version-trigger=/export/nfs/workarea/pfelecan/CSW/ports/gcc4core-4.0.0REV2005.03.26-SunOS5.8-i386-CSW.pkg/sources/gcc-4.0-20050326/gcc/version.c
--enable-languages=c,ada,c++,f95,java,objc --program-transform-name=s,y,y,
--srcdir=../../../sources/gcc-4.0-20050326/libgfortran
--with-target-subdir=i386-pc-solaris2.8

## --------- ##
## Platform. ##
## --------- ##

hostname = daedal
uname -m = i86pc
uname -r = 5.8
uname -s = SunOS
uname -v = Generic_117351-16

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = daedal
Release = 5.8
KernelID = Generic_117351-16
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

/bin/arch              = i86pc
/usr/bin/arch -k       = i86pc
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

[...]

configure:4487: checking whether we are using the GNU Fortran compiler
configure:4501:
/export/nfs/workarea/pfelecan/CSW/ports/gcc4core-4.0.0REV2005.03.26-SunOS5.8-i386-CSW.pkg/objdir/gcc/gfortran
-B/export/nfs/workarea/pfelecan/CSW/ports/gcc4core-4.0.0REV2005.03.26-SunOS5.8-i386-CSW.pkg/objdir/gcc/
-B/opt/csw/gcc4/i386-pc-solaris2.8/bin/ -B/opt/csw/gcc4/i386-pc-solaris2.8/lib/
-isystem /opt/csw/gcc4/i386-pc-solaris2.8/include -isystem
/opt/csw/gcc4/i386-pc-solaris2.8/sys-include -c   conftest.F >&5

This never ends.

-- 
           Summary: configuring libgfortan infinite loop
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pfelecan at acm dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-pc-solaris2.8
  GCC host triplet: i386-pc-solaris2.8
GCC target triplet: i386-pc-solaris2.8


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


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

* [Bug bootstrap/20692] configuring libgfortan infinite loop
  2005-03-30 16:52 [Bug bootstrap/20692] New: configuring libgfortan infinite loop pfelecan at acm dot org
@ 2005-03-30 16:54 ` pfelecan at acm dot org
  2005-03-30 17:37 ` pfelecan at acm dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pfelecan at acm dot org @ 2005-03-30 16:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pfelecan at acm dot org  2005-03-30 16:54 -------
Forgot the content of the conftest.F:

      program main
#ifndef __GNUC__
       choke me
#endif

      end


-- 


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


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

* [Bug bootstrap/20692] configuring libgfortan infinite loop
  2005-03-30 16:52 [Bug bootstrap/20692] New: configuring libgfortan infinite loop pfelecan at acm dot org
  2005-03-30 16:54 ` [Bug bootstrap/20692] " pfelecan at acm dot org
@ 2005-03-30 17:37 ` pfelecan at acm dot org
  2005-03-30 18:04 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pfelecan at acm dot org @ 2005-03-30 17:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pfelecan at acm dot org  2005-03-30 17:37 -------
Created an attachment (id=8494)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8494&action=view)
back trace tentative

I tried to isolate the bug and run in gdb. The issue appears as reported. After
terminating the process I executed a back-trace. Hope that it is helpful.

-- 


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


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

* [Bug bootstrap/20692] configuring libgfortan infinite loop
  2005-03-30 16:52 [Bug bootstrap/20692] New: configuring libgfortan infinite loop pfelecan at acm dot org
  2005-03-30 16:54 ` [Bug bootstrap/20692] " pfelecan at acm dot org
  2005-03-30 17:37 ` pfelecan at acm dot org
@ 2005-03-30 18:04 ` pinskia at gcc dot gnu dot org
  2005-03-30 18:50 ` pfelecan at acm dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-30 18:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-30 18:04 -------
#0  0xdfa2b0e0 in _waitid () from /usr/lib/libc.so.1
#1  0xdfa43aeb in _waitpid () from /usr/lib/libc.so.1
#2  0xdfa79957 in waitpid () from /usr/lib/libc.so.1
#3  0x08057a42 in execute () at ../../sources/gcc-4.0-20050326/gcc/gcc.c:2835


Can you try adding -v to see which program we are waiting on?
And then run that program with gdb?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


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


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

* [Bug bootstrap/20692] configuring libgfortan infinite loop
  2005-03-30 16:52 [Bug bootstrap/20692] New: configuring libgfortan infinite loop pfelecan at acm dot org
                   ` (2 preceding siblings ...)
  2005-03-30 18:04 ` pinskia at gcc dot gnu dot org
@ 2005-03-30 18:50 ` pfelecan at acm dot org
  2005-03-30 18:54 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pfelecan at acm dot org @ 2005-03-30 18:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pfelecan at acm dot org  2005-03-30 18:49 -------
Created an attachment (id=8496)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8496&action=view)
gdb session, with backtrace, for f951

gdb session running the command f951 for which the wait is done in gfortran.

-- 


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


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

* [Bug bootstrap/20692] configuring libgfortan infinite loop
  2005-03-30 16:52 [Bug bootstrap/20692] New: configuring libgfortan infinite loop pfelecan at acm dot org
                   ` (3 preceding siblings ...)
  2005-03-30 18:50 ` pfelecan at acm dot org
@ 2005-03-30 18:54 ` pinskia at gcc dot gnu dot org
  2005-03-31  9:10 ` pfelecan at acm dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-30 18:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-30 18:54 -------
Looks like not a gfortran bug but a gmp one:
#0  0xdfb7bdac in __gmpn_mul_basecase () from /opt/csw/lib/libgmp.so.3
#1  0xdfb97840 in ?? () from /opt/csw/lib/libgmp.so.3
#2  0x00000006 in ?? ()
#3  0x0804759c in ?? ()
#4  0x080475c0 in ?? ()
#5  0x00000005 in ?? ()
#6  0xa0cba75d in ?? ()
#7  0xdfb7870d in __gmpn_mul () from /opt/csw/lib/libgmp.so.3

Could you make sure that the installed version of gmp is the correct one and is working?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug bootstrap/20692] configuring libgfortan infinite loop
  2005-03-30 16:52 [Bug bootstrap/20692] New: configuring libgfortan infinite loop pfelecan at acm dot org
                   ` (4 preceding siblings ...)
  2005-03-30 18:54 ` pinskia at gcc dot gnu dot org
@ 2005-03-31  9:10 ` pfelecan at acm dot org
  2005-04-02 14:06 ` pfelecan at acm dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pfelecan at acm dot org @ 2005-03-31  9:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pfelecan at acm dot org  2005-03-31 09:10 -------
The version of libgmp is 4.1.4. I'll contact the maintainer of the package to
know the build options, if he run the tests... and report back

-- 


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


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

* [Bug bootstrap/20692] configuring libgfortan infinite loop
  2005-03-30 16:52 [Bug bootstrap/20692] New: configuring libgfortan infinite loop pfelecan at acm dot org
                   ` (5 preceding siblings ...)
  2005-03-31  9:10 ` pfelecan at acm dot org
@ 2005-04-02 14:06 ` pfelecan at acm dot org
  2005-06-05  7:40 ` pinskia at gcc dot gnu dot org
  2005-06-05  7:40 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pfelecan at acm dot org @ 2005-04-02 14:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pfelecan at acm dot org  2005-04-02 14:06 -------
The libgmp package maintainer supplied a new release for which all the gmp tests
are successful for the architecture in discussion. This fixes the bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug bootstrap/20692] configuring libgfortan infinite loop
  2005-03-30 16:52 [Bug bootstrap/20692] New: configuring libgfortan infinite loop pfelecan at acm dot org
                   ` (6 preceding siblings ...)
  2005-04-02 14:06 ` pfelecan at acm dot org
@ 2005-06-05  7:40 ` pinskia at gcc dot gnu dot org
  2005-06-05  7:40 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-05  7:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 07:40 -------
Reopening to ...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |


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


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

* [Bug bootstrap/20692] configuring libgfortan infinite loop
  2005-03-30 16:52 [Bug bootstrap/20692] New: configuring libgfortan infinite loop pfelecan at acm dot org
                   ` (7 preceding siblings ...)
  2005-06-05  7:40 ` pinskia at gcc dot gnu dot org
@ 2005-06-05  7:40 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-05  7:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 07:40 -------
Mark as invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2005-06-05  7:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-30 16:52 [Bug bootstrap/20692] New: configuring libgfortan infinite loop pfelecan at acm dot org
2005-03-30 16:54 ` [Bug bootstrap/20692] " pfelecan at acm dot org
2005-03-30 17:37 ` pfelecan at acm dot org
2005-03-30 18:04 ` pinskia at gcc dot gnu dot org
2005-03-30 18:50 ` pfelecan at acm dot org
2005-03-30 18:54 ` pinskia at gcc dot gnu dot org
2005-03-31  9:10 ` pfelecan at acm dot org
2005-04-02 14:06 ` pfelecan at acm dot org
2005-06-05  7:40 ` pinskia at gcc dot gnu dot org
2005-06-05  7:40 ` 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).