Thanks!

By commenting out the unlink at the end of the test I can see that
my dbi.prof file looks like this:

------snip------
DBI::ProfileDumper 1.0
Path = [ DBIprofile_Statement, DBIprofile_MethodName ]
Program = t/42prof_data.t

+ 1
+ 2 FETCH
=    1 0.000117 0.000117 0.000117 0.000117 1038776025.676202 1038776025.676202
+ 2 disconnect
=    1 0.000124 0.000124 0.000124 0.000124 1038776025.676373 1038776025.676373
+ 1 select mode,size,name from ?
+ 2 fetchrow_hashref
=   73 0.039193 0.000850 0.000339 0.000945 1038776025.632682 1038776025.675494
+ 2 execute
=    1 0.000725 0.000725 0.000725 0.000725 1038776025.631902 1038776025.631902
+ 2 DESTROY
=    2 0.000401 0.000024 0.000024 0.000377 1038776025.675924 1038776025.676165
+ 2 prepare
=    1 0.001062 0.001062 0.001062 0.001062 1038776025.630768 1038776025.630768
------snip------

What does yours look like?

Tim.

On Sun, Dec 01, 2002 at 08:38:46AM -0000, Conrad Heiney wrote:
> t/05thrclone...........skipped
>         all skipped: perl 5.008 not configured to support iThreads
> t/41prof_dump..........ok
> t/42prof_data..........Syntax error in dbi.prof : line 12 at t/42prof_data.t line 43
> dubious
>       Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 2-15
>       Failed 14/15 tests, 6.67% okay
> 
> Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
>   Platform:
>     osname=linux, osvers=2.4.20-pre7, archname=i686-linux
>     uname='linux pip 2.4.20-pre7 #2 sun sep 15 21:43:35 pdt 2002 i686 unknown 
>unknown gnulinux '
>     config_args='-Dcc=gcc -Uinstallusrbinperl -Doptimize=-O3 -march=pentium3 
>-mcpu=pentium3 -des'
>     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='gcc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE 
>-D_FILE_OFFSET_BITS=64',
>     optimize='-O3 -march=pentium3 -mcpu=pentium3',
>     cppflags='-fno-strict-aliasing'
>     ccversion='', gccversion='3.2.1 20020912 (Debian prerelease)', 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='gcc', ldflags =' -L/usr/local/lib'
>     libpth=/usr/local/lib /lib /usr/lib
>     libs=-lnsl -lgdbm -ldbm -ldb -ldl -lm -lc -lcrypt -lutil
>     perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
>     libc=/lib/libc-2.2.5.so, so=so, useshrplib=false, libperl=libperl.a
>     gnulibc_version='2.2.5'
>   Dynamic Linking:
>     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
>     cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
> 

Reply via email to