Joe Schaefer wrote:
> Joe Schaefer <[EMAIL PROTECTED]> writes:
> 
> 
>>1. Problem Description:
>>
>>Current cvs segfaults w/perl 5.8.5, not reproducible with 5.8.4:
>>
>>#0  0x0000002a9682334b in Perl_safesysmalloc (size=24) at util.c:78
>>78              my_exit(1);
>>
>>This may be an ithread-related bug in 5.8.5, not mp2.
>>
>> % t/TEST -v t/directive/cmdparms.t
> 
> 
> Any assembler gurus out there?  This is starting to look
> like a gcc/ld bug on my debian-amd64 box now...

fwiw, I don't see this error on my 5.8.5 threaded perl (-V below), but I'm
not using the same system (or processor) you are.  I don't know if anything
else stands out...

--Geoff

Summary of my perl5 (revision 5 version 8 subversion 5) configuration:
  Platform:
    osname=linux, osvers=2.4.22-1.2115.nptl, archname=i686-linux-thread-multi
    uname='linux jib.modperlcookbook.net 2.4.22-1.2115.nptl #1 wed oct 29
15:42:51 est 2003 i686 i686 i386 gnulinux '
    config_args='-des -Dusethreads -Dprefix=/perl/perl-5.8.5 -Doptimize=-g
-Dusedevel -Uinstallusrbinperl -Uversiononly -DDEBUGGING'
    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=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
    optimize='-g',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING
-fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include/gdbm'
    ccversion='', gccversion='3.3.2 20031022 (Red Hat Linux 3.3.2-1)',
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 -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT
  Built under linux
  Compiled at Aug  3 2004 07:44:47
  @INC:
    /perl/perl-5.8.5/lib/5.8.5/i686-linux-thread-multi
    /perl/perl-5.8.5/lib/5.8.5
    /perl/perl-5.8.5/lib/site_perl/5.8.5/i686-linux-thread-multi
    /perl/perl-5.8.5/lib/site_perl/5.8.5
    /perl/perl-5.8.5/lib/site_perl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to