In message <[EMAIL PROTECTED]> (on 30 October 2004
01:51:23 +0200), [EMAIL PROTECTED] (Abe Timmerman) wrote:
>Op een nazomerse herfstdag (Saturday 30 October 2004 00:58),schreef  Ed Allen 
>Smith:
>> In message <[EMAIL PROTECTED]> (on 30 October 2004
>>
>> 00:15:38 +0200), [EMAIL PROTECTED] (Abe Timmerman) wrote:

>> >> Strongly agreed - for one thing, it's been a while since I worked with
>> >> any (computer) language other than Perl! -  plus wanting to know for
>> >> people with IRIX 6.2-6.4; I note that Abe has a IRIX 6.2 machine doing
>> >> smoketesting, although it seems to be doing 5.9.x, which may not have
>> >> the problem in question, or it may be that the problem does not show up
>> >> on a machine not capable of -64 (IP22 - especially with R4600 - indicate
>> >> that it would not be capable, I believe).
>> >
>> >Nope, I haven't had any success with "-64", it'll only compile with "-32".
>>
>> -32 (same as -o32) or -n32?
>
>-32, no luck with "-n32", although I cannot remember what the problem was :(

I'm guessing libraries off the top of my head... pity. I suppose I could see
if I could do a test compile at -32 here, since otherwise _if_ there is a
difference in results (if there isn't, it means something with 5.9.x _is_
(or at least _was_) going right with usemallocwrap, since your IRIX 6.2
machine was doing those without, apparently, that particular problem), it's
going to be difficult to tell whether it's an IRIX 6.2 difference or a -32
vs -n32 difference, but we really aren't set up for -32 compliations
here. (The case is similar for -mips3 vs -mips4, but that one appears less
likely to be key.) I will instead, when one of the current runs finishes,
try one for 5.9.x, unless your 6.2 box gets finished first and says that
isn't the way to go.

>> >My 6.2 box also does 5.8.x, just tell me what to put in the .cfg as extra
>> >options and I'll restart the current smoke:
>>
>> ==
>> -Uusemallocwrap
>> -Dusemallocwrap
>> ==
>
>Smoke is now restarted with this section added to the .cfg

Thanks! I can now report some preliminary results for a machine capable only
of -32/-n32, smoking 23430:

Started smoke at 1099090195

Configuration: -Dusedevel -Accflags='-DDEBUGGING -mips4' -DDEBUGGING -Duseperlio 
-Uusemallocwrap
------------------------------------------------------------------------------

Compiler info: cc -n32 version MIPSpro Compilers: Version 7.3.1.3m
TSTENV = stdio  u=26.58  s=7.69  cu=1698.61  cs=201.45  scripts=845  tests=87619
All tests successful.
TSTENV = perlio u=28.63  s=7.59  cu=1704.05  cs=195.12  scripts=845  tests=87619
All tests successful.

Stopped smoke at 1099098103
Started smoke at 1099098103

Configuration: -Dusedevel -Accflags='-DDEBUGGING -mips4' -DDEBUGGING -Duseperlio 
-Dusemallocwrap
------------------------------------------------------------------------------

Compiler info: cc -n32 version MIPSpro Compilers: Version 7.3.1.3m
Unable to make anything but miniperl in this configuration

[reason is, again, panic: memory wrap... various things deleted]

Stopped smoke at 1099099413
Started smoke at 1099099413

Configuration: -Dusedevel -Accflags='-DDEBUGGING -mips4' -DDEBUGGING -Duseperlio -A 
define:optimize='-O3 -OPT:space=OFF:Olimit=0' -Uusemallocwrap
------------------------------------------------------------------------------

Compiler info: cc -n32 version MIPSpro Compilers: Version 7.3.1.3m
TSTENV = stdio  

and that's where it is running currently - no problems so far, or at least
not panic-variety ones (it's into main perl testing right now). So it looks
like -Dusemallocwrap with -n32 does not work on IRIX 6.5 (specifically
6.5.20m with 7.3.1.3m compilers), whether or not the machine is capable of
-64.

            -Allen

-- 
Allen Smith                       http://cesario.rutgers.edu/easmith/
February 1, 2003                               Space Shuttle Columbia
Ad Astra Per Aspera                     To The Stars Through Asperity

Reply via email to