[Tkinter-discuss] CJK input/python 3/ibus

s smith sjs at sonic.net
Fri Aug 23 22:38:29 CEST 2013


Hi.

I'm having issues using ibus and am trying to figure out where to go 
from here.
This was on the ibus site where the ibus reply is essentially "not my 
problem":
	http://code.google.com/p/ibus/issues/detail?id=1391
I didn't find any mention on the python.org site

Under Mint 14(Ubuntu 12.10)/python3.3/ibus1.4 I get core dumps when 
reseting ibus with focus in an entry widget.

Under Mint 15(Ubuntu 13.04 I think)/python3.3/ibus1.5 the interface just 
doesn't change.

I've attached the gdb output from the core file on the mint 14 machine.

Where should I go from here???

Thank you
Steve Smith
-------------- next part --------------
GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/bin/python3.3...done.
[New LWP 29995]
[New LWP 29996]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/local/bin/python3.3 ../tkinter/kanji_practice.py'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000000003e1 in ?? ()
(gdb) #0  0x00000000000003e1 in ?? ()
#1  0x00007fa2c16c8955 in Tk_HandleEvent () from /usr/lib/libtk8.5.so.0
#2  0x00007fa2c16c91b0 in ?? () from /usr/lib/libtk8.5.so.0
#3  0x00007fa2c141098f in Tcl_ServiceEvent () from /usr/lib/libtcl8.5.so.0
#4  0x00007fa2c1410c05 in Tcl_DoOneEvent () from /usr/lib/libtcl8.5.so.0
#5  0x00007fa2c1cf253d in Tkapp_MainLoop (selfptr=0x7fa2c1fa28b8, 
    args=<optimized out>) at /home/sjs/Python-3.3.2/Modules/_tkinter.c:2542
#6  0x0000000000482b57 in call_function (oparg=<optimized out>, 
    pp_stack=0x7fff996080e0) at Python/ceval.c:4063
#7  PyEval_EvalFrameEx (f=f at entry=0x7fa2c37ffc90, throwflag=throwflag at entry=0)
    at Python/ceval.c:2679
#8  0x000000000047c35e in PyEval_EvalCodeEx (_co=<optimized out>, 
    globals=<optimized out>, locals=locals at entry=0x0, args=<optimized out>, 
    argcount=argcount at entry=1, kws=0x1115880, kwcount=0, defs=0x7fa2c1f8dce8, 
    defcount=1, kwdefs=kwdefs at entry=0x0, closure=0x0) at Python/ceval.c:3433
#9  0x00000000004825c8 in fast_function (nk=<optimized out>, na=1, 
    n=<optimized out>, pp_stack=0x7fff99608380, func=0x7fa2c1f95170)
    at Python/ceval.c:4161
#10 call_function (oparg=<optimized out>, pp_stack=0x7fff99608380)
    at Python/ceval.c:4084
#11 PyEval_EvalFrameEx (f=f at entry=0x1115700, throwflag=throwflag at entry=0)
    at Python/ceval.c:2679
#12 0x000000000047c35e in PyEval_EvalCodeEx (_co=_co at entry=0x7fa2c2029db0, 
    globals=globals at entry=0x7fa2c38286c8, locals=locals at entry=0x7fa2c38286c8, 
    args=args at entry=0x0, argcount=argcount at entry=0, kws=kws at entry=0x0, 
    kwcount=kwcount at entry=0, defs=defs at entry=0x0, defcount=defcount at entry=0, 
    kwdefs=kwdefs at entry=0x0, closure=closure at entry=0x0) at Python/ceval.c:3433
#13 0x000000000047c40b in PyEval_EvalCode (co=co at entry=0x7fa2c2029db0, 
    globals=globals at entry=0x7fa2c38286c8, locals=locals at entry=0x7fa2c38286c8)
    at Python/ceval.c:771
#14 0x00000000004a7329 in run_mod (arena=0x1154ef0, flags=0x7fff99608630, 
    locals=0x7fa2c38286c8, globals=0x7fa2c38286c8, filename=<optimized out>, 
    mod=<optimized out>) at Python/pythonrun.c:1981
#15 PyRun_FileExFlags (fp=0x114f6e0, filename=<optimized out>, 
    start=<optimized out>, globals=0x7fa2c38286c8, locals=0x7fa2c38286c8, 
    closeit=1, flags=0x7fff99608630) at Python/pythonrun.c:1937
#16 0x00000000004a84e9 in PyRun_SimpleFileExFlags (fp=fp at entry=0x114f6e0, 
    filename=<optimized out>, closeit=closeit at entry=1, 
    flags=flags at entry=0x7fff99608630) at Python/pythonrun.c:1447
#17 0x00000000004a8eb9 in PyRun_AnyFileExFlags (fp=fp at entry=0x114f6e0, 
    filename=<optimized out>, closeit=closeit at entry=1, 
    flags=flags at entry=0x7fff99608630) at Python/pythonrun.c:1169
#18 0x00000000004bf21a in run_file (p_cf=0x7fff99608630, 
    filename=0x10a22a0 L"../tkinter/kanji_practice.py", fp=0x114f6e0)
    at Modules/main.c:306
#19 Py_Main (argc=argc at entry=2, argv=argv at entry=0x10a1010)
    at Modules/main.c:743
#20 0x00000000004195f9 in main (argc=2, argv=<optimized out>)
    at ./Modules/python.c:58
(gdb) quit


More information about the Tkinter-discuss mailing list