I also see the hang (both Tiger and Leopard) . It's hanging here:
#0 0x90020d71 in __findenv ()
#1 0x900023dc in getenv ()
#2 0x900a4c24 in _st_tzset_basic ()
#3 0x90013723 in tzset ()
#4 0x9008c61c in strftime_l ()
#5 0x9008c875 in strftime ()
#6 0x0026c77a in Perl_my_strftime ()
#7 0x00033c44 in XS_POSIX_strftime ()
#8 0x002850bd in Perl_pp_entersub ()
#9 0x0027bc89 in Perl_runops_standard ()
#10 0x00208a10 in perl_run ()
Looks like you found a bug! A radar has been filed.
- Jordan
On Nov 12, 2006, at 10:18 PM, Salvatore Domenick Desiano wrote:
Can somebody on Tiger run the following perl program and post whether
you get to "C"? My installation hangs at "A".
Thank you.
-- Sal
smile.
#!/usr/bin/env perl
use strict;
use warnings;
require POSIX;
print "A\n";
my $defaultZone = POSIX::strftime('%z',0,0,0,0,0,0,0);
print "B\n";
my $defaultZoneName = POSIX::strftime('%Z',0,0,0,0,0,0,0);
print "C\n";
--------------
Salvatore Domenick Desiano
Doctoral Candidate
Robotics Institute
Carnegie Mellon University
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users