[Python-apps-team] Bug#772507: pytimechart SIGSEGV on start

Jean-Michel Nirgal Vourgère jmv_deb at nirgal.com
Sun Dec 7 22:06:20 UTC 2014


Package: pytimechart
Version: 1.0.0~rc1-3
Severity: grave
Justification: Renders package unusable for all users

One can work around the PIL/Pillow mixup in python-enable (#761140) by
starting pytimechart without the egg-info:
$ python -m timechart/timechart

But this SEGV while trying to print a warning about
"gtk_disable_setlocale() must be called before gtk_init()"

I tried applying the patch from #759068 in order to use wxpython3, but
it doesn't change anything, AFAICT.
Attached is a full backtrace.


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages pytimechart depends on:
ii  python                2.7.8-2
ii  python-chaco          4.4.1-1.2
ii  python-enthoughtbase  3.1.0-2
ii  python-gtk2           2.24.0-4
ii  python-wxgtk2.8       2.8.12.1+dfsg2-2

pytimechart recommends no packages.

pytimechart suggests no packages.

-- no debconf information
-------------- next part --------------
$ gdb --args /usr/bin/python -m timechart/timechart
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 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".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/python...Reading symbols from /usr/lib/debug//usr/bin/python2.7...done.
done.
(gdb) run
Starting program: /usr/bin/python -m timechart/timechart
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
do_warn.lto_priv () at ../Python/_warnings.c:594
594	../Python/_warnings.c: No such file or directory.
(gdb) bt full
#0  do_warn.lto_priv () at ../Python/_warnings.c:594
        registry = <type at remote 0xfe77a0>
        res = 0x0
        lineno = 16
#1  0x000000000059836b in PyErr_WarnEx () at ../Python/_warnings.c:720
        res = <optimized out>
        message = 'gtk_disable_setlocale() must be called before gtk_init()'
#2  0x00007fffeb56c2b5 in _log_func (log_domain=<optimized out>, log_level=G_LOG_LEVEL_WARNING, message=0x13e9140 "gtk_disable_setlocale() must be called before gtk_init()", user_data=0xfe77a0)
    at /build/buildd-pygobject-2_2.28.6-12+b1-amd64-T8QDQv/pygobject-2-2.28.6/gobject/gobjectmodule.c:2316
        state = PyGILState_LOCKED
        warning = <type at remote 0xfe77a0>
#3  0x00007ffff3203d01 in g_logv (log_domain=0x7ffff40fa95b "Gtk", log_level=G_LOG_LEVEL_WARNING, format=<optimized out>, args=args at entry=0x7fffffffb540) at /tmp/buildd/glib2.0-2.42.1/./glib/gmessages.c:1020
        domain = 0x0
        data = 0xfe77a0
        depth = 1
        log_func = 0x7fffeb56c270 <_log_func>
        domain_fatal_mask = <optimized out>
        masquerade_fatal = 0
        test_level = G_LOG_LEVEL_WARNING
        was_fatal = <optimized out>
        was_recursion = <optimized out>
        msg = 0x13e9140 "gtk_disable_setlocale() must be called before gtk_init()"
        msg_alloc = 0x13e9140 "gtk_disable_setlocale() must be called before gtk_init()"
        i = 4
#4  0x00007ffff3203f6f in g_log (log_domain=log_domain at entry=0x7ffff40fa95b "Gtk", log_level=log_level at entry=G_LOG_LEVEL_WARNING, format=format at entry=0x7ffff418d780 "gtk_disable_setlocale() must be called before gtk_init()")
    at /tmp/buildd/glib2.0-2.42.1/./glib/gmessages.c:1079
        args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fffffffb620, reg_save_area = 0x7fffffffb560}}
#5  0x00007ffff3f68f66 in IA__gtk_disable_setlocale () at /build/gtk+2.0-Gthrko/gtk+2.0-2.24.25/gtk/gtkmain.c:402
No locals.
#6  0x00007ffff5549f4a in wxApp::Initialize (this=0x1443360, argc_=@0x7ffff4e608f0: 1, argv_=0x163fe20) at ../src/gtk/app.cpp:363
        encName = {static npos = 18446744073709551615, m_impl = L"UTF-8", m_convertedToChar = {m_str = 0x1443610 "UTF-8", m_len = 5}}
        fileconv = {<wxMBConv> = {_vptr.wxMBConv = 0x7ffff5b37b10 <vtable for wxConvBrokenFileNames+16>}, m_conv = 0x13ff340}
        i = <optimized out>
        argcGTK = 1
        __FUNCTION__ = "Initialize"
        init_result = <optimized out>
        argvGTK = 0x1511cd0
#7  0x00007ffff4ab4fb9 in wxEntryStart (argc=@0x7ffff4e608f0: 1, argv=0x163fe20) at ../src/common/init.cpp:322
        app = {<wxAppPtrBase> = {m_ptr = 0x1443360}, <No data fields>}
        callAppCleanup = <optimized out>
#8  0x00007ffff4ab5cfe in wxEntryStart (argc=<optimized out>, argv=<optimized out>) at ../src/common/init.cpp:364
No locals.
#9  0x00007ffff6915c1f in wxPyApp::_BootstrapApp() () from /usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core_.x86_64-linux-gnu.so
No symbol table info available.
#10 0x00007ffff695f9c1 in ?? () from /usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core_.x86_64-linux-gnu.so
No symbol table info available.
#11 0x00000000004e52b8 in ext_do_call (nk=<optimized out>, na=<optimized out>, flags=<optimized out>, pp_stack=<optimized out>, func=<optimized out>) at ../Python/ceval.c:4331
        tstate = 0x92c4e0 <usedpools.lto_priv+160>
        nstar = -427278336
        callargs = (<PySimpleApp(this=<PySwigObject at remote 0x7fffe6967b40>, stdioWin=None, saveStdio=(<file at remote 0x7ffff7fa3150>, <file at remote 0x7ffff7fa31e0>)) at remote 0x7fffe6983710>,)
