In <199911182312.SAA08627@feste.rutgers.edu>, Ed Allen Smith writes: :This is a bug report for perl from easmith@beatrice.rutgers.edu, :generated with the help of perlbug 1.26 running under perl 5.00502. The latest stable version of perl is 5.005_03 - please try your program under that version. :Hi. The following program leads to a core dump. : :#!/usr/sbin/perl -w : :undef($/); : :%functions = (); : :foreach $file (@ARGV) { : (open(FILE, $file)) || (die "Can't open $file for reading: $!; stopped"); [snip] I was unable to reproduce your problem with a 5.005_02 perl here, when I tried throwing some random C source files at it. However I have no idea what the program is trying to do or what style of data it expects, and there was no output from the program when I tried running it. If your problem persists under 5.005_03, please a) reduce the test case so that both code and data are as small as possible and b) provide the necessary data as well as the code in your bug report. Thanks, Hugo van der SandenThread Previous | Thread Next