Your message dated Tue, 11 Apr 2006 11:30:06 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Bug#191400: No more segfault in 5.8.4
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
Version: 5.6.1-8.2
Further Information:
libmailtools-perl 1.56-1
perl-base 5.6.1-8.2
hi, im currently writing a little script that parses to STDIN piped
Mails. For this i use the Mail::Internet Class.
I did a little (lame) mistake that causes Perl to draw an
Segmentation fault:
The Line:
-> (command,val) = split(/:/,$value,2);
kida:/home/abi# cat file | perl do.pl
Segmentation fault
if i correct this error it works without Problems:
-> ($command,$val) = split(/:/,$value,2);
kida:/home/abi# cat file | perl do.pl
From:Michael Ablassmeier <[EMAIL PROTECTED]>
Strace output and Perl Script are attached..
bye,
- michael
--
Gnupg Key-Id: 0x748670F5
do.pl.gz
Description: Binary data
perl.strace.log.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Package: perl
Version: 5.8.0-7
On Wed, May 12, 2004 at 10:27:09AM -0700, H. S. Teoh wrote:
> I tried reproducing this bug in perl 5.8.4-1, but there is no more
> segfault. I just get a syntax error, which I believe is the correct
> behaviour:
Right, the segfault was fixed in perl 5.8.0. I'm closing the bug
accordingly with permission from the maintainer.
Thanks,
--
Niko Tyni [EMAIL PROTECTED]
--- End Message ---