#12 PyEval_EvalFrameEx () at ../Python/ceval.c:2706
        func = <built-in function PyApp__BootstrapApp>
        nk = -426231792
        n = 0
        sp = 0x7fffe6989e58
        opcode = -426832528
        t = <unknown at remote 0x7ffff6e4dc6b>
#13 0x00000000004def64 in PyEval_EvalCodeEx () at ../Python/ceval.c:3253
        f = Frame 0x7fffe6989cc8, for file /usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py, line 8196, in _BootstrapApp (args=(<PySimpleApp(this=<PySwigObject at remote 0x7fffe6967b40>, stdioWin=None, saveStdio=(<file at remote 0x7ffff7fa3150>, <file at remote 0x7ffff7fa31e0>)) at remote 0x7fffe6983710>,), kwargs={})
        retval = <code at remote 0x7ffff6e51b30>
        fastlocals = 0x92c4e0 <usedpools.lto_priv+160>
        tstate = 0x9a40c0
        u = 0x0
#14 0x00000000004e13fc in fast_function (nk=<optimized out>, na=<optimized out>, n=<optimized out>, pp_stack=<optimized out>, func=<optimized out>) at ../Python/ceval.c:4117
        co = 0x7fffe6884930
        nd = -427278336
        globals = <type at remote 0xfe77a0>
        argdefs = <unknown at remote 0x72>
        d = 0x0
#15 call_function (oparg=<optimized out>, pp_stack=<optimized out>) at ../Python/ceval.c:4042
        func = <function at remote 0x7fffece4e320>
        w = 'gtk_disable_setlocale() must be called before gtk_init()'
        nk = 0
        n = 8
        pfunc = 0x7fffe69e2200
#16 PyEval_EvalFrameEx () at ../Python/ceval.c:2667
        sp = 0x7fffe69e2208
        opcode = 0
        t = <unknown at remote 0x7ffff6e787a4>
#17 0x00000000004f9bf9 in PyEval_EvalCodeEx (closure=<optimized out>, defcount=<optimized out>, defs=<optimized out>, kwcount=<optimized out>, kws=<optimized out>, argcount=<optimized out>, args=<optimized out>, locals=<optimized out>, globals=<optimized out>, 
    co=<optimized out>) at ../Python/ceval.c:3253
        retval = <unknown at remote 0x4>
        fastlocals = 0x72
---Type <return> to continue, or q <return> to quit--- 
        u = 0x0
        f = <unknown at remote 0x13>
        tstate = 0x9a40c0
#18 function_call.lto_priv () at ../Objects/funcobject.c:526
        argdefs = 0x0
        kwtuple = 0x0
        nd = 4
#19 0x000000000051dafc in PyObject_Call (kw=<optimized out>, arg=<optimized out>, func=<optimized out>) at ../Objects/abstract.c:2529
        call = 0x7fffe6983710
#20 instancemethod_call.lto_priv () at ../Objects/classobject.c:2602
        klass = (<PySimpleApp(this=<PySwigObject at remote 0x7fffe6967b40>, stdioWin=None, saveStdio=(<file at remote 0x7ffff7fa3150>, <file at remote 0x7ffff7fa31e0>)) at remote 0x7fffe6983710>,)
#21 0x000000000051d171 in PyObject_Call (kw=0x0, arg=(), func=<instancemethod at remote 0x7fffe6a2dbe0>) at ../Objects/abstract.c:2529
        result = <optimized out>
        call = 0x51da40 <instancemethod_call.lto_priv>
#22 slot_tp_init.lto_priv () at ../Objects/typeobject.c:5692
        init_str = '__init__'
#23 0x00000000004d01cf in type_call.lto_priv () at ../Objects/typeobject.c:745
        obj = <PySimpleApp(this=<PySwigObject at remote 0x7fffe6967b40>, stdioWin=None, saveStdio=(<file at remote 0x7ffff7fa3150>, <file at remote 0x7ffff7fa31e0>)) at remote 0x7fffe6983710>
#24 0x00000000004e193b in PyObject_Call (kw=<optimized out>, arg=<optimized out>, func=<optimized out>) at ../Objects/abstract.c:2529
        call = 0x4d00c0 <type_call.lto_priv>
#25 do_call (nk=<optimized out>, na=<optimized out>, pp_stack=<optimized out>, func=<optimized out>) at ../Python/ceval.c:4239
        callargs = ()
#26 call_function (oparg=<optimized out>, pp_stack=<optimized out>) at ../Python/ceval.c:4044
        func = <type at remote 0x10981f0>
        w = 'gtk_disable_setlocale() must be called before gtk_init()'
        nk = -134737840
        n = 0
        pfunc = 0x7fffe69c4e08
#27 PyEval_EvalFrameEx () at ../Python/ceval.c:2667
        sp = 0x7fffe69c4e10
        opcode = -134737840
        t = <unknown at remote 0x7fffe777cf1f>
