https://bugzilla.novell.com/show_bug.cgi?id=739978 https://bugzilla.novell.com/show_bug.cgi?id=739978#c0 Summary: using pgtcl module (postgresql) with tcl crashes Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: x86-64 OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: hamann.w@t-online.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.6) Gecko/20040113 I got reproducible crashes and could track them dowm to use of assignbyidx. Some research revealed that the supplied version of pgtcl is pretty old, and the problem would only occur with tcl 8.5 I added patch from http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds... revision 1.77 which precisely describes problem, and at least my scripts work this way. Reproducible: Always Steps to Reproduce: 1. create tcl script that includes require Pgtcl set myDB [pgconnect ... some postgresql database ...] set ret [pg_exec $myDB "select ... something matching the database"] pg_result $ret -assignbyidx test puts [array names test] 2. 3. Actual Results: if bug occurs, error message Expected Results: database results -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.