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

getpwuid core dumps with HP11 password shadow #3777

Open
p5pRT opened this issue Mar 29, 2001 · 2 comments
Open

getpwuid core dumps with HP11 password shadow #3777

p5pRT opened this issue Mar 29, 2001 · 2 comments
Labels
Closable? We might be able to close this ticket, but we need to check with the reporter distro-HPUX hasCoreDump type-core type-portability

Comments

@p5pRT
Copy link

p5pRT commented Mar 29, 2001

Migrated from rt.perl.org#6673 (status was 'open')

Searchable as RT6673$

@p5pRT
Copy link
Author

p5pRT commented Mar 29, 2001

From David.Selby@sonoco.com

Created by david.selby@sonoco.com

uname -a​:
  HP-UX baandev B.11.00 U 9000/800 155464677 unlimited-user license
installed perl​:
  perl-5.6.0-sd-11.00.depot from the HP-UX Porting and Archive Center

getpwuid core dumps on our other, almost identical HP-UX computer. So does
perlbug.

The computer is using HP "Trusted Systems" password shadowing, the one I am
writing on is not password shadowing.

C and C++ programs using getpwuid() run fine.

It cores running the getpwuid() line. print commands before the line print;
the compile phase is okay.

Running through several similar commands, getpwent also cores.

The following seem fine, though I haven't tested the networking commands
thoroughly​:
  getpwnam(name)
  endgrent endhostent endnetent endpwent getgrent getgrgid(111)
  getgrnam(111) getlogin setgrent setpwent endprotoent
  endservent gethostbyaddr("127.1", AF_INET)
  gethostbyname("baan002") getnetent

Less important comments​:
  After removing lines containing getpwuid from Modules and programs that
were failing, we are getting along fine.

  I noticed shadow mentioned in the Changes file. I started digging into
the code, but it's a bit over my head.

If there is anything else that would be useful, please let me know.

Thank you,

David Selby

Perl Info

Flags:
    category=core
    severity=medium

Site configuration information for perl v5.6.0:

Configured by rkl at Mon May  1 12:19:04 BST 2000.

Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
  Platform:
    osname=hpux, osvers=10.20, archname=9000/777-hpux
    uname='hp-ux rydal b.10.20 a 9000777 2011764956 two-user license '
    config_args=''
    hint=previous, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define
    use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
  Compiler:
    cc='cc', optimize='-O +Onolimit', gccversion=
    cppflags='-Ae -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    ccflags ='-Ae -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    stdchar='unsigned char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='ld', ldflags =''
    libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
    libs=-lnsl_s -lndbm -ldld -lm -lc -lndir -lcrypt -lsec
    libc=/lib/libc.sl, so=sl, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,
-B,deferred '
    cccdlflags='+z', lddlflags='-b -s -a shared'

Locally applied patches:



@INC for perl v5.6.0:
    /opt/perl5/lib/5.6.0/PA-RISC1.1
    /opt/perl5/lib/5.6.0
    /opt/perl5/lib/site_perl/5.6.0/PA-RISC1.1
    /opt/perl5/lib/site_perl/5.6.0
    /opt/perl5/lib/site_perl
    .


Environment for perl v5.6.0:
    HOME=/home/selbyd
    LANG (unset)
    LANGUAGE (unset)
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)

PATH=/opt/orbix/omni/bin:/opt/aCC/bin:/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/nettladm/bin:/opt/fc/bin:/opt/fcms/bin:/opt/upgrade/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/aCC/bin:/opt/langtools/bin:/opt/perf/bin:/opt/imake/bin:/opt/hparray/bin:/opt/resmon/bin:/opt/pred/bin:/opt/hpnp/bin:/usr/local/bin::/opt/networker/bin:/etc:/usr/local/bin:/opt/orbix/orbix2.3/bin:/usr/sbin:/opt/orbix/2.2MT/bin:.

    PERL_BADLANG (unset)
    SHELL=/usr/bin/sh
    SHLIB_PATH=/opt/orbix/omni/lib/hppa_hpux_10.20:/opt/orbix/orbix2.3/lib









@toddr
Copy link
Member

toddr commented Jan 31, 2020

@Tux Closeable? The reporter's email no longer responds.

@toddr toddr added the Closable? We might be able to close this ticket, but we need to check with the reporter label Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closable? We might be able to close this ticket, but we need to check with the reporter distro-HPUX hasCoreDump type-core type-portability
Projects
None yet
Development

No branches or pull requests

3 participants