Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176042 Summary: Perl debugger won't start Product: Fedora Core Version: fc3 Platform: i386 OS/Version: Linux Status: NEW Severity: high Priority: normal Component: perl AssignedTo: jvdias@xxxxxxxxxx ReportedBy: peter@xxxxxxxxxxxxxxxxxx QAContact: dkl@xxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx >From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc3 Firefox/1.0.7 Description of problem: When starting a program with the perl debugger, the program crashes. This is because of an error in file /usr/lib/perl5/5.8.5/perl5db.pl On line 5814 of the file there is a line that reads my $rv = $ENV{PERLDB_NOTTY} || ( $ENV{HOME} ? $ENV{HOME} : /tmp ) ."/perldbtty$$"; The /tmp should be in quotes my $rv = $ENV{PERLDB_NOTTY} || ( $ENV{HOME} ? $ENV{HOME} : "/tmp" ) ."/perldbtty$$"; That fixes the problem Version-Release number of selected component (if applicable): perl-5.8.5-22.FC3 How reproducible: Always Steps to Reproduce: perl -d anyprogram Additional info: -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.