Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGSEGV with pos() in regexp #8692

Closed
p5pRT opened this issue Nov 26, 2006 · 5 comments
Closed

SIGSEGV with pos() in regexp #8692

p5pRT opened this issue Nov 26, 2006 · 5 comments

Comments

@p5pRT
Copy link

p5pRT commented Nov 26, 2006

Migrated from rt.perl.org#40989 (status was 'resolved')

Searchable as RT40989$

@p5pRT
Copy link
Author

p5pRT commented Nov 26, 2006

From chmittag@gmx.de

Hello,

Sometimes our RequestTracker with perl 5.8.8 crashes
in Text​::Tabs​::expand.
This problem can be reproduced with​:

$_="a\x{111}\x{111}a\t";
s/\t/pos;' ';/eg;

It seems to be the same problem as in [perl #39893].

Regards
Christian Mittag


Site configuration information for perl v5.8.8​:

Configured by chmittag at Sun Jul 16 12​:35​:18 CEST 2006.

Summary of my perl5 (revision 5 version 8 subversion 8) configuration​:
  Platform​:
  osname=linux, osvers=2.6.11.4-20a-default, archname=i686-linux
  uname='linux patty 2.6.11.4-20a-default #1 wed mar 23 21​:52​:37 utc
2005 i686 i686 i386 gnulinux '
  config_args='-de'
  hint=recommended, useposix=true, d_sigaction=define
  usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
  useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
  use64bitint=undef use64bitall=undef uselongdouble=undef
  usemymalloc=n, bincompat5005=undef
  Compiler​:
  cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
  optimize='-O2',
  cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
  ccversion='', gccversion='3.3.5 20050117 (prerelease) (SUSE Linux)',
gccosandvers=''
  intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
  ivtype='long', ivsize=4, nvtype='double', nvsize=8, 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 -ldl -lm -lcrypt -lutil -lc
  perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
  libc=, so=so, useshrplib=false, libperl=libperl.a
  gnulibc_version='2.3.4'
  Dynamic Linking​:
  dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
  cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Locally applied patches​:


@​INC for perl v5.8.8​:
  /usr/local/lib/perl5/5.8.8/i686-linux
  /usr/local/lib/perl5/5.8.8
  /usr/local/lib/perl5/site_perl/5.8.8/i686-linux
  /usr/local/lib/perl5/site_perl/5.8.8
  /usr/local/lib/perl5/site_perl
  .


Environment for perl v5.8.8​:
  HOME=/home/chmittag
  LANG=de_DE.UTF-8
  LANGUAGE (unset)
  LD_LIBRARY_PATH (unset)
  LOGDIR (unset)
 
PATH=/home/chmittag/bin​:/usr/local/bin​:/usr/bin​:/usr/X11R6/bin​:/bin​:/usr/games​:/opt/gnome/bin​:/opt/kde3/bin​:/usr/lib/jvm/jre/bin
  PERL_BADLANG (unset)
  SHELL=/bin/bash

@p5pRT
Copy link
Author

p5pRT commented Dec 1, 2006

From @demerphq

Hi,

The bug as you reported appears to be resolved in the latest blead.

I think its unlikely that this will be fixed in the 5.8.x line so I am
marking this bug as closed.

  $_="a\x{111}\x{111}a\t";
  s/\t/pos;' ';/eg;

Thank you very much for the report.

Cheers,
Yves

@p5pRT
Copy link
Author

p5pRT commented Dec 1, 2006

From [Unknown Contact. See original ticket]

Hi,

The bug as you reported appears to be resolved in the latest blead.

I think its unlikely that this will be fixed in the 5.8.x line so I am
marking this bug as closed.

  $_="a\x{111}\x{111}a\t";
  s/\t/pos;' ';/eg;

Thank you very much for the report.

Cheers,
Yves

@p5pRT
Copy link
Author

p5pRT commented Dec 1, 2006

@demerphq - Status changed from 'new' to 'resolved'

@p5pRT p5pRT closed this as completed Dec 1, 2006
@p5pRT
Copy link
Author

p5pRT commented Dec 1, 2006

From @demerphq

Hi,

Thank you for your report. This matter has been resolved in the latest
version of perl and is unlikely to be fixed in the 5.8.x line,
accordingly I have closed the ticket.

Cheers,
Yves

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant