[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2010-06-04 Thread Daniel Leidert
Fixed in blt 2.4z-4.2. ** Changed in: bkchem (Ubuntu) Status: In Progress = Fix Released -- BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry() https://bugs.launchpad.net/bugs/380346 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-12-20 Thread Harbin
I confirm that the patch above works on Ubuntu 9.10. Made following modifications to /usr/lib/blt2.4/pkgIndex.tcl file: if {[package vcompare [info tclversion] 8.2] 0} { set taillib ${version}.so.8.0 } elseif {[package vcompare [info tclversion] 8.3] 0} { set taillib

[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-12-04 Thread Bug Watch Updater
** Changed in: blt (Debian) Status: New = Fix Released -- BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry() https://bugs.launchpad.net/bugs/380346 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-09-12 Thread Daniel Leidert
Can be fixed by applying the patch from https://bugs.launchpad.net/ubuntu/+source/blt/+bug/359857/comments/2 to blt. -- BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry() https://bugs.launchpad.net/bugs/380346 You received this bug notification because you are a member of

[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-06-08 Thread Daniel Leidert
** Also affects: blt (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525860 Importance: Unknown Status: Unknown -- BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry() https://bugs.launchpad.net/bugs/380346 You received this bug notification because you

[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-06-08 Thread Bug Watch Updater
** Changed in: blt (Debian) Status: Unknown = New -- BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry() https://bugs.launchpad.net/bugs/380346 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-05-26 Thread Daniel Leidert
Other reported crashes for bkchem are reproducible in this scenario too and have been marked as duplicates of this report. -- BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry() https://bugs.launchpad.net/bugs/380346 You received this bug notification because you are a member of

[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-05-26 Thread Daniel Leidert
These reports are IMO all related and the culprit seems to be blt (via python-pmw): http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525860 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524149 https://bugs.launchpad.net/ubuntu/+source/blt/+bug/359857 I'm not in favor of introducing a

[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-05-26 Thread newbuntu
Matthias Mailänder: Thanks, I removed tk8.4 and that fixed the problem. Both tk8.4 and tk8.5 were installed. -- BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry() https://bugs.launchpad.net/bugs/380346 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-05-25 Thread Matthias Mailänder
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/27148659/CoreDump.gz ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/27148660/Disassembly.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/27148661/ProcMaps.txt ** Attachment added:

[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-05-25 Thread Matthias Mailänder
This is just an apport crash report for https://savannah.nongnu.org/bugs/index.php?26622 -- BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry() https://bugs.launchpad.net/bugs/380346 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-05-25 Thread Matthias Mailänder
We tracked down the error. If there is an older version of Tcl (8.4) in the system which conflicts with the new 8.5 version then BKchem crashes. So the package tk8.4 could be added to the bkchem debian package as a conflict. ** Changed in: bkchem (Ubuntu) Status: New = In Progress --