|
2003-09-09
| ||
| 01:12 | • Ticket [802445ffff] bogus "image create" command crashes wish status still Closed with 7 other changes artifact: be75d935f1 user: hobbs | |
| 01:12 | • Closed ticket [802445ffff]. artifact: bdfaf3e263 user: hobbs | |
|
2003-09-08
| ||
| 20:03 | • Ticket [802445ffff]: 1 change artifact: d72d5c02a7 user: jepler | |
| 12:41 | • New ticket [802445ffff]. artifact: f84f0a5b3c user: jepler | |
| 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. | |||