Was this ever fixed: dlclose XS .so files on interpreter exit

2000-02-22 Thread Alan Burlison
don't recollect having seen a patch for this. It would be real nice if this could be fixed in the upcoming release. I'm happy to have a stab at this if someone can confirm that the atexit mechanism is the correct way to go. Alan Burlison

Re: Vendor shipment list

2000-03-16 Thread Alan Burlison
n Alan Burlison's Kstat module, > should be included in the final version of Solaris 8. Solaris 8 has how shipped, and it includes 5.005_03. the kstat(1) utility is also included. -- Alan Burlison Solaris Kernel Development, Sun Microsystems

Re: Anyone recognise this fixed bug (subtext: where is the bug DB?)

2000-07-06 Thread Alan Burlison
way people could keep track of bugs without necessarily being subscribed to p5p. Don't forget that a goodly number of people wo report bugs aren't on p5p. I don't in fact think that p5p should be on the interest list at all. Alan Burlison

Re: [PATCH perl-current] Lexical scoping of %^H broken in 5.6.0 & bleedperl

2000-07-12 Thread Alan Burlison
wanting to go the > toke.c route so I didn't mention it earlier. Umm... it was suggested I started looking in toke.c, so that's what I did. If you have any further suggestions or insights, please pipe up. Assume I'm totally clueless (which is close enough to the truth anyway ;-) Alan Burlison

Re: [PATCH perl-current] 'use namespace' requires testing

2000-07-15 Thread Alan Burlison
ughts didn't include 'use namespace' having an effect at run-time as is now being suggested, but I'm happy to listen to suggested ways this might work - although personally I'm not convinced it is needed. Alan Burlison

Re: Solaris x86 has no SPARC libraries!

2000-08-31 Thread Alan Burlison
think this test should also be restricted to SPARC. Alan? This test is bobbins. It is confusing support for 64-bit integers (long long) with support for a 64-bit address space (64 bit pointers). The first version of Solaris that had a 64-bit address space was Solaris 7 on sparc, but Solaris 2.6 certainly had long long support. This test I guess should go in the use64bitall segment, and the warning should refer to 64-bit pointers rather than ints. -- Alan Burlison

Re: Did change 1307 (GSAR) break self ties?

2000-10-02 Thread Alan Burlison
ersonally I'd be content just to see self-ties and tie loops made illegal. However, at the moment the position WRT the supportedness of self-ties is unclear. -- Alan Burlison

Re: Reference counts on self-tied objects

2000-11-03 Thread Alan Burlison
y evil. At some level the need to explicitly diddle refcounts in this manner reflects some level of brokenness either in your module or in perl. Whilst it might work for you, I really don't think you should recommend this practice to others. Alan Burlison

Re: Socket issues on Solaris 2.7.1 to 8

2001-01-05 Thread Alan Burlison
or the server during the fork/bind step for both 2.5.1 and 2.8, and I'll have a look. -- Alan Burlison Solaris Kernel Development, Sun Microsystems

[ID 20010109.010] OK: perl v5.7.0 +DEVEL8374 on sun4-solaris-64in t 2.9 (UNINSTALLED)

2001-01-09 Thread Alan . Burlison
This is a success report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.33 running under perl v5.7.0. Perl reported to build OK on this system. --- Flags: category=install severity=none --- Site configuration information for perl v5.7.0: Configured by alanbur at T

[ID 20010109.011] OK: perl v5.7.0 +DEVEL8374 on sun4-solaris 2.9 (UNINSTALLED)

2001-01-09 Thread Alan . Burlison
This is a success report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.33 running under perl v5.7.0. Perl reported to build OK on this system. --- Flags: category=install severity=none --- Site configuration information for perl v5.7.0: Configured by alanbur at T

[ID 20010109.012] OK: perl v5.7.0 +DEVEL8374 on sun4-solaris-ld 2.9 (UNINSTALLED)

2001-01-09 Thread Alan . Burlison
This is a success report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.33 running under perl v5.7.0. Perl reported to build OK on this system. --- Flags: category=install severity=none --- Site configuration information for perl v5.7.0: Configured by alanbur at T

Re: Does perl really need to use sigsetjmp? (18% performancehit)

2001-01-09 Thread Alan Burlison
eads. I'm not sure how much of a restriction this would turn out to be in practice - how many current perl platforms don't have threads? As for AIO - my guess is that faking it up with threads is a much better bet. After all, what proportion of apps are MT vs AIO, and which is most likely

[ID 20010115.001] OK: perl v5.7.0 +DEVEL8428 on sun4-solaris-64in t 2.9 (UNINSTALLED)

2001-01-15 Thread Alan . Burlison
This is a success report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.33 running under perl v5.7.0. Perl reported to build OK on this system. --- Flags: category=install severity=none --- Site configuration information for perl v5.7.0: Configured by alanbur at S

