Tk Source Code

View Ticket
Login
Ticket UUID: 802445
Title: bogus "image create" command crashes wish
Type: Bug Version: None
Submitter: jepler Created on: 2003-09-08 12:41:47
Subsystem: 41. Photo Images Assigned To: nobody
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2003-09-09 01:12:19
Resolution: Out of Date Closed By: hobbs
    Closed on: 2003-09-08 18:12:19
Description:
Running the following one-liner script crashes wish
% image create photo .

Here's a traceback from within gdb:
#0  0x080de37d in ?? ()
#1  0x4009a77d in Tk_ImageObjCmd () from
/usr/lib/libtk8.3.so
#2  0x4010e5b5 in TclExecuteByteCode () from
/usr/lib/libtcl8.3.so
#3  0x400f2233 in Tcl_EvalObjEx () from
/usr/lib/libtcl8.3.so
#4  0x401180a5 in Tcl_RecordAndEvalObj () from
/usr/lib/libtcl8.3.so
#5  0x40117f82 in Tcl_RecordAndEval () from
/usr/lib/libtcl8.3.so
#6  0x40045b54 in Tk_MainEx () from /usr/lib/libtk8.3.so
#7  0x4011f8b0 in Tcl_NotifyChannel () from
/usr/lib/libtcl8.3.so
#8  0x40147fb9 in Tcl_DeleteFileHandler () from
/usr/lib/libtcl8.3.so
#9  0x4012b00d in Tcl_ServiceEvent () from
/usr/lib/libtcl8.3.so
#10 0x4012b335 in Tcl_DoOneEvent () from
/usr/lib/libtcl8.3.so
#11 0x40039f1f in Tk_MainLoop () from /usr/lib/libtk8.3.so
#12 0x400459b4 in Tk_MainEx () from /usr/lib/libtk8.3.so
#13 0x08048854 in main ()
#14 0x42015574 in __libc_start_main () from
/lib/tls/libc.so.6

This is probably the cause of this Tkinter bug:
python.org/sf/802417
User Comments: hobbs added on 2003-09-09 01:12:19:
Logged In: YES 
user_id=72656

This bug is already fixed in 8.4.