Idle 2.3.4 on Red Hat 9 segmentation fault

R

Ron Kneusel

I've installed Python 2.3.4 on Red Hat 9 and everything seems to be
working fine. Tkinter is available and I can run GUI scripts.

However, when I try to start Idle I get a segmentation fault. Using
GDB and loading the idle script by hand:
gdb python2.3
(gdb) run
....
error here:

"Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1074892416 (LWP 2870)]
0x407a3c6c in Tcl_FindExecutable () from /usr/lib/libtcl8.3.so"

Is anyone else seeing this sort of thing?

Ron
 
A

Anthony Baxter

I've installed Python 2.3.4 on Red Hat 9 and everything seems to be
working fine. Tkinter is available and I can run GUI scripts.

However, when I try to start Idle I get a segmentation fault. Using
GDB and loading the idle script by hand:
"Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1074892416 (LWP 2870)]
0x407a3c6c in Tcl_FindExecutable () from /usr/lib/libtcl8.3.so"

Is anyone else seeing this sort of thing?

I don't recall seeing anything like this. What did you do when
building with respect to the RH9 disaster of Unicode-borked Tcl? Did
you try the fixed Tcl/Tk RPMs that I posted (see the release notes for
more)

Please consider logging a bug on SF, including the precise version of
tcl/tk installed on the system and gcc version, as well as the full
backtrace output from gdb.
 
R

Ron Kneusel

Anthony Baxter said:
I've installed Python 2.3.4 on Red Hat 9 and everything seems to be
working fine. Tkinter is available and I can run GUI scripts.

However, when I try to start Idle I get a segmentation fault. Using
GDB and loading the idle script by hand:
"Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1074892416 (LWP 2870)]
0x407a3c6c in Tcl_FindExecutable () from /usr/lib/libtcl8.3.so"

Is anyone else seeing this sort of thing?

I don't recall seeing anything like this. What did you do when
building with respect to the RH9 disaster of Unicode-borked Tcl? Did
you try the fixed Tcl/Tk RPMs that I posted (see the release notes for
more)

I just downloaded and installed the fixed Tcl/Tk RPMs you created and
now Idle runs just fine. Thanks!

Ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top