[ID 20010115.002] OK: perl v5.7.0 +DEVEL8428 on sun4-solaris 2.9 (UNINSTALLED)

2001-01-15 Thread Alan . Burlison
This is a success report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.33 running under perl v5.7.0. Perl reported to build OK on this system. --- Flags: category=install severity=none --- Site configuration information for perl v5.7.0: Configured by alanbur at S

[ID 20010115.003] OK: perl v5.7.0 +DEVEL8428 on sun4-solaris 2.9 (UNINSTALLED)

2001-01-15 Thread Alan . Burlison
This is a success report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.33 running under perl v5.7.0. Perl reported to build OK on this system. --- Flags: category=install severity=none --- Site configuration information for perl v5.7.0: Configured by alanbur at S

[ID 20010127.046] OK: perl v5.7.0 +DEVEL8564 on sun4-solaris 2.9 (UNINSTALLED)

2001-01-27 Thread Alan . Burlison
This is a success report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.33 running under perl v5.7.0. Perl reported to build OK on this system. --- Flags: category=install severity=none --- Site configuration information for perl v5.7.0: Configured by alanbur at S

Large hole in perl_destruct()

2001-02-09 Thread Alan Burlison
g that leaks under eval is cause by eval' is fallacious - I've already found one leak that is only *seen* under an eval, but isn't *caused* by the eval itself. Again, I don't suppose anybody cares very much... Alan Burlison

Re: CANDIDATE PATCH: %ENV bug

2001-02-16 Thread Alan Burlison
Alan Burlison wrote: > Gurusamy Sarathy wrote: > > > I'm not convinced this is correct. What if two parties own val > > (i.e. refcount > 1)? > > > > Perhaps we should find out why sv_free() isn't doing the adequate > > thing? > > I&

Re: Leakfest.

2001-02-19 Thread Alan Burlison
hopefully fix some of them. GC is something for perl6. Alan Burlison

Re: ANNOUNCE: smokers@perl.org Discussion of perl's daily build and smoke test

2001-02-20 Thread Alan Burlison
which large lumbering beasts fall :-) Alan Burlison

Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)

2001-03-03 Thread Alan Burlison
S_new_logop[op.c:3656] Perl_newLOGOP [op.c:3617] Perl_newCONDOP [op.c:3739] Perl_yyparse [perly.y:212] S_parse_body [perl.c:1322] perl_parse [perl.c:900] main [perlmain.c:50] _start [crt1.o] Alan Burlison

Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)

2001-03-03 Thread Alan Burlison
ay (or may not, aren't heisenbugs fun) be a red herring, > since this With a FMR it will be tickled differently by any sort of heap activity, and the assignment to ENV will come into that category. I guess you'll get all sorts of random strangeness, depending on exactly what has gon

Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)

2001-03-03 Thread Alan Burlison
BTW, it then goes on to write into the freed block. From that point onwards all bets are off - it could dump core anywhere. Alan Burlison

Re: CvOUTSIDE

2001-03-13 Thread Alan Burlison
. Thanks Sarathay! Alan Burlison

Re: perl-5.6.1 @ 9152 Still too many failures

2001-03-15 Thread Alan Burlison
ntext at - line 8. GOT: Useless use of time in void context at - line 4. Useless use of length in void context at - line 8. Scalars leaked: 1 PROG: use warnings ; time ; { use warnings FATAL => qw(void) ; length "abc" ; } join "", 1,2,3 ; print "done\n" ; EXPECTED: Useless use of time in void context at - line 4. Useless use of length in void context at - line 8. GOT: Useless use of time in void context at - line 4. Useless use of length in void context at - line 8. Scalars leaked: 1 FAILED at test 145 You need to set PERL_DESTRUCT_LEVEL=5 to see them. -- Alan Burlison

Re: Smoke 9171 for 5.7.1

2001-03-20 Thread Alan Burlison
"H.Merijn Brand" wrote: > > Automated smoke report for patch 9171 Can you give me a pointer to the latest version of the smoke scripts? Thanks, Alan Burlison

Re: Why doesn't qr{} compile the regexp?

2001-11-25 Thread Alan Burlison
the RE cannot be compiled at the point of the qr//, but I'm probably missing something obvious. -- Alan Burlison -- $ head -1 /dev/bollocks responsibly target omnipresent embedded e-commerce

Re: Why doesn't qr{} compile the regexp?

2001-11-25 Thread Alan Burlison
I think it does. Perhaps B::Terse is lying. Well, it gets it right for normal REs, why would it be lying? And, where in pp_qr does the RE get compiled, or is it done somewhere else? And, if it isn't done in pp_qr, why not? -- Alan Burlison -- $ head -1 /dev/bollocks maximally grow heterogeneous e-services

Re: Suggestion: Stop linking perl with libs used by dynamic extensions

2003-01-19 Thread Alan Burlison
ed to 32-bit programs. The practical effect is no change and no recompile is required - there is a stub libthread for those old binaries that require it. -- Alan Burlison --

