Mysterious setlocale() core dump in ancient Solaris
Jarkko Hietaniemi [Thu, 25 Apr 2002 16:06:25 +0000 (16:06 +0000)]
found by Merijn Broeren.  Doesn't look like Perl's fault.

p4raw-id: //depot/perl@16159

pod/perldelta.pod

index 3b5fc1c..cb40c28 100644 (file)
@@ -2744,6 +2744,12 @@ be exact.  (They produce something other than "1" and "-1" when
 formatting 0.6 and -0.6 using the printf format "%.0f", most often
 they produce "0" and "-0".)
 
+=head2 Solaris 2.5
+
+In case you are still using Solaris 2.5 (aka SunOS 5.5), you may
+experience failures (the test core dumping) in lib/locale.t.
+The suggested cure is to upgrade your Solaris.
+
 =head2 Failure of Thread (5.005-style) tests
 
 B<Note that support for 5.005-style threading remains experimental