Hi,

I'm having a problem with DBD::Informix when using it's functions via a
'goto &$sub' mechanism.

My program is a CGI script in perl, which provides web-access to a database
in Informix.
The problem happens in the situation when the program dies from a
'HandleError' handler, assigned to a DBD::Informix database handle.
After the raised error is catched in the calling code,
perl internal data structures seem to be in some inconsistent state
and further actions may lead to a SIGBUS, depending on performed
actions.
The problem appears only if the corresponding DBD::Informix method,
which enables the 'HandleError' handler, is called via a 'goto &$sub'
mechanism.

The problem originally showed with perl 5.8.5 and DBD::Informix
version 2003.04.
But after moving to perl 5.8.6 and DBD::Informix 2005.01 the problem
didn't eliminate.

I opened a ticket on this case in perlbug, but they addressed me to
the DBD::Informix oriented mailing list, so I hope someone here can
reveal the source of the problem.
Or at least help me to find an appropriate place to address with this
problem.

I made a simple test case, reproducing the situation (test.pl in the 
attachment).
It works for me on my solaris8 both under perl 5.8.6 and 5.8.5 and with both
 DBD::Informix 2003.04 and 2005.01.

In the end of the message goes the output of perlbug -d, just in case.
 
Best regards,
Konstantin Solodovnikov,
JSC "Web Media Servises".
[EMAIL PROTECTED]


[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=high
---
Site configuration information for perl v5.8.6:

Configured by ks at Sat May 14 15:02:16 MSD 2005.

Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
  Platform:
    osname=solaris, osvers=2.8, archname=sun4-solaris
    uname='sunos netra-dev 5.8 generic_108528-19 sun4u sparc sunw,ultraax-i2'
    config_args='-Dcc=gcc -B/usr/ccs/bin -DDEBUGGING'
    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 -B/usr/ccs/bin', ccflags='-DDEBUGGING -fno-strict-aliasing -pipe 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g',
    cppflags='-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='3.3.2', gccosandvers='solaris2.8'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    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, prototype=define
  Linker and Libraries:
    ld='gcc -B/usr/ccs/bin', ldflags =' -L/usr/local/lib '
    libpth=/usr/local/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'

Locally applied patches:


---
@INC for perl v5.8.6:
    /usr/local/perl-5.8.6-test/lib/5.8.6/sun4-solaris
    /usr/local/perl-5.8.6-test/lib/5.8.6
    /usr/local/perl-5.8.6-test/lib/site_perl/5.8.6/sun4-solaris
    /usr/local/perl-5.8.6-test/lib/site_perl/5.8.6
    /usr/local/perl-5.8.6-test/lib/site_perl/5.8.5/sun4-solaris
    /usr/local/perl-5.8.6-test/lib/site_perl/5.8.5
    /usr/local/perl-5.8.6-test/lib/site_perl/5.8.0/sun4-solaris
    /usr/local/perl-5.8.6-test/lib/site_perl/5.8.0
    /usr/local/perl-5.8.6-test/lib/site_perl
    .

---
Environment for perl v5.8.6:
    HOME=/home/ks
    LANG (unset)
    LANGUAGE (unset)
    LC_ALL=ru_RU.KOI8-R

LD_LIBRARY_PATH=/home/informix/ids_9.30.uc1/lib:/home/informix/ids_9.30.uc1/
lib/esql:/home/informix/ids_9.30.uc1/lib/tools:/usr/lib:/usr/local/lib
    LOGDIR (unset)

PATH=/home/informix/ids_9.30.uc1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/OBSDssh/bin:/usr/ccs/bin:/usr/local/bin:/usr/local/sbin:/etc/init.d
    PERL_BADLANG (unset)
    SHELL=/usr/bin/bash

Attachment: test.pl
Description: Binary data

Reply via email to