#28 0x00000000004def64 in PyEval_EvalCodeEx () at ../Python/ceval.c:3253
        f = Frame 0x7fffe69c4c90, for file /usr/lib/python2.7/dist-packages/pyface/ui/wx/init.py, line 29, in <module> ()
        retval = <code at remote 0x7fffe77c79b0>
        fastlocals = 0x92c4e0 <usedpools.lto_priv+160>
        tstate = 0x9a40c0
        u = 0x0
#29 0x00000000004deba9 in PyEval_EvalCode (co=<optimized out>, globals=<optimized out>, locals=<optimized out>) at ../Python/ceval.c:667
No locals.
#30 0x00000000004de64c in PyImport_ExecCodeModuleEx () at ../Python/import.c:709
        modules = {'heapq': <module at remote 0x7fffe9aa58a0>, 'numpy.core.info': <module at remote 0x7fffea038788>, 'pyface.ui.wx': <module at remote 0x7fffe68a9b40>, 'functools': <module at remote 0x7fffece2ab08>, 'random': <module at remote 0x7fffe77a7d00>, 'unittest.types': None, 'datetime': <module at remote 0x7fffea0389f0>, 'sysconfig': <module at remote 0x7ffff7eab168>, 'wx._gdi': <module at remote 0x7fffecd25a28>, 'numpy.core.numeric': <module at remote 0x7fffe9a8ef68>, 'runpy': <module at remote 0x7ffff7e78ef8>, 'gc': <module at remote 0x7fffe7792670>, 'pyface.api': <module at remote 0x7fffe68a96e0>, 'fontTools.ttLib.string': None, 'logging.os': None, 'ctypes._endian': <module at remote 0x7fffe7754248>, 'encodings.encodings': None, 'unittest.pprint': None, 'numpy.core.numerictypes': <module at remote 0x7fffe9a8e750>, 'numpy.polynomial.legendre': <module at remote 0x7fffe786f520>, 'numpy.random.mtrand': <module at remote 0x7fffe77f3210>, 'struct': <module at remote 0x7fffebc18ec0>, 'numpy.matrixlib.defmatrix': <module ...(truncated)
        m = <optimized out>
        d = {'__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <type at remote 0x931980>, 'in...(truncated)
        v = '/usr/lib/python2.7/dist-packages/pyface/ui/wx/init.pyc'
#31 0x00000000004d91a2 in load_source_module.lto_priv () at ../Python/import.c:1099
        st = {st_dev = 65025, st_ino = 16676303, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 1089, st_blksize = 4096, st_blocks = 8, st_atim = {tv_sec = 1417899565, tv_nsec = 945233197}, st_mtim = {tv_sec = 1409749458, 
            tv_nsec = 0}, st_ctim = {tv_sec = 1417899545, tv_nsec = 840817271}, __glibc_reserved = {0, 0, 0}}
        co = 0x7fffe77c79b0
        m = <unknown at remote 0x1093550>
#32 0x00000000004c72db in import_submodule (fullname=<optimized out>, subname=<optimized out>, mod=<optimized out>) at ../Python/import.c:2700
        buf = 0x1092540 "/usr/lib/python2.7/dist-packages/pyface/ui/wx/init.py"
        fp = 0x1094560
        path = <unknown at remote 0x13>
        loader = 0x0
        fdp = 0x0
#33 load_next () at ../Python/import.c:2515
        name = 0x7fffe68a9ae1 "init"
        dot = 0x0
        len = 4
        p = 0x1092540 "/usr/lib/python2.7/dist-packages/pyface/ui/wx/init.py"
#34 0x00000000004c6e78 in import_module_level.isra () at ../Python/import.c:2232
        buf = 0x1091530 "pyface.ui.wx.init"
        buflen = 17
        head = <module at remote 0x7fffea0124e8>
        next = <optimized out>
        tail = <optimized out>
#35 0x00000000004c9396 in PyImport_ImportModuleLevel (level=-1, fromlist=0x0, locals=<optimized out>, globals=0x0, name=0x7fffe68a9ad4 "pyface.ui.wx.init") at ../Python/import.c:2288
        result = <optimized out>
#36 builtin___import__ () at ../Python/bltinmodule.c:49
        kwlist = {0x5fded1 "name", 0x5fdbab "globals", 0x60852f "locals", 0x602e99 "fromlist", 0x62d57f "level", 0x0}
        name = 0x7fffe68a9ad4 "pyface.ui.wx.init"
        globals = 0x0
        locals = 0x0
        fromlist = 0x0
        level = -1
#37 0x00000000004e0c03 in call_function (oparg=<optimized out>, pp_stack=<optimized out>) at ../Python/ceval.c:4021
        flags = 0
---Type <return> to continue, or q <return> to quit---
        tstate = 0x9a40c0
        func = <built-in function __import__>
        w = 'gtk_disable_setlocale() must be called before gtk_init()'
        nk = 10109120
        n = -1
        pfunc = 0x7fffe69891d8
#38 PyEval_EvalFrameEx () at ../Python/ceval.c:2667
        sp = 0x7fffe69891e0
        opcode = 10109120
        t = <unknown at remote 0x7fffe68fbb6e>
#39 0x00000000004def64 in PyEval_EvalCodeEx () at ../Python/ceval.c:3253
        f = Frame 0x7fffe6989050, for file /usr/lib/python2.7/dist-packages/pyface/toolkit.py, line 31, in import_toolkit (tk='wx', be='pyface.ui.wx.')
        retval = <code at remote 0x7fffe7836130>
        fastlocals = 0x92c4e0 <usedpools.lto_priv+160>
        tstate = 0x9a40c0
        u = 0x0
#40 0x00000000004e13fc in fast_function (nk=<optimized out>, na=<optimized out>, n=<optimized out>, pp_stack=<optimized out>, func=<optimized out>) at ../Python/ceval.c:4117
        co = 0x7fffe6884930
        nd = -427278336
        globals = <type at remote 0xfe77a0>
        argdefs = <unknown at remote 0x72>
        d = 0x0
#41 call_function (oparg=<optimized out>, pp_stack=<optimized out>) at ../Python/ceval.c:4042
        func = <function at remote 0x7fffe6928758>
        w = 'gtk_disable_setlocale() must be called before gtk_init()'
        nk = 0
        n = 8
        pfunc = 0x109bf78
#42 PyEval_EvalFrameEx () at ../Python/ceval.c:2667
        sp = 0x109bf88
        opcode = 0
        t = <unknown at remote 0x7fffe77d965f>
#43 0x00000000004e119a in fast_function (nk=<optimized out>, na=<optimized out>, n=<optimized out>, pp_stack=<optimized out>, func=<optimized out>) at ../Python/ceval.c:4107
        f = Frame 0x109bdd0, for file /usr/lib/python2.7/dist-packages/pyface/toolkit.py, line 45, in _init_toolkit (import_toolkit=<function at remote 0x7fffe6928758>, known_toolkits=('wx', 'qt4', 'null'), tk='wx')
        tstate = 0x9a40c0
        stack = 0x0
        co = 0x7fffe6884930
        nd = -427278336
        globals = <type at remote 0xfe77a0>
        argdefs = <unknown at remote 0x72>
        d = 0x0
#44 call_function (oparg=<optimized out>, pp_stack=<optimized out>) at ../Python/ceval.c:4042
        func = <function at remote 0x7fffe69286e0>
        w = 'gtk_disable_setlocale() must be called before gtk_init()'
        nk = 10109120
        n = 0
        pfunc = 0x7fffe6901be8
#45 PyEval_EvalFrameEx () at ../Python/ceval.c:2667
        sp = 0x7fffe6901bf0
        opcode = 10109120
        t = <unknown at remote 0x7fffe69281f9>
#46 0x00000000004def64 in PyEval_EvalCodeEx () at ../Python/ceval.c:3253
        f = Frame 0x7fffe6901a70, for file /usr/lib/python2.7/dist-packages/pyface/toolkit.py, line 73, in <module> ()
        retval = <code at remote 0x7fffe783f5b0>
        fastlocals = 0x92c4e0 <usedpools.lto_priv+160>
        tstate = 0x9a40c0
        u = 0x0
#47 0x00000000004deba9 in PyEval_EvalCode (co=<optimized out>, globals=<optimized out>, locals=<optimized out>) at ../Python/ceval.c:667
No locals.
#48 0x00000000004de64c in PyImport_ExecCodeModuleEx () at ../Python/import.c:709
        modules = {'heapq': <module at remote 0x7fffe9aa58a0>, 'numpy.core.info': <module at remote 0x7fffea038788>, 'pyface.ui.wx': <module at remote 0x7fffe68a9b40>, 'functools': <module at remote 0x7fffece2ab08>, 'random': <module at remote 0x7fffe77a7d00>, 'unittest.types': None, 'datetime': <module at remote 0x7fffea0389f0>, 'sysconfig': <module at remote 0x7ffff7eab168>, 'wx._gdi': <module at remote 0x7fffecd25a28>, 'numpy.core.numeric': <module at remote 0x7fffe9a8ef68>, 'runpy': <module at remote 0x7ffff7e78ef8>, 'gc': <module at remote 0x7fffe7792670>, 'pyface.api': <module at remote 0x7fffe68a96e0>, 'fontTools.ttLib.string': None, 'logging.os': None, 'ctypes._endian': <module at remote 0x7fffe7754248>, 'encodings.encodings': None, 'unittest.pprint': None, 'numpy.core.numerictypes': <module at remote 0x7fffe9a8e750>, 'numpy.polynomial.legendre': <module at remote 0x7fffe786f520>, 'numpy.random.mtrand': <module at remote 0x7fffe77f3210>, 'struct': <module at remote 0x7fffebc18ec0>, 'numpy.matrixlib.defmatrix': <module ...(truncated)
        m = <optimized out>
        d = {'_toolkit_backend': None, '__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <typ...(truncated)
        v = '/usr/lib/python2.7/dist-packages/pyface/toolkit.pyc'
#49 0x00000000004d91a2 in load_source_module.lto_priv () at ../Python/import.c:1099
        st = {st_dev = 65025, st_ino = 16675999, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 3895, st_blksize = 4096, st_blocks = 8, st_atim = {tv_sec = 1417899565, tv_nsec = 545224922}, st_mtim = {tv_sec = 1386963739, 
            tv_nsec = 0}, st_ctim = {tv_sec = 1417899545, tv_nsec = 792816278}, __glibc_reserved = {0, 0, 0}}
        co = 0x7fffe783f5b0
        m = <unknown at remote 0x1090520>
#50 0x00000000004c72db in import_submodule (fullname=<optimized out>, subname=<optimized out>, mod=<optimized out>) at ../Python/import.c:2700
        buf = 0x108f510 "/usr/lib/python2.7/dist-packages/pyface/toolkit.py"
        fp = 0x14e1f00
        path = <unknown at remote 0x13>
        loader = 0x0
        fdp = 0x0
#51 load_next () at ../Python/import.c:2515
        name = 0x7ffff7e19da4 "toolkit"
        dot = 0x0
---Type <return> to continue, or q <return> to quit---
        len = 7
        p = 0x108f510 "/usr/lib/python2.7/dist-packages/pyface/toolkit.py"
#52 0x00000000004c6bce in import_module_level.isra () at ../Python/import.c:2224
        buf = 0x108e500 "pyface.toolkit"
        buflen = 14
        head = <optimized out>
        next = <optimized out>
        tail = <optimized out>
#53 0x00000000004c9396 in PyImport_ImportModuleLevel (level=-1, fromlist=('toolkit_object',), locals=<optimized out>, 
    globals={'__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <type at remote 0x931980>, 'in...(truncated), name=0x7ffff7e19da4 "toolkit")
    at ../Python/import.c:2288
        result = <optimized out>
#54 builtin___import__ () at ../Python/bltinmodule.c:49
        kwlist = {0x5fded1 "name", 0x5fdbab "globals", 0x60852f "locals", 0x602e99 "fromlist", 0x62d57f "level", 0x0}
        name = 0x7ffff7e19da4 "toolkit"
        globals = {'__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <type at remote 0x931980>, 'in...(truncated)
        locals = {'__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <type at remote 0x931980>, 'in...(truncated)
        fromlist = ('toolkit_object',)
        level = -1
#55 0x00000000004e7f9b in PyObject_Call (kw=<optimized out>, 
    arg=('toolkit', {'__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <type at remote 0x...(truncated), 
    func=<built-in function __import__>) at ../Objects/abstract.c:2529
        result = <optimized out>
        call = 0x4c9160 <PyCFunction_Call>
#56 PyEval_CallObjectWithKeywords () at ../Python/ceval.c:3890
No locals.
#57 0x00000000004e378f in PyEval_EvalFrameEx () at ../Python/ceval.c:2334
        opcode = -425448800
        t = <unknown at remote 0x7fffe6901a48>
#58 0x00000000004def64 in PyEval_EvalCodeEx () at ../Python/ceval.c:3253
        f = Frame 0x7fffe69018c0, for file /usr/lib/python2.7/dist-packages/pyface/about_dialog.py, line 18, in <module> ()
        retval = <code at remote 0x7fffea019130>
        fastlocals = 0x92c4e0 <usedpools.lto_priv+160>
        tstate = 0x9a40c0
        u = 0x0
#59 0x00000000004deba9 in PyEval_EvalCode (co=<optimized out>, globals=<optimized out>, locals=<optimized out>) at ../Python/ceval.c:667
No locals.
#60 0x00000000004de64c in PyImport_ExecCodeModuleEx () at ../Python/import.c:709
        modules = {'heapq': <module at remote 0x7fffe9aa58a0>, 'numpy.core.info': <module at remote 0x7fffea038788>, 'pyface.ui.wx': <module at remote 0x7fffe68a9b40>, 'functools': <module at remote 0x7fffece2ab08>, 'random': <module at remote 0x7fffe77a7d00>, 'unittest.types': None, 'datetime': <module at remote 0x7fffea0389f0>, 'sysconfig': <module at remote 0x7ffff7eab168>, 'wx._gdi': <module at remote 0x7fffecd25a28>, 'numpy.core.numeric': <module at remote 0x7fffe9a8ef68>, 'runpy': <module at remote 0x7ffff7e78ef8>, 'gc': <module at remote 0x7fffe7792670>, 'pyface.api': <module at remote 0x7fffe68a96e0>, 'fontTools.ttLib.string': None, 'logging.os': None, 'ctypes._endian': <module at remote 0x7fffe7754248>, 'encodings.encodings': None, 'unittest.pprint': None, 'numpy.core.numerictypes': <module at remote 0x7fffe9a8e750>, 'numpy.polynomial.legendre': <module at remote 0x7fffe786f520>, 'numpy.random.mtrand': <module at remote 0x7fffe77f3210>, 'struct': <module at remote 0x7fffebc18ec0>, 'numpy.matrixlib.defmatrix': <module ...(truncated)
        m = <optimized out>
        d = {'__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <type at remote 0x931980>, 'in...(truncated)
        v = '/usr/lib/python2.7/dist-packages/pyface/about_dialog.pyc'
#61 0x00000000004d91a2 in load_source_module.lto_priv () at ../Python/import.c:1099
        st = {st_dev = 65025, st_ino = 16676172, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 909, st_blksize = 4096, st_blocks = 8, st_atim = {tv_sec = 1417899565, tv_nsec = 681227735}, st_mtim = {tv_sec = 1386963739, 
            tv_nsec = 0}, st_ctim = {tv_sec = 1417899545, tv_nsec = 820816857}, __glibc_reserved = {0, 0, 0}}
        co = 0x7fffea019130
        m = <unknown at remote 0x108d4f0>
#62 0x00000000004c72db in import_submodule (fullname=<optimized out>, subname=<optimized out>, mod=<optimized out>) at ../Python/import.c:2700
        buf = 0x10971c0 "/usr/lib/python2.7/dist-packages/pyface/about_dialog.py"
        fp = 0x12d2ae0
        path = <unknown at remote 0x13>
        loader = 0x0
        fdp = 0x0
#63 load_next () at ../Python/import.c:2515
        name = 0x7fffe68a92f4 "about_dialog"
        dot = 0x0
        len = 12
        p = 0x10971c0 "/usr/lib/python2.7/dist-packages/pyface/about_dialog.py"
#64 0x00000000004c6bce in import_module_level.isra () at ../Python/import.c:2224
        buf = 0x10961b0 "pyface.about_dialog"
        buflen = 19
        head = <optimized out>
        next = <optimized out>
        tail = <optimized out>
#65 0x00000000004c9396 in PyImport_ImportModuleLevel (level=-1, fromlist=('AboutDialog',), locals=<optimized out>, 
    globals={'__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode---Type <return> to continue, or q <return> to quit---
': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <type at remote 0x931980>, 'in...(truncated), 
    name=0x7fffe68a92f4 "about_dialog") at ../Python/import.c:2288
        result = <optimized out>
#66 builtin___import__ () at ../Python/bltinmodule.c:49
        kwlist = {0x5fded1 "name", 0x5fdbab "globals", 0x60852f "locals", 0x602e99 "fromlist", 0x62d57f "level", 0x0}
        name = 0x7fffe68a92f4 "about_dialog"
        globals = {'__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <type at remote 0x931980>, 'in...(truncated)
        locals = {'__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <type at remote 0x931980>, 'in...(truncated)
        fromlist = ('AboutDialog',)
        level = -1
#67 0x00000000004e7f9b in PyObject_Call (kw=<optimized out>, 
    arg=('about_dialog', {'__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <type at remo...(truncated), 
    func=<built-in function __import__>) at ../Objects/abstract.c:2529
        result = <optimized out>
        call = 0x4c9160 <PyCFunction_Call>
#68 PyEval_CallObjectWithKeywords () at ../Python/ceval.c:3890
No locals.
#69 0x00000000004e378f in PyEval_EvalFrameEx () at ../Python/ceval.c:2334
        opcode = -410856952
        t = <unknown at remote 0x7fffe6901898>
#70 0x00000000004def64 in PyEval_EvalCodeEx () at ../Python/ceval.c:3253
        f = Frame 0x7fffe6901710, for file /usr/lib/python2.7/dist-packages/pyface/api.py, line 16, in <module> ()
        retval = <code at remote 0x7ffff7e805b0>
        fastlocals = 0x92c4e0 <usedpools.lto_priv+160>
        tstate = 0x9a40c0
        u = 0x0
#71 0x00000000004deba9 in PyEval_EvalCode (co=<optimized out>, globals=<optimized out>, locals=<optimized out>) at ../Python/ceval.c:667
No locals.
#72 0x00000000004de64c in PyImport_ExecCodeModuleEx () at ../Python/import.c:709
        modules = {'heapq': <module at remote 0x7fffe9aa58a0>, 'numpy.core.info': <module at remote 0x7fffea038788>, 'pyface.ui.wx': <module at remote 0x7fffe68a9b40>, 'functools': <module at remote 0x7fffece2ab08>, 'random': <module at remote 0x7fffe77a7d00>, 'unittest.types': None, 'datetime': <module at remote 0x7fffea0389f0>, 'sysconfig': <module at remote 0x7ffff7eab168>, 'wx._gdi': <module at remote 0x7fffecd25a28>, 'numpy.core.numeric': <module at remote 0x7fffe9a8ef68>, 'runpy': <module at remote 0x7ffff7e78ef8>, 'gc': <module at remote 0x7fffe7792670>, 'pyface.api': <module at remote 0x7fffe68a96e0>, 'fontTools.ttLib.string': None, 'logging.os': None, 'ctypes._endian': <module at remote 0x7fffe7754248>, 'encodings.encodings': None, 'unittest.pprint': None, 'numpy.core.numerictypes': <module at remote 0x7fffe9a8e750>, 'numpy.polynomial.legendre': <module at remote 0x7fffe786f520>, 'numpy.random.mtrand': <module at remote 0x7fffe77f3210>, 'struct': <module at remote 0x7fffebc18ec0>, 'numpy.matrixlib.defmatrix': <module ...(truncated)
        m = <optimized out>
        d = {'__builtins__': {'bytearray': <type at remote 0x932780>, 'IndexError': <type at remote 0x93afc0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7ffff7e5c250>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x93b500>, 'unicode': <type at remote 0x931600>, 'UnicodeDecodeError': <type at remote 0x93a8c0>, 'memoryview': <type at remote 0x930480>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2014 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x7ffff7e5c050>, 'NameError': <type at remote 0x93ba40>, 'BytesWarning': <type at remote 0x938e80>, 'dict': <type at remote 0x931980>, 'in...(truncated)
        v = '/usr/lib/python2.7/dist-packages/pyface/api.pyc'
#73 0x00000000004d91a2 in load_source_module.lto_priv () at ../Python/import.c:1099
        st = {st_dev = 65025, st_ino = 16676075, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 2547, st_blksize = 4096, st_blocks = 8, st_atim = {tv_sec = 1417899565, tv_nsec = 613226328}, st_mtim = {tv_sec = 1386963739, 
            tv_nsec = 0}, st_ctim = {tv_sec = 1417899545, tv_nsec = 804816526}, __glibc_reserved = {0, 0, 0}}
        co = 0x7ffff7e805b0
        m = <unknown at remote 0x1357eb0>
#74 0x00000000004c72db in import_submodule (fullname=<optimized out>, subname=<optimized out>, mod=<optimized out>) at ../Python/import.c:2700
        buf = 0x10b6b10 "/usr/lib/python2.7/dist-packages/pyface/api.py"
        fp = 0x1395330
        path = <unknown at remote 0x13>
        loader = 0x0
        fdp = 0x0
#75 load_next () at ../Python/import.c:2515
        name = 0x7ffff7e3b05b "api"
        dot = 0x0
        len = 3
        p = 0x10b6b10 "/usr/lib/python2.7/dist-packages/pyface/api.py"
#76 0x00000000004c6df1 in import_module_level.isra () at ../Python/import.c:2232
        buf = 0x136ef70 "pyface.api"
        buflen = 10
        head = <module at remote 0x7fffea0124e8>
        next = <optimized out>
        tail = <module at remote 0x7fffea0124e8>
#77 0x00000000004c9396 in PyImport_ImportModuleLevel (level=-1, fromlist=('GUI',), locals=<optimized out>, 
    globals={'fontManager': <FontManager(afm_lookup_cache={}, ttflist=[<FontEntry(style='normal', name='Lato Hairline', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/lato/Lato-Hairline.ttf', size='scalable') at remote 0x7fffe69da110>, <FontEntry(style='normal', name='STIXIntegralsUp', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Regular.otf', size='scalable') at remote 0x7fffe69da150>, <FontEntry(style='normal', name='jsMath-cmti10', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/jsmath/jsMath-cmti10.ttf', size='scalable') at remote 0x7fffe69da050>, <FontEntry(style='normal', name='KacstTitle', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/kacst/KacstTitle.ttf', size='scalable') at remote 0x7fffe69da190>, <FontEntry(style='italic', name='Latin Modern Roman', weight=500, stretch='normal', variant='normal', fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-...(truncated), 
    name=0x7ffff7e3b054 "pyface.api") at ../Python/import.c:2288
        result = <optimized out>
#78 builtin___import__ () at ../Python/bltinmodule.c:49
        kwlist = {0x5fded1 "name", 0x5fdbab "globals", 0x60852f "locals", 0x602e99 "fromlist", 0x62d57f "level", 0x0}
        name = 0x7ffff7e3b054 "pyface.api"
        globals = {'fontManager': <FontManager(afm_lookup_cache={}, ttflist=[<FontEntry(style='normal', name='Lato Hairline', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/lato/Lato-Hairline.ttf', size='scalable') at remote 0x7fffe69da110>, <FontEntry(style='normal', name='STIXIntegralsUp', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Regular.otf', size='scalable') at remote 0x7fffe69da150>, <FontEntry(style='normal', name='jsMath-cmti10', weight---Type <return> to continue, or q <return> to quit---
=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/jsmath/jsMath-cmti10.ttf', size='scalable') at remote 0x7fffe69da050>, <FontEntry(style='normal', name='KacstTitle', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/kacst/KacstTitle.ttf', size='scalable') at remote 0x7fffe69da190>, <FontEntry(style='italic', name='Latin Modern Roman', weight=500, stretch='normal', variant='normal', fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-...(truncated)
        locals = {'fontManager': <FontManager(afm_lookup_cache={}, ttflist=[<FontEntry(style='normal', name='Lato Hairline', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/lato/Lato-Hairline.ttf', size='scalable') at remote 0x7fffe69da110>, <FontEntry(style='normal', name='STIXIntegralsUp', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Regular.otf', size='scalable') at remote 0x7fffe69da150>, <FontEntry(style='normal', name='jsMath-cmti10', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/jsmath/jsMath-cmti10.ttf', size='scalable') at remote 0x7fffe69da050>, <FontEntry(style='normal', name='KacstTitle', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/kacst/KacstTitle.ttf', size='scalable') at remote 0x7fffe69da190>, <FontEntry(style='italic', name='Latin Modern Roman', weight=500, stretch='normal', variant='normal', fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-...(truncated)
        fromlist = ('GUI',)
        level = -1
#79 0x00000000004e7f9b in PyObject_Call (kw=<optimized out>, 
    arg=('pyface.api', {'fontManager': <FontManager(afm_lookup_cache={}, ttflist=[<FontEntry(style='normal', name='Lato Hairline', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/lato/Lato-Hairline.ttf', size='scalable') at remote 0x7fffe69da110>, <FontEntry(style='normal', name='STIXIntegralsUp', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Regular.otf', size='scalable') at remote 0x7fffe69da150>, <FontEntry(style='normal', name='jsMath-cmti10', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/jsmath/jsMath-cmti10.ttf', size='scalable') at remote 0x7fffe69da050>, <FontEntry(style='normal', name='KacstTitle', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/kacst/KacstTitle.ttf', size='scalable') at remote 0x7fffe69da190>, <FontEntry(style='italic', name='Latin Modern Roman', weight=500, stretch='normal', variant='normal', fname='/usr/share/texmf/fonts/opentype/publ...(truncated), 
    func=<built-in function __import__>) at ../Objects/abstract.c:2529
        result = <optimized out>
        call = 0x4c9160 <PyCFunction_Call>
#80 PyEval_CallObjectWithKeywords () at ../Python/ceval.c:3890
No locals.
#81 0x00000000004e378f in PyEval_EvalFrameEx () at ../Python/ceval.c:2334
        opcode = -136212712
        t = <unknown at remote 0x7ffff7e1e1d8>
#82 0x00000000004def64 in PyEval_EvalCodeEx () at ../Python/ceval.c:3253
        f = Frame 0x7ffff7e1e050, for file /home/nirgal/kod/debian/pytimechart-1.0.0~rc1/timechart/timechart.py, line 45, in <module> ()
        retval = <code at remote 0x7ffff7e7cab0>
        fastlocals = 0x92c4e0 <usedpools.lto_priv+160>
        tstate = 0x9a40c0
        u = 0x0
#83 0x00000000004deba9 in PyEval_EvalCode (co=<optimized out>, globals=<optimized out>, locals=<optimized out>) at ../Python/ceval.c:667
No locals.
#84 0x00000000004e5b0a in exec_statement (locals=<optimized out>, globals=<optimized out>, prog=<optimized out>, f=<optimized out>) at ../Python/ceval.c:4718
        v = {'fontManager': <FontManager(afm_lookup_cache={}, ttflist=[<FontEntry(style='normal', name='Lato Hairline', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/lato/Lato-Hairline.ttf', size='scalable') at remote 0x7fffe69da110>, <FontEntry(style='normal', name='STIXIntegralsUp', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Regular.otf', size='scalable') at remote 0x7fffe69da150>, <FontEntry(style='normal', name='jsMath-cmti10', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/jsmath/jsMath-cmti10.ttf', size='scalable') at remote 0x7fffe69da050>, <FontEntry(style='normal', name='KacstTitle', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/kacst/KacstTitle.ttf', size='scalable') at remote 0x7fffe69da190>, <FontEntry(style='italic', name='Latin Modern Roman', weight=500, stretch='normal', variant='normal', fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-...(truncated)
#85 PyEval_EvalFrameEx () at ../Python/ceval.c:1881
        opcode = -135804240
        t = <unknown at remote 0xa6dde0>
#86 0x00000000004def64 in PyEval_EvalCodeEx () at ../Python/ceval.c:3253
        f = Frame 0xa6dc30, for file /usr/lib/python2.7/runpy.py, line 72, in _run_code (code=<code at remote 0x7ffff7e7cab0>, run_globals={'fontManager': <FontManager(afm_lookup_cache={}, ttflist=[<FontEntry(style='normal', name='Lato Hairline', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/lato/Lato-Hairline.ttf', size='scalable') at remote 0x7fffe69da110>, <FontEntry(style='normal', name='STIXIntegralsUp', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Regular.otf', size='scalable') at remote 0x7fffe69da150>, <FontEntry(style='normal', name='jsMath-cmti10', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/jsmath/jsMath-cmti10.ttf', size='scalable') at remote 0x7fffe69da050>, <FontEntry(style='normal', name='KacstTitle', weight=400, stretch='normal', variant='normal', fname='/usr/share/fonts/truetype/kacst/KacstTitle.ttf', size='scalable') at remote 0x7fffe69da190>, <FontEntry(style='italic', name='...(truncated)
        retval = <code at remote 0x7ffff7e6acb0>
        fastlocals = 0x92c4e0 <usedpools.lto_priv+160>
        tstate = 0x9a40c0
        u = 0x0
#87 0x00000000004e13fc in fast_function (nk=<optimized out>, na=<optimized out>, n=<optimized out>, pp_stack=<optimized out>, func=<optimized out>) at ../Python/ceval.c:4117
        co = 0x7fffe6884930
        nd = -427278336
        globals = <type at remote 0xfe77a0>
        argdefs = <unknown at remote 0x72>
        d = 0x0
#88 call_function (oparg=<optimized out>, pp_stack=<optimized out>) at ../Python/ceval.c:4042
        func = <function at remote 0x7ffff7e876e0>
        w = 'gtk_disable_setlocale() must be called before gtk_init()'
        nk = 0
        n = 56
        pfunc = 0xa556c0
#89 PyEval_EvalFrameEx () at ../Python/ceval.c:2667
        sp = 0xa55700
        opcode = 0
        t = <unknown at remote 0x7ffff7fb972a>
#90 0x00000000004f9bf9 in PyEval_EvalCodeEx (closure=<optimized out>, defcount=<optimized out>, defs=<optimized out>, kwcount=<optimized out>, kws=<optimized out>, argcount=<optimized out>, args=<optimized out>, locals=<optimized out>, globals=<optimized out>, 
    co=<optimized out>) at ../Python/ceval.c:3253
        retval = <unknown at remote 0x7ffff7e54338>
        fastlocals = 0x72
        u = 0x0
        f = <unknown at remote 0x13>
        tstate = 0x9a40c0
#91 function_call.lto_priv () at ../Objects/funcobject.c:526
        argdefs = 0x0
        kwtuple = 0x0
        nd = 140737352385336
#92 0x00000000004c912e in PyObject_Call () at ../Objects/abstract.c:2529
        result = <optimized out>
        call = 0x4f9870 <function_call.lto_priv>
#93 0x000000000054aeb6 in RunModule.lto_priv.1254 () at ../Modules/main.c:192
        runpy = <module at remote 0x7ffff7e78ef8>
        runmodule = <function at remote 0x7ffff7e87c08>
        runargs = ('timechart/timechart', 1)
        result = <optimized out>
#94 0x00000000004b0b81 in Py_Main () at ../Modules/main.c:587
        sts = 3
        command = 0x0
---Type <return> to continue, or q <return> to quit---
        filename = 0x0
        stdin_is_interactive = 1
        help = 10108944
        version = 1
        saw_unbuffered_flag = 0
        cf = {cf_flags = 0}
#95 0x00007ffff6f14b45 in __libc_start_main (main=0x4b0430 <main>, argc=3, argv=0x7fffffffe228, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe218) at libc-start.c:287
        result = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 5775472078153215211, 4916009, 140737488347680, 0, 0, -5775472078243074837, -5775456800317346581}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x5fced0 <__libc_csu_init>, 0x7fffffffe228}, data = {prev = 0x0, 
              cleanup = 0x0, canceltype = 6278864}}}
        not_first_call = <optimized out>
#96 0x00000000004b0352 in _start ()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20141207/2ddc1517/attachment-0001.sig>


More information about the Python-apps-team mailing list