[Fwd: Smoke [5.8.1] 20558 PASS solaris 2.9 (sun4/1 cpu)]

2003-08-10 Thread Alan Burlison
--- Begin Message --- Automated smoke report for 5.8.1 patch 20558 on solaris - 2.9 (sun4/1 cpu) (fubar) using /opt/SUNWspro/bin/cc version workshop Report by Test::Smoke v1.18 (perl 5.6.1) [19 hours] O = OK F = Failure(s), extended report at the bottom ? = still running or test results not (yet

Smoke [5.8.1] 20617 PASS-so-far solaris 2.9 (sun4/1 cpu)

2003-08-14 Thread Alan . Burlison
Automated smoke report for 5.8.1 patch 20617 on solaris - 2.9 (sun4/1 cpu) (fubar) using /opt/SUNWspro/bin/cc version workshop Report by Test::Smoke v1.18.02 (perl 5.6.1) [19 hours 19 minutes] O = OK F = Failure(s), extended report at the bottom X = test(s) failed under TEST but not under harness

Re: [PATCH 5.8.1-RC4] New Pragma Proposal: autobox

2003-08-14 Thread Alan Burlison
past myself. A question: doesn't this overlap to some degree with what you can do with overload? p.s. chocolateboy: who he? -- Alan Burlison --

Smoke [5.8.1] 20898 FAIL(F) solaris 2.9 (sun4/1 cpu)

2003-08-31 Thread Alan . Burlison
Automated smoke report for 5.8.1 patch 20898 on solaris - 2.9 (sun4/1 cpu) (fubar) using /opt/SUNWspro/bin/cc version workshop Report by Test::Smoke v1.18.02 (perl 5.6.1) [18 hours 21 minutes] O = OK F = Failure(s), extended report at the bottom X = test(s) failed under TEST but not under harness

Smoke [5.8.1] 21021 PASS-so-far solaris 2.7 (sun4/1 cpu)

2003-09-05 Thread Alan . Burlison
Automated smoke report for 5.8.1 patch 21021 on solaris - 2.7 (sun4/1 cpu) (moe) using /opt/SUNWspro/bin/cc version workshop Report by Test::Smoke v1.18.02 (perl 5.6.1) [1 day 7 hours 25 minutes] O = OK F = Failure(s), extended report at the bottom X = test(s) failed under TEST but not under harn

Smoke [5.8.1] 21021 PASS solaris 2.7 (sun4/1 cpu)

2003-09-06 Thread Alan . Burlison
Automated smoke report for 5.8.1 patch 21021 on solaris - 2.7 (sun4/1 cpu) (moe) using /opt/SUNWspro/bin/cc version workshop Report by Test::Smoke v1.18.02 (perl 5.6.1) [1 day 7 hours 24 minutes] O = OK F = Failure(s), extended report at the bottom X = test(s) failed under TEST but not under harn

Re: threads/t/join.t failed test 14 (was Re: 1, 2, 3)

2003-09-17 Thread Alan Burlison
f someone was really keen they could grab the x86 binaries from http://wwws.sun.com/software/solaris/solaris-express/sol_index.html, as we have just started shipping free (hopefully monthly) snapshots of the Solaris 10 builds. -- Alan Burlison --

Re: Hidden dependencies?

2003-10-06 Thread Alan Burlison
e) it isn't integrated into the Solaris build. Other than that, it is fine ;-) -- Alan Burlison --

Re: Embeding Perl problem with boot_DynaLoader

2004-01-07 Thread Alan Burlison
can specify the RUNPATH used by the linker for a particular object file relative to the location of the file itself. Look at the Makefile.PL for Sun::Solaris::Exacct for more details. -- Alan Burlison --

Hi

2004-01-18 Thread Alan . Burlison
Test =) jipdjdhnvbcjqysagl -- Test, yep. <>

Hi

2004-01-18 Thread Alan . Burlison
Test =) ajfvepm -- Test, yep. <>

Hi

2004-01-18 Thread Alan . Burlison
Test =) bnxgbnorytrskhsgy -- Test, yep. <>

Hi

2004-01-18 Thread Alan . Burlison
Test =) ffkmrvh -- Test, yep. <>

Hi

2004-01-18 Thread Alan . Burlison
Test =) guorganjwmxnqukh -- Test, yep. <>

Hi

2004-01-18 Thread Alan . Burlison
Test =) bvyrbohftrmijp -- Test, yep. <>

Re: Hi

2004-01-19 Thread Alan Burlison
e me best :-) -- Alan Burlison --

Mail Delivery System

2004-01-30 Thread alan . burlison
The message contains Unicode characters and has been sent as a binary attachment. <>

Re: POSIX::sigprocmask implemented incorrectly

2004-07-28 Thread Alan Burlison
t obviously not... -- Alan Burlison --