This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Smoke 18988 /pro/3gl/CPAN/perl-current


On Mon 17 Mar 2003 16:58, "H.Merijn Brand" <h dot m dot brand at hccnet dot nl> wrote:
> On Mon 17 Mar 2003 10:22, "H.M. Brand" <merijn at l1 dot procura dot nl> wrote:
> > Automated smoke report for patch 18988                               cc            gcc
> >                                                       | HP-UX 11.00  B.11.11.06    3.3   32-bit
> > O = OK                                                |                            3.3   64-bit +GNUld
> > F = Failure(s), extended report at the bottom         | HP-UX 10.20  A.10.32.30    3.3
> > ? = still running or test results not (yet) available | AIX 4.3.3.0  vac 5.0.2.6   3.3
> > Build failures during:       - = unknown,   = skipped | AIX 4.2.1.0  xlc 3.1.4.10  3.1.1
> >     c = Configure, m = make, t = make test-prep       | Cygwin 1.3.21s/20030303    3.2-3
> > 
> >  HP-UX    HP-UX    HP-UX    HP-UX     AIX      AIX   
> >  11.00    11.00    10.20    10.20    4.3.3    4.3.3  
> >   HPc      gcc      HPc      gcc      vac      gcc   
> >  18988    18988    18988    18988    18988    18988   Configuration
> > -------  -------  -------  -------  -------  -------  --------------------------------------------------------------------
> > O O O O  O O O O  O O O O  O O O O  O O O O  m m m m   
> 
> These 'm's are from optimize='-g', a leftover that I forgot to remove testing
> for Dan Kogai. Strange that it does not barf on threaded builds. Expect 'O's
> for the next report(s), since I'm removing it again

gcc -o miniperl -L/pro/local/lib -Wl,-brtl -Wl,-b32 \
    `echo  gv.o toke.o perly.o op.o pad.o regcomp.o dump.o util.o mg.o reentr.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o xsutils.o globals.o perlio.o perlapi.o numeric.o locale.o pp_pack.o pp_sort.o  | sed 's/ op.o / /'` \
    miniperlmain.o opmini.o perl.o -lbind -lnsl -ldl -lld -lm -lc -lcrypt -lbsd -lPW
./miniperl -w -Ilib -MExporter -e '<?>' || make minitest
./miniperl -Ilib configpm configpm.tmp
sh mv-if-diff configpm.tmp lib/Config.pm
./miniperl -Ilib lib/lib_pm.PL
make: *** [lib/lib.pm] Illegal instruction

i2:/pro/3gl/CPAN/perl-current 115 > gdb miniperl
GNU gdb 5.2
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc-ibm-aix4.3.3.0"...
(gdb) run -Ilib lib/lib_pm.PL
Starting program: /pro/3gl/CPAN/perl-current/miniperl -Ilib lib/lib_pm.PL

Program received signal SIGILL, Illegal instruction.
0x00000010 in ?? ()
(gdb)



i2:/pro/3gl/CPAN/perl-current 116 > adb miniperl
adb
:r -Ilib lib/lib_pm.PL
1281-055: can't read .debug section
1281-055: can't read .debug section
1281-055: can't read .debug section
1281-055: can't read .debug section
1281-055: can't read .debug section
1281-055: can't read .debug section
miniperl: running
1281-055: can't read .debug section
1281-055: can't read .debug section
1281-055: can't read .debug section
1281-055: can't read .debug section
1281-055: can't read .debug section
1281-055: can't read .debug section
1281-055: can't read .debug section
stopped at      d018e768:            lwz   r2,0x14(r1)
Segmentation fault (core dumped)
Exit 139
i2:/pro/3gl/CPAN/perl-current 117 >


of course this could be due to gcc's bleadstate:

i2:/pro/3gl/CPAN/perl-current 117 > gcc --version
gcc (GCC) 3.3 20030303 (prerelease)
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.

i2:/pro/3gl/CPAN/perl-current 118 >

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
  WinNT 4, Win2K pro & WinCE 2.11.  Smoking perl CORE: smokers at perl dot org
http://archives.develooper.com/daily-build at perl dot org/   perl-qa at perl dot org
send smoke reports to: smokers-reports at perl dot org, QA: http://qa.perl.org



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]