Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Message rejected

3 views
Skip to first unread message

Piers Lauder

unread,
Jun 8, 2003, 12:05:04 AM6/8/03
to perl5-...@perl.org
Hi!

Your have sent me a message from an address marked as being primarily
a source of SPAM (also known as "unsolicited commercial e-mail"),
and the message has been discarded.

If in fact this was a genuine non-SPAM message and you still wish
to contact me, then you need to re-send the message from a different
address. And please accept my apologies for the inconvenience.

Piers Lauder.

==== Original Message ====

Received: by staff.cs.usyd.edu.au with postie; Sun, 08 Jun 2003 14:05:03 +1000
Received: by staff.cs.su.oz.au with MHSnet; Sun, 08 Jun 2003 14:05:01 +1000
Received: from perl.org by MHSnet id 3ysfN12DN+sfLi; Sun, 08 Jun 2003 14:04:59 +1000
Received: from onion.perl.org by staff.cs.usyd.edu.au.; Sun, 08 Jun 2003 14:05:00 +1000
Received: (qmail 69664 invoked by uid 1005); 8 Jun 2003 04:04:46 -0000
Mailing-List: contact perl5-por...@perl.org; run by ezmlm
Precedence: bulk
list-help: <mailto:perl5-por...@perl.org>
list-unsubscribe: <mailto:perl5-porter...@perl.org>
list-post: <mailto:perl5-...@perl.org>
X-List-Archive: <http://nntp.perl.org/group/perl.perl5.porters/76554>
Delivered-To: mailing list perl5-...@perl.org
Received: (qmail 69645 invoked by uid 76); 8 Jun 2003 04:04:45 -0000
Delivered-To: perl5-...@perl.org
X-Authentication-Warning: squirtle.localdomain: kstar set sender to vze4...@verizon.net using -f
Resent-From: ks...@verizon.net
Resent-Date: Sun, 8 Jun 2003 00:04:19 -0400
Resent-Message-ID: <20030608040...@verizon.net>
Resent-To: perl5-...@perl.org
Delivery-Date: Sat Jun 7 18:30:59 2003
Date: 7 Jun 2003 22:29:39 -0000
From: "perl-...@ton.iguana.be (via RT)" <perlbug-...@perl.org>
X-RT-NewTicket: yes
To: bugs-bi...@netlabs.develooper.com
Mail-Followup-To: perl5-...@perl.org
Reply-To: perl5-...@perl.org
X-RT-Will-Also-CC: perl-...@ton.iguana.be,
Subject: [perl #22615] Strange assignment failure in (??{}) regex
In-Reply-To: <rt-22615@perl>
Message-ID: <rt-22615-59098.0...@rt.perl.org>
X-RT-Loop-Prevention: perl
RT-Ticket: perl #22615
Managed-by: RT 2.0.14 (http://bestpractical.com/rt/)
RT-Originator: perl-...@ton.iguana.be
Content-Type: text/plain
Content-Disposition: inline
MIME-Version: 1.0
X-SMTPD: qpsmtpd/0.26-dev, http://develooper.com/code/qpsmtpd/
X-Spam-Check-By: one.develooper.com
X-Spam-Status: No, hits=-7.0 required=7.0 tests=CARRIAGE_RETURNS,IN_REP_TO,PERLBUG_CONF,RT_TAG,SPAM_PHRASE_01_02,SUPERLONG_LINE version=2.44
X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [68.160.212.82] at Sat, 7 Jun 2003 23:04:37 -0500
X-SMTPD: qpsmtpd/0.26-dev, http://develooper.com/code/qpsmtpd/
X-Spam-Check-By: one.develooper.com
X-Spam-Status: No, hits=-7.4 required=7.0 tests=CARRIAGE_RETURNS,IN_REP_TO,PERLBUG_CONF,RESENT_TO,RT_TAG,SPAM_PHRASE_01_02,SUPERLONG_LINE,X_AUTH_WARNING version=2.44
X-SMTPD: qpsmtpd/0.26-dev, http://develooper.com/code/qpsmtpd/

# New Ticket Created by perl-...@ton.iguana.be
# Please include the string: [perl #22615]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=22615 >

This is a bug report for perl from perl-...@ton.iguana.be,
generated with the help of perlbug 1.34 running under perl v5.8.0.


-----------------------------------------------------------------
[Please enter your report here]

perl -le 'print "lay1"=~/l.y.?(??{$+[0]==4?0:1})/ ? "yes" : "no"'
yes
perl -le 'print "lay1"=~/l.y.?(??{$a=$+[0]==4?0:1})/ ? "yes" : "no"'
no

Theres is no reason these should differ

[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=low
---
Site configuration information for perl v5.8.0:

Configured by ton at Tue Nov 12 01:56:18 CET 2002.

Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.4.19, archname=i686-linux-thread-multi-64int-ld
uname='linux quasar 2.4.19 #5 wed oct 2 02:34:25 cest 2002 i686 unknown '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=undef uselongdouble=define
usemymalloc=y, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -fomit-frame-pointer',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='2.95.3 20010315 (release)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='long double', nvsize=12, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lndbm -ldb -ldl -lm -lpthread -lc -lposix -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lpthread -lc -lposix -lcrypt -lutil
libc=/lib/libc-2.2.4.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.2.4'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Locally applied patches:

---
@INC for perl v5.8.0:
/usr/lib/perl5/5.8.0/i686-linux-thread-multi-64int-ld
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi-64int-ld
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
.

---
Environment for perl v5.8.0:
HOME=/home/ton
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/ton/bin.Linux:/home/ton/bin:/home/ton/bin.SampleSetup:/usr/local/bin:/usr/local/sbin:/usr/local/jre/bin:/home/oracle/product/9.0.1/bin:/usr/local/ar/bin:/usr/games/bin:/usr/X11R6/bin:/usr/share/bin:/usr/bin:/usr/sbin:/bin:/sbin:.
PERL_BADLANG (unset)
SHELL=/bin/bash


Piers Lauder

unread,
Jun 8, 2003, 12:05:32 AM6/8/03
to perl5-...@perl.org
Hi!

Your have sent me a message from an address marked as being primarily
a source of SPAM (also known as "unsolicited commercial e-mail"),
and the message has been discarded.

If in fact this was a genuine non-SPAM message and you still wish
to contact me, then you need to re-send the message from a different
address. And please accept my apologies for the inconvenience.

Piers Lauder.

==== Original Message ====

Received: by staff.cs.usyd.edu.au with postie; Sun, 08 Jun 2003 14:05:31 +1000
Received: by staff.cs.su.oz.au with MHSnet; Sun, 08 Jun 2003 14:05:29 +1000
Received: from perl.org by MHSnet id 3ysfNb2PD+sfM9; Sun, 08 Jun 2003 14:05:27 +1000
Received: from onion.perl.org by staff.cs.usyd.edu.au.; Sun, 08 Jun 2003 14:05:28 +1000
Received: (qmail 69892 invoked by uid 1005); 8 Jun 2003 04:04:55 -0000


Mailing-List: contact perl5-por...@perl.org; run by ezmlm
Precedence: bulk
list-help: <mailto:perl5-por...@perl.org>
list-unsubscribe: <mailto:perl5-porter...@perl.org>
list-post: <mailto:perl5-...@perl.org>

X-List-Archive: <http://nntp.perl.org/group/perl.perl5.porters/76555>
Delivered-To: mailing list perl5-...@perl.org
Received: (qmail 69842 invoked by uid 76); 8 Jun 2003 04:04:54 -0000


Delivered-To: perl5-...@perl.org
X-Authentication-Warning: squirtle.localdomain: kstar set sender to vze4...@verizon.net using -f
Resent-From: ks...@verizon.net

Resent-Date: Sun, 8 Jun 2003 00:04:14 -0400
Resent-Message-ID: <20030608040...@verizon.net>
Resent-To: perl5-...@perl.org
Delivery-Date: Sat Jun 7 16:39:37 2003
Date: 7 Jun 2003 20:39:30 -0000


From: "perl-...@ton.iguana.be (via RT)" <perlbug-...@perl.org>
X-RT-NewTicket: yes
To: bugs-bi...@netlabs.develooper.com
Mail-Followup-To: perl5-...@perl.org
Reply-To: perl5-...@perl.org
X-RT-Will-Also-CC: perl-...@ton.iguana.be,

Subject: [perl #22614] Spurious undefs in @- and @+ during (?{}) and (??{}) regexes
In-Reply-To: <rt-22614@perl>
Message-ID: <rt-22614-59092....@rt.perl.org>
X-RT-Loop-Prevention: perl
RT-Ticket: perl #22614


Managed-by: RT 2.0.14 (http://bestpractical.com/rt/)
RT-Originator: perl-...@ton.iguana.be
Content-Type: text/plain
Content-Disposition: inline
MIME-Version: 1.0
X-SMTPD: qpsmtpd/0.26-dev, http://develooper.com/code/qpsmtpd/
X-Spam-Check-By: one.develooper.com
X-Spam-Status: No, hits=-7.0 required=7.0 tests=CARRIAGE_RETURNS,IN_REP_TO,PERLBUG_CONF,RT_TAG,SPAM_PHRASE_01_02,SUPERLONG_LINE version=2.44

X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [68.160.212.82] at Sat, 7 Jun 2003 23:04:34 -0500


X-SMTPD: qpsmtpd/0.26-dev, http://develooper.com/code/qpsmtpd/
X-Spam-Check-By: one.develooper.com
X-Spam-Status: No, hits=-7.4 required=7.0 tests=CARRIAGE_RETURNS,IN_REP_TO,PERLBUG_CONF,RESENT_TO,RT_TAG,SPAM_PHRASE_01_02,SUPERLONG_LINE,X_AUTH_WARNING version=2.44
X-SMTPD: qpsmtpd/0.26-dev, http://develooper.com/code/qpsmtpd/

# New Ticket Created by perl-...@ton.iguana.be

# Please include the string: [perl #22614]


# in the subject line of all future correspondence about this issue.

# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=22614 >

This is a bug report for perl from perl-...@ton.iguana.be,
generated with the help of perlbug 1.34 running under perl v5.8.0.


-----------------------------------------------------------------
[Please enter your report here]

perl -MData::Dumper -wle '$_="ab"; /(.){1,}(?{print Dumper(\@-)})(.){1,}(?{})^/'
$VAR1 = [
'0',
'1'
];

$VAR1 = [
'0',
'0',
undef
];

$VAR1 = [
'1',
'1'
];

What's that undef doing there ?

If I drop the useless () at the end things work as expected:

perl -MData::Dumper -wle '$_="ab"; /(.){1,}(?{print Dumper(\@-)}).{1,}^/'
$VAR1 = [
'0',
'1'
];

$VAR1 = [
'0',
'0'
];

$VAR1 = [
'1',
'1'
];


It looks like the array length of @- and @+ is not
properly localized during backtracking

0 new messages