perl seg faults

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On a system with a fresh install of 8.0 I get a segmentation fault with
the following perl

#!/usr/bin/perl

@current_rpms = `rpm -qa`;

foreach $rpm ( @current_rpms ) {
   chomp $rpm;
   @words = split( /-[0-9]/, $rpm );
   $RPMdb{ $words[0] } = $words[0];

}

BUT on a system that has been upgraded to 8.0 the script runs.  I used
the same CDs on both systems and the CDs verifited.


Rob Fausey.





-- 
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux