Your message dated Tue, 11 Apr 2006 11:05:34 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Bug#183494: perl-base: SegFault when run incomplete script
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: perl-base
Version: 5.6.1-8.2
Severity: normal
I was wrote incomplete script (normal when do any work), and try to
run it.
source code (
-----begin file err.pl------
#!/usr/bin/perl -w
use strict;
my $PlikWe="index.html";
my $PlikWy="index.tmp";
my $PlikO="index.html";
my $PlikOe="KsiazkaAddr.pl";
open PLIKWE,"<$PlikWe";
open PLIKWY,">$PlikWy";
my $linia;
while ($linia=<PLIKWE>) {
if ($linia=~/#--time1--/) {print $linia}
if ($linia=~/#--time2--/) {print $linia}
print PLIKWY $linia;
}
close PLIKWE;
close PLIKWY;
sub
#incomplete
------EOF------------------
./err.pl
Segmentation fault
when I add missed part of sub, program is compiled and run properly.
when I remove lines 3-16, then compilation is stopper properly
with error message.
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux serwisy 2.4.20-686 #1 Mon Jan 13 22:22:30 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages perl-base depends on:
ii libc6 2.2.5-14.3 GNU C Library: Shared libraries an
--- End Message ---
--- Begin Message ---
Package: perl
Version: 5.8.0-7
On Wed, Mar 05, 2003 at 11:57:43AM +0100, Grzegorz Szyszlo wrote:
> Package: perl-base
> Version: 5.6.1-8.2
> Severity: normal
>
> I was wrote incomplete script (normal when do any work), and try to
> run it.
> ./err.pl
> Segmentation fault
Hi,
the segfault was fixed in perl 5.8.0 (and a better error message was
added in 5.8.1). Closing accordingly.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- End Message ---