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

Assertion failure in utf8.c on HP-UX PA-RISC #15798

Closed
p5pRT opened this issue Jan 8, 2017 · 4 comments
Closed

Assertion failure in utf8.c on HP-UX PA-RISC #15798

p5pRT opened this issue Jan 8, 2017 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Jan 8, 2017

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

Searchable as RT130530$

@p5pRT
Copy link
Author

p5pRT commented Jan 8, 2017

From @arc

S_check_and_deprecate() is yielding an assertion failure on this platform​:

$ ./perl -Ilib -e 'qr/[\N{KELVIN SIGN}]/i'
Assertion failed​: p < *e, file utf8.c, line 3088
ABORT instruction (core dumped)

I think this is why the smokes are all red for this platform at the moment.

Output of perl -V​:

Summary of my perl5 (revision 5 version 25 subversion 9) configuration​:
  Commit id​: b5282d7
  Platform​:
  osname=hpux
  osvers=11.23
  archname=PA-RISC2.0
  uname='hp-ux p5p-hpux b.11.23 u 9000800 701987621 unlimited-user license '
  config_args='-ds -Dusedevel'
  hint=recommended
  useposix=true
  d_sigaction=define
  useithreads=undef
  usemultiplicity=undef
  use64bitint=undef
  use64bitall=undef
  uselongdouble=undef
  usemymalloc=n
  bincompat5005=undef
  Compiler​:
  cc='cc'
  ccflags =' -Ae -DDEBUGGING -DPERL_DONT_CREATE_GVSV +Z -z
-D_HPUX_SOURCE -Wl,+vnocompatwarnings -I/pro/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 '
  optimize='+O2 +Onolimit'
  cppflags='-Aa -D__STDC_EXT__ -DDEBUGGING -DPERL_DONT_CREATE_GVSV
+Z -z -D_HPUX_SOURCE -Ae -DDEBUGGING -DPERL_DONT_CREATE_GVSV +Z -z
-D_HPUX_SOURCE -Wl,+vnocompatwarnings -I/pro/local/include'
  ccversion='B.11.11.22'
  gccversion=''
  gccosandvers=''
  intsize=4
  longsize=4
  ptrsize=4
  doublesize=8
  byteorder=4321
  doublekind=4
  d_longlong=define
  longlongsize=8
  d_longdbl=define
  longdblsize=16
  longdblkind=2
  ivtype='long'
  ivsize=4
  nvtype='double'
  nvsize=8
  Off_t='off_t'
  lseeksize=8
  alignbytes=8
  prototype=define
  Linker and Libraries​:
  ld='/usr/bin/ld'
  ldflags ='-L/pro/local/lib'
  libpth=/pro/local/lib /lib /usr/lib /usr/ccs/lib /usr/local/lib
  libs=-lcl -lpthread -lnsl -lndbm -lgdbm -ldb -lmalloc -lm -lcrypt -lsec -lc
  perllibs=-lcl -lpthread -lnsl -lmalloc -lm -lcrypt -lsec -lc
  libc=/lib/libc.sl
  so=sl
  useshrplib=false
  libperl=libperl.a
  gnulibc_version=''
  Dynamic Linking​:
  dlsrc=dl_hpux.xs
  dlext=sl
  d_dlsymun=undef
  ccdlflags='-Wl,-E -Wl,-B,deferred '
  cccdlflags='+Z'
  lddlflags='-b +vnocompatwarnings -L/pro/local/lib'

Characteristics of this binary (from libperl)​:
  Compile-time options​:
  DEBUGGING
  HAS_TIMES
  PERLIO_LAYERS
  PERL_COPY_ON_WRITE
  PERL_DONT_CREATE_GVSV
  PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
  PERL_MALLOC_WRAP
  PERL_OP_PARENT
  PERL_PRESERVE_IVUV
  PERL_USE_DEVEL
  USE_LARGE_FILES
  USE_LOCALE
  USE_LOCALE_COLLATE
  USE_LOCALE_CTYPE
  USE_LOCALE_NUMERIC
  USE_LOCALE_TIME
  USE_PERLIO
  USE_PERL_ATOF
  Built under hpux
  Compiled at Jan 8 2017 12​:14​:44
  @​INC​:
  lib
  /pro/lib/perl5/site_perl/5.25.9/PA-RISC2.0
  /pro/lib/perl5/site_perl/5.25.9
  /pro/lib/perl5/5.25.9/PA-RISC2.0
  /pro/lib/perl5/5.25.9
  .

--
Aaron Crane ** http​://aaroncrane.co.uk/

@p5pRT
Copy link
Author

p5pRT commented Jan 11, 2017

From @khwilliamson

Fixed by c1b4bd9
--
Karl Williamson

@p5pRT
Copy link
Author

p5pRT commented Jan 11, 2017

The RT System itself - Status changed from 'new' to 'open'

@p5pRT p5pRT closed this as completed Jan 11, 2017
@p5pRT
Copy link
Author

p5pRT commented Jan 11, 2017

@khwilliamson - Status changed from 'open' to 'resolved'

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

No branches or pull requests

1 participant