GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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 "i686-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/python3...Reading symbols from /usr/lib/debug/usr/bin/python3.2mu...done. done. (gdb) run Starting program: /usr/bin/python3 /host/work/wordbase/src/wordbase/wordbase.py -f wordbase.conf -D [Thread debugging using libthread_db enabled] 2011-09-29 19:20:21,199: 3522: MainThread: DEBUG: modules: initializing module mp.thread 2011-09-29 19:20:21,202: 3522: MainThread: DEBUG: mp.thread: initialized 2011-09-29 19:20:21,202: 3522: MainThread: DEBUG: modules: initializing module db.pgsql 2011-09-29 19:20:21,262: 3522: MainThread: DEBUG: db.pgsql: initialized 2011-09-29 19:20:21,262: 3522: MainThread: DEBUG: modules: initializing module cache.none 2011-09-29 19:20:21,283: 3522: MainThread: DEBUG: wordbase: initialized 2011-09-29 19:20:21,283: 3522: MainThread: INFO: master: server starting 2011-09-29 19:20:21,283: 3522: MainThread: INFO: master: listening at address 0.0.0.0:2628 2011-09-29 19:20:21,292: 3522: MainThread: INFO: master: waiting for connections 2011-09-29 19:20:25,416: 3522: MainThread: DEBUG: master: accepted connection from address 127.0.0.1:39165 2011-09-29 19:20:25,420: 3522: Thread-1: DEBUG: mp.thread: thread started 2011-09-29 19:20:25,421: 3522: Thread-1: INFO: core: session started from address 127.0.0.1:39165 2011-09-29 19:20:25,421: 3522: Thread-1: TRACE: log: server: 220 linux wordbase <324.2678@example.com> 2011-09-29 19:20:28,711: 3522: Thread-1: TRACE: log: client: d hello 2011-09-29 19:20:28,720: 3522: Thread-1: ERROR: db.pgsql: could not connect to server: Connection refused Is the server running on host "localhost" and accepting TCP/IP connections on port 5432? Traceback (most recent call last): File "/host/work/wordbase/src/wordbase/db/pgsql.py", line 66, in wrap_pg_exc return func(*args) File "/host/work/wordbase/src/wordbase/db/pgsql.py", line 76, in wrap_pg_conn self._connect_real() File "/host/work/wordbase/src/wordbase/db/pgsql.py", line 87, in _connect_real self._conn = dbapi.connect(host=_host, port=_port, user=_user, password=_password, database=_database) psycopg2.OperationalError: could not connect to server: Connection refused Is the server running on host "localhost" and accepting TCP/IP connections on port 5432? 2011-09-29 19:20:28,722: 3522: Thread-1: TRACE: log: server: 420 Server temporarily unavailable 2011-09-29 19:20:28,722: 3522: Thread-1: INFO: core: session ended 2011-09-29 19:20:28,722: 3522: Thread-1: DEBUG: core: closing client connection 2011-09-29 19:20:28,724: 3522: Thread-1: DEBUG: mp.thread: thread exiting 2011-09-29 19:20:34,208: 3522: MainThread: DEBUG: master: accepted connection from address 127.0.0.1:39167 2011-09-29 19:20:34,210: 3522: Thread-2: DEBUG: mp.thread: thread started 2011-09-29 19:20:34,210: 3522: Thread-2: INFO: core: session started from address 127.0.0.1:39167 2011-09-29 19:20:34,211: 3522: Thread-2: TRACE: log: server: 220 linux wordbase <7135.7912@example.com> 2011-09-29 19:20:36,427: 3522: Thread-2: TRACE: log: client: d hello [New Thread 0xb7c82b70 (LWP 3526)] [Thread 0xb7c82b70 (LWP 3526) exited] [New Thread 0xb7c82b70 (LWP 3528)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb7c82b70 (LWP 3528)] PyObject_GetAttr (v=0x0, name='closed') at ../Objects/object.c:824 in ../Objects/object.c (gdb) info threads * 3 Thread 0xb7c82b70 (LWP 3528) PyObject_GetAttr (v=0x0, name='closed') at ../Objects/object.c:824 1 Thread 0xb7feab40 (LWP 3522) 0x0012e416 in __kernel_vsyscall () (gdb) bt full #0 PyObject_GetAttr (v=0x0, name='closed') at ../Objects/object.c:824 tp = #1 0x0805fc45 in _PyObject_GenericGetAttrWithDict (obj= <_io.BufferedRWPair at remote 0x882b4b4>, name='closed') at ../Objects/object.c:986 tp = 0x82e7dc0 descr = dict = 0x0 res = 0x0 f = 0x818da30 dictoffset = dictptr = #2 PyObject_GenericGetAttr (obj=<_io.BufferedRWPair at remote 0x882b4b4>, name='closed') at ../Objects/object.c:1048 No locals. #3 0x0805fc45 in _PyObject_GenericGetAttrWithDict (obj= <_io.TextIOWrapper at remote 0x878ef7c>, name='closed') at ../Objects/object.c:986 tp = 0x82e9280 descr = dict = 0x0 res = 0x0 f = 0x818da30 dictoffset = dictptr = #4 PyObject_GenericGetAttr (obj=<_io.TextIOWrapper at remote 0x878ef7c>, name= 'closed') at ../Objects/object.c:1048 No locals. #5 0x0815a228 in _PyIOBase_finalize (self= <_io.TextIOWrapper at remote 0x878ef7c>) at ../Modules/_io/iobase.c:212 res = tp = v = tb = closed = 1 is_zombie = 0 #6 0x08163c90 in _textiowrapper_clear (self=0x878ef7c) at ../Modules/_io/textio.c:1079 No locals. #7 0x08163ccb in textiowrapper_clear (self=0x878ef7c) at ../Modules/_io/textio.c:1129 No locals. #8 0x080dbdd9 in delete_garbage (generation=0) at ../Modules/gcmodule.c:739 gc = 0x878ef70 op = <_io.TextIOWrapper at remote 0x878ef7c> clear = #9 collect (generation=0) at ../Modules/gcmodule.c:897 i = m = 657 n = 0 young = old = 0x82aa294 unreachable = {gc = {gc_next = 0x878ef70, gc_prev = 0x8881d68, gc_refs = 139153204}, dummy = } finalizers = {gc = {gc_next = 0xb7c805c8, gc_prev = 0xb7c805c8, gc_refs = 142877388}, dummy = 9.0755687646560104495998894563105358e-2251} gc = t1 = 0 #10 0x080dc8a2 in collect_generations (basicsize=16) at ../Modules/gcmodule.c:963 i = n = 0 #11 _PyObject_GC_Malloc (basicsize=16) at ../Modules/gcmodule.c:1462 op = g = 0x88277a0 #12 0x0806c3ab in PyType_GenericAlloc (type=0x863082c, nitems=0) at ../Objects/typeobject.c:707 obj = size = 16 #13 0x0806e113 in tp_new_wrapper (self=, args=(), kwds=0x0) at ../Objects/typeobject.c:4556 type = 0x829ea40 subtype = 0x863082c staticbase = arg0 = res = #14 0x080a3516 in call_function (f= Frame 0x865100c, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 234, in __new__ (cls=, toklist=['d'], name=None, asList=True, modal=True), throwflag=0) at ../Python/ceval.c:3875 callargs = (,) flags = 142877388 tstate = func = w = na = 1 nk = n = 142877388 pfunc = 0x865115c x = #15 PyEval_EvalFrameEx (f= Frame 0x865100c, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 234, in __new__ (cls=, toklist=['d'], name=None, asList=True, modal=True), throwflag=0) at ../Python/ceval.c:2673 sp = 0x8651160 stack_pointer = next_instr = 0x861124f "}\005" opcode = 131 oparg = why = WHY_NOT err = 0 x = v = w = u = fastlocals = 0x8651144 freevars = 0x865115c retval = 0x0 tstate = 0x84705d0 co = 0x8614430 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x8611230 "t" names = ('isinstance', 'object', '__new__', 'True', '_ParseResults__doinit') consts = (None, True) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #16 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': , toklist=['d'], name=None, asList=True, modal=True) retval = 0x0 fastlocals = 0x8651144 freevars = 0x865115c tstate = 0x84705d0 x = u = total_args = #17 0x0819b661 in function_call (func=, arg= (, ['d']), kw=0x0) at ../Objects/funcobject.c:629 result = argdefs = kwtuple = 0x0 d = 0x8694e20 k = 0x0 nk = 0 nd = 3 #18 0x0817538a in PyObject_Call (func=, arg= (, ['d']), kw=0x0) at ../Objects/abstract.c:2149 result = call = 0x819b5d0 #19 0x0806b7bd in slot_tp_new (type=0x863082c, args=(['d'],), kwds=0x0) at ../Objects/typeobject.c:5321 new_str = '__new__' func = newargs = (, ['d']) x = i = n = #20 0x0806debd in type_call (type=0x863082c, args=(['d'],), kwds=0x0) at ../Objects/typeobject.c:676 obj = #21 0x0817538a in PyObject_Call (func=, arg= (['d'],), kw=0x0) at ../Objects/abstract.c:2149 result = call = 0x806de90 #22 0x080a2165 in do_call (f= Frame 0x8854f44, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 440, in copy (self=), throwflag=0) at ../Python/ceval.c:4095 callargs = kwdict = 0x0 result = 0x0 #23 call_function (f= Frame 0x8854f44, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 440, in copy (self=), throwflag=0) at ../Python/ceval.c:3898 func = w = na = 1 nk = n = 0 pfunc = 0x8855084 x = #24 PyEval_EvalFrameEx (f= Frame 0x8854f44, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 440, in copy (self=), throwflag=0) at ../Python/ceval.c:2673 sp = 0x8855088 stack_pointer = next_instr = 0x859d8c4 "}\001" opcode = 131 oparg = why = WHY_NOT err = 0 x = v = w = u = fastlocals = 0x885507c freevars = 0x8855084 retval = 0x0 tstate = 0x84705d0 co = 0x8614e30 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x859d8b8 "t" names = ('ParseResults', '_ParseResults__toklist', '_ParseResults__tokdict', 'copy', '_ParseResults__parent', '_ParseResults__accumNames', 'update', '_ParseResults__name') consts = ('Returns a new copy of a C{ParseResults} object.',) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #25 0x080a39d3 in fast_function (f= Frame 0x88584a4, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2861, in postParse (self=, ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= fastlocals = 0x885507c f = Frame 0x8854f44, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 440, in copy (self=) tstate = 0x84705d0 stack = co = kwdefs = 0x0 nd = 0 globals = {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': d = 0x0 #26 call_function (f= Frame 0x88584a4, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2861, in postParse (self=, ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= w = na = 0 nk = n = 1 pfunc = 0x88585f0 x = #27 PyEval_EvalFrameEx (f= Frame 0x88584a4, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2861, in postParse (self=, ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= next_instr = 0x85fb5d9 "}\004" opcode = 131 oparg = why = WHY_NOT err = 0 x = 0x0 v = w = u = fastlocals = 0x88585dc freevars = 0x88585f0 retval = 0x0 tstate = 0x84705d0 co = 0x8687a20 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x85fb5d0 "|\003" names = ('copy', 'ParseResults', 'join', '_asStringList', 'joinString', 'modalResults', 'resultsName', 'len', 'keys') consts = (None, '', 'modal', 0) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #28 0x080a39d3 in fast_function (f= Frame 0x88d5294, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 839, in _parseNoCache (self=, ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= fastlocals = 0x88585dc f = Frame 0x88584a4, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2861, in postParse (self=, ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= co = kwdefs = 0x0 nd = 0 globals = {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': d = 0x0 #29 call_function (f= Frame 0x88d5294, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 839, in _parseNoCache (self=, ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= w = na = 0 nk = n = 4 pfunc = 0x88d53fc x = #30 PyEval_EvalFrameEx (f= Frame 0x88d5294, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 839, in _parseNoCache (self=, ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= next_instr = 0x866064c "}\b" opcode = 131 oparg = why = WHY_NOT err = 0 x = 0x0 v = w = u = fastlocals = 0x88d53cc freevars = 0x88d53fc retval = 0x0 tstate = 0x84705d0 co = 0x861fa70 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x8660440 "|" names = ('debug', 'failAction', 'debugActions', 'callPreparse', 'preParse', 'parseImpl', 'IndexError', 'ParseException', 'len', 'errmsg', 'ParseBaseException', 'mayIndexError', 'postParse', 'ParseResults', 'resultsName', 'saveAsList', 'modalResults', 'parseAction', 'callDuringTry', 'None', 'isinstance', 'list') consts = (None, 0, 2, 'asList', 'modal', 1) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #31 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= u = total_args = #32 0x080a37fe in fast_function (f= Frame 0x88d54ac, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2214, in parseImpl (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= kwdefs = 0x0 nd = 2 globals = {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': d = #33 call_function (f= Frame 0x88d54ac, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2214, in parseImpl (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= w = na = 4 nk = n = 4 pfunc = 0x88d560c x = #34 PyEval_EvalFrameEx (f= Frame 0x88d54ac, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2214, in parseImpl (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= next_instr = 0x86af596 "\\\002" opcode = 131 oparg = why = WHY_NOT err = 0 x = v = w = u = fastlocals = 0x88d55e4 freevars = 0x88d5608 retval = 0x0 tstate = 0x84705d0 co = 0x86779d0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x86af470 "|" names = ('exprs', '_parse', 'False', 'isinstance', 'And', '_ErrorStop', 'True', 'ParseSyntaxException', 'ParseBaseException', 'None', '__traceback__', 'IndexError', 'ParseException', 'len', 'errmsg', 'keys') consts = (None, 0, 'callPreParse', 1, False, True) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #35 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': , , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= u = total_args = #36 0x080a37fe in fast_function (f= Frame 0x88d5d84, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 833, in _parseNoCache (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= kwdefs = 0x0 nd = 1 globals = {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': d = #37 call_function (f= Frame 0x88d5d84, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 833, in _parseNoCache (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= w = na = 4 nk = n = 4 pfunc = 0x88d5eec x = #38 PyEval_EvalFrameEx (f= Frame 0x88d5d84, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 833, in _parseNoCache (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= next_instr = 0x86605df "\\\002" opcode = 131 oparg = why = WHY_NOT err = 0 x = v = w = u = fastlocals = 0x88d5ebc freevars = 0x88d5eec retval = 0x0 tstate = 0x84705d0 co = 0x861fa70 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x8660440 "|" names = ('debug', 'failAction', 'debugActions', 'callPreparse', 'preParse', 'parseImpl', 'IndexError', 'ParseException', 'len', 'errmsg', 'ParseBaseException', 'mayIndexError', 'postParse', 'ParseResults', 'resultsName', 'saveAsList', 'modalResults', 'parseAction', 'callDuringTry', 'None', 'isinstance', 'list') consts = (None, 0, 2, 'asList', 'modal', 1) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #39 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': , , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=True, mayReturnEmpty=False, expr= u = total_args = #40 0x080a37fe in fast_function (f= Frame 0x88ce93c, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2324, in parseImpl (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, st...(truncated), throwflag=0) at ../Python/ceval.c:3973 co = kwdefs = 0x0 nd = 2 globals = {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': d = #41 call_function (f= Frame 0x88ce93c, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2324, in parseImpl (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, st...(truncated), throwflag=0) at ../Python/ceval.c:3896 func = w = na = 4 nk = n = 4 pfunc = 0x88cea9c x = #42 PyEval_EvalFrameEx (f= Frame 0x88ce93c, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2324, in parseImpl (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, st...(truncated), throwflag=0) at ../Python/ceval.c:2673 sp = 0x88ceaac stack_pointer = next_instr = 0x86afdd9 "}\a" opcode = 131 oparg = why = WHY_NOT err = 0 x = v = w = u = fastlocals = 0x88cea74 freevars = 0x88cea98 retval = 0x0 tstate = 0x84705d0 co = 0x8677e80 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x86afda8 "d\003" names = ('None', 'exprs', '_parse', 'ParseException', 'loc', 'IndexError', 'len', 'errmsg') consts = (None, 1, 'no defined alternatives to match', -1) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #43 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': , , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, st...(truncated) retval = 0x0 fastlocals = 0x88cea74 freevars = 0x88cea98 tstate = 0x84705d0 x = u = total_args = #44 0x080a37fe in fast_function (f= Frame 0x88ceccc, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 833, in _parseNoCache (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None,...(truncated), throwflag=0) at ../Python/ceval.c:3973 co = kwdefs = 0x0 nd = 1 globals = {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': d = #45 call_function (f= Frame 0x88ceccc, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 833, in _parseNoCache (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None,...(truncated), throwflag=0) at ../Python/ceval.c:3896 func = w = na = 4 nk = n = 4 pfunc = 0x88cee34 x = #46 PyEval_EvalFrameEx (f= Frame 0x88ceccc, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 833, in _parseNoCache (self=, , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None,...(truncated), throwflag=0) at ../Python/ceval.c:2673 sp = 0x88cee44 stack_pointer = next_instr = 0x86605df "\\\002" opcode = 131 oparg = why = WHY_NOT err = 0 x = v = w = u = fastlocals = 0x88cee04 freevars = 0x88cee34 retval = 0x0 tstate = 0x84705d0 co = 0x861fa70 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x8660440 "|" names = ('debug', 'failAction', 'debugActions', 'callPreparse', 'preParse', 'parseImpl', 'IndexError', 'ParseException', 'len', 'errmsg', 'ParseBaseException', 'mayIndexError', 'postParse', 'ParseResults', 'resultsName', 'saveAsList', 'modalResults', 'parseAction', 'callDuringTry', 'None', 'isinstance', 'list') consts = (None, 0, 2, 'asList', 'modal', 1) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #47 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': , , ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None,...(truncated) retval = 0x0 fastlocals = 0x88cee04 freevars = 0x88cee34 tstate = 0x84705d0 x = u = total_args = #48 0x080a37fe in fast_function (f= Frame 0x88c427c, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2324, in parseImpl (self=, ], ignoreExprs=[]...(truncated), throwflag=0) at ../Python/ceval.c:3973 co = kwdefs = 0x0 nd = 2 globals = {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': d = #49 call_function (f= Frame 0x88c427c, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2324, in parseImpl (self=, ], ignoreExprs=[]...(truncated), throwflag=0) at ../Python/ceval.c:3896 func = w = na = 4 nk = n = 4 pfunc = 0x88c43dc x = #50 PyEval_EvalFrameEx (f= Frame 0x88c427c, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 2324, in parseImpl (self=, ], ignoreExprs=[]...(truncated), throwflag=0) at ../Python/ceval.c:2673 sp = 0x88c43ec stack_pointer = next_instr = 0x86afdd9 "}\a" opcode = 131 oparg = why = WHY_NOT err = 0 x = v = w = u = fastlocals = 0x88c43b4 freevars = 0x88c43d8 retval = 0x0 tstate = 0x84705d0 co = 0x8677e80 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x86afda8 "d\003" names = ('None', 'exprs', '_parse', 'ParseException', 'loc', 'IndexError', 'len', 'errmsg') consts = (None, 1, 'no defined alternatives to match', -1) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #51 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': , ], ignoreExprs=[]...(truncated) retval = 0x0 fastlocals = 0x88c43b4 freevars = 0x88c43d8 tstate = 0x84705d0 x = u = total_args = #52 0x080a37fe in fast_function (f= Frame 0x88c184c, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 833, in _parseNoCache (self=, ], ignoreExprs...(truncated), throwflag=0) at ../Python/ceval.c:3973 co = kwdefs = 0x0 nd = 1 globals = {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': d = #53 call_function (f= Frame 0x88c184c, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 833, in _parseNoCache (self=, ], ignoreExprs...(truncated), throwflag=0) at ../Python/ceval.c:3896 func = w = na = 4 nk = n = 4 pfunc = 0x88c19b4 x = #54 PyEval_EvalFrameEx (f= Frame 0x88c184c, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 833, in _parseNoCache (self=, ], ignoreExprs...(truncated), throwflag=0) at ../Python/ceval.c:2673 sp = 0x88c19c4 stack_pointer = next_instr = 0x86605df "\\\002" opcode = 131 oparg = why = WHY_NOT err = 0 x = v = w = u = fastlocals = 0x88c1984 freevars = 0x88c19b4 retval = 0x0 tstate = 0x84705d0 co = 0x861fa70 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x8660440 "|" names = ('debug', 'failAction', 'debugActions', 'callPreparse', 'preParse', 'parseImpl', 'IndexError', 'ParseException', 'len', 'errmsg', 'ParseBaseException', 'mayIndexError', 'postParse', 'ParseResults', 'resultsName', 'saveAsList', 'modalResults', 'parseAction', 'callDuringTry', 'None', 'isinstance', 'list') consts = (None, 0, 2, 'asList', 'modal', 1) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #55 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': , ], ignoreExprs...(truncated) retval = 0x0 fastlocals = 0x88c1984 freevars = 0x88c19b4 tstate = 0x84705d0 x = u = total_args = #56 0x080a37fe in fast_function (f= Frame 0x88c40cc, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 959, in parseString (self=, ], ignoreExprs=[...(truncated), throwflag=0) at ../Python/ceval.c:3973 co = kwdefs = 0x0 nd = 2 globals = {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': d = #57 call_function (f= Frame 0x88c40cc, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 959, in parseString (self=, ], ignoreExprs=[...(truncated), throwflag=0) at ../Python/ceval.c:3896 func = w = na = 3 nk = n = 3 pfunc = 0x88c4224 x = #58 PyEval_EvalFrameEx (f= Frame 0x88c40cc, for file /host/work/wordbase/src/wordbase/pyparsing.py, line 959, in parseString (self=, ], ignoreExprs=[...(truncated), throwflag=0) at ../Python/ceval.c:2673 sp = 0x88c4230 stack_pointer = next_instr = 0x8662290 "\\\002" opcode = 131 oparg = why = WHY_NOT err = 0 x = v = w = u = fastlocals = 0x88c4204 freevars = 0x88c4224 retval = 0x0 tstate = 0x84705d0 co = 0x861fc50 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x8662228 "t" names = ('ParserElement', 'resetCache', 'streamlined', 'streamline', 'ignoreExprs', 'keepTabs', 'expandtabs', '_parse', 'preParse', 'Empty', 'StringEnd', 'ParseBaseException', 'verbose_stacktrace') consts = ('Execute the parse expression with the given string.\n This is the main interface to the client code, once the complete\n expression has been built.\n\n If you want the grammar to require that the entire input string be\n successfully parsed, then set C{parseAll} to True (equivalent to ending\n the grammar with C{StringEnd()}).\n\n Note: C{parseString} implicitly calls C{expandtabs()} on the input string,\n in order to report proper column numbers in parse actions.\n If the input string contains tabs and\n the grammar uses parse actions that use the C{loc} argument to index into the\n string being parsed, you can ensure you have a consistent view of the input\n string by:\n - calling C{parseWithTabs} on your grammar before calling C{parseString}\n (see L{I{parseWithTabs}})\n - define your parse action using the full C{(s,loc,toks)} signature, an', 0, ...(truncated) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #59 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': , ], ignoreExprs=[...(truncated) retval = 0x0 fastlocals = 0x88c4204 freevars = 0x88c4224 tstate = 0x84705d0 x = u = total_args = #60 0x080a37fe in fast_function (f= Frame 0x88c26d4, for file /host/work/wordbase/src/wordbase/cmdparser.py, line 157, in parse_command (line='d hello'), throwflag=0) at ../Python/ceval.c:3973 co = kwdefs = 0x0 nd = 1 globals = {'removeQuotes': , 'ZeroOrMore': , 'alphanums': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 'NoMatch': , '_bslash': '\\', '_L': , '_escapedPunc': ], initChars={'\\'}, re=None, resultsName=None, mayReturnEmpty=False, failAction=None, debugActions=(None, None, None), maxSpecified=False, strRepr=None, bodyCharsOrig='\\[]-*.$+^?()~ ', whiteChars=' \n\t\r', callDuringTry=False, mayIndexError=False, name='W:(\\,\\[]-...)', maxLen=2, copyDefaultWhiteChars=True, streamlined=True, initCharsOrig='\\', debug=False, callPreparse=True, errmsg='Expected W:(\\,\\[]-...)') at remote 0x86c508c>, '_escapedOctChar': d = #61 call_function (f= Frame 0x88c26d4, for file /host/work/wordbase/src/wordbase/cmdparser.py, line 157, in parse_command (line='d hello'), throwflag=0) at ../Python/ceval.c:3896 func = w = na = 2 nk = n = 2 pfunc = 0x88c281c x = #62 PyEval_EvalFrameEx (f= Frame 0x88c26d4, for file /host/work/wordbase/src/wordbase/cmdparser.py, line 157, in parse_command (line='d hello'), throwflag=0) at ../Python/ceval.c:2673 sp = 0x88c2824 stack_pointer = next_instr = 0x851fa46 "}\001" opcode = 131 oparg = why = WHY_NOT err = 0 x = v = w = u = fastlocals = 0x88c280c freevars = 0x88c2818 retval = 0x0 tstate = 0x84705d0 co = 0x860b890 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x851fa30 "t" names = ('_parser_lock', '_grammar', 'parseString', 'True', 'ParseException', 'logger', 'debug', 'False', '_cmd_state') consts = (None, True, False) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #63 0x080a39d3 in fast_function (f= Frame 0x88c3b34, for file /host/work/wordbase/src/wordbase/core.py, line 59, in _session (conn=) at remote 0x8838d8c>, backend=, cacher=, end=False, line='d hello'), throwflag=0) at ../Python/ceval.c:3963 retval = 0x0 i = fastlocals = 0x88c280c f = Frame 0x88c26d4, for file /host/work/wordbase/src/wordbase/cmdparser.py, line 157, in parse_command (line='d hello') tstate = 0x84705d0 stack = co = kwdefs = 0x0 nd = 0 globals = {'StringStart': , 'Group': , '_command': , 'parse_command': , '_description': ], ignoreExprs=[], callDuringTry=False, mayIndexError=True, whiteChars=' \t', skipWhitespace=True, copyDefaultWhiteChars=False, re=None, resultsName=None, streamlined=False, mayReturnEmpty=True, expr= d = 0x0 #64 call_function (f= Frame 0x88c3b34, for file /host/work/wordbase/src/wordbase/core.py, line 59, in _session (conn=) at remote 0x8838d8c>, backend=, cacher=, end=False, line='d hello'), throwflag=0) at ../Python/ceval.c:3896 func = w = na = 0 nk = n = 1 pfunc = 0x88c3c90 x = #65 PyEval_EvalFrameEx (f= Frame 0x88c3b34, for file /host/work/wordbase/src/wordbase/core.py, line 59, in _session (conn=) at remote 0x8838d8c>, backend=, cacher=, end=False, line='d hello'), throwflag=0) at ../Python/ceval.c:2673 sp = 0x88c3c98 stack_pointer = next_instr = 0x8571cc6 "\\\002" opcode = 131 oparg = why = WHY_NOT err = 0 x = 0x0 v = w = u = fastlocals = 0x88c3c6c freevars = 0x88c3c88 retval = 0x0 tstate = 0x84705d0 co = 0x85f14d0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x8571c68 "y\251" names = ('modules', 'db', 'Backend', 'cache', 'Cache', '_send_banner', 'False', 'read_line', 'cmdparser', 'parse_command', 'handlers', 'handle_command', 'handle_syntax_error', 'net', 'NetworkError', 'BackendError', 'CacheError', 'write_status', 'Exception', 'logger', 'exception') consts = (None, 420, 'Server temporarily unavailable', 'unexpected error', False) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #66 0x080a39d3 in fast_function (f= Frame 0x88c2d2c, for file /host/work/wordbase/src/wordbase/core.py, line 91, in process_session (sock=, addr=('127.0.0.1', 39167), conn=) at remote 0x8838d8c>, host='127.0.0.1', port=39167), throwflag=0) at ../Python/ceval.c:3963 retval = 0x0 i = fastlocals = 0x88c3c6c f = Frame 0x88c3b34, for file /host/work/wordbase/src/wordbase/core.py, line 59, in _session (conn=) at remote 0x8838d8c>, backend=, cacher=, end=False, line='d hello') tstate = 0x84705d0 stack = co = kwdefs = 0x0 nd = 0 globals = {'random': , '__name__': 'core', 'cmdparser': , 'cache': , '__package__': None, '_server_string': 'wordbase', 'net': , '__doc__': None, 'configure': , '_fqdn': 'linux', '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0x84940ac>, 'vars': , 'SyntaxError': , 'UnicodeDecodeError': , 'memoryview': , 'isinstance': , '__build_class__': , 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2011 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (...(truncated) argdefs = d = 0x0 #67 call_function (f= Frame 0x88c2d2c, for file /host/work/wordbase/src/wordbase/core.py, line 91, in process_session (sock=, addr=('127.0.0.1', 39167), conn=) at remote 0x8838d8c>, host='127.0.0.1', port=39167), throwflag=0) at ../Python/ceval.c:3896 func = w = na = 0 nk = n = 1 pfunc = 0x88c2e80 x = #68 PyEval_EvalFrameEx (f= Frame 0x88c2d2c, for file /host/work/wordbase/src/wordbase/core.py, line 91, in process_session (sock=, addr=('127.0.0.1', 39167), conn=) at remote 0x8838d8c>, host='127.0.0.1', port=39167), throwflag=0) at ../Python/ceval.c:2673 sp = 0x88c2e88 stack_pointer = next_instr = 0x86035c4 "\001Wd" opcode = 131 oparg = why = WHY_NOT err = 0 x = 0x0 v = w = u = fastlocals = 0x88c2e64 freevars = 0x88c2e78 retval = 0x0 tstate = 0x84705d0 co = 0x85f1b10 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x8603580 "|" names = ('net', 'Connection', 'logger', 'info', '_session', 'debug') consts = (None, 'session started from address %s:%d', 'session ended', 'closing client connection') opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #69 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'random': , '__name__': 'core', 'cmdparser': , 'cache': , '__package__': None, '_server_string': 'wordbase', 'net': , '__doc__': None, 'configure': , '_fqdn': 'linux', '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0x84940ac>, 'vars': , 'SyntaxError': , 'UnicodeDecodeError': , 'memoryview': , 'isinstance': , '__build_class__': , 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2011 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (...(truncated), locals=0x0, args=0x88445d8, argcount=2, kws=0x0, kwcount=0, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0) at ../Python/ceval.c:3311 co = 0x85f1b10 f = Frame 0x88c2d2c, for file /host/work/wordbase/src/wordbase/core.py, line 91, in process_session (sock=, addr=('127.0.0.1', 39167), conn=) at remote 0x8838d8c>, host='127.0.0.1', port=39167) retval = 0x0 fastlocals = 0x88c2e64 freevars = 0x88c2e78 tstate = 0x84705d0 x = u = total_args = #70 0x0819b661 in function_call (func=, arg= (, ('127.0.0.1', 39167)), kw=0x0) at ../Objects/funcobject.c:629 result = argdefs = kwtuple = 0x0 d = 0x0 k = 0x0 nk = 0 nd = 0 #71 0x0817538a in PyObject_Call (func=, arg= (, ('127.0.0.1', 39167)), kw=0x0) at ../Objects/abstract.c:2149 result = call = 0x819b5d0 #72 0x080a1bde in ext_do_call (f= Frame 0x88c2b5c, for file /host/work/wordbase/src/wordbase/mp/thread.py, line 54, in thread_task (task=, sock=, args=(('127.0.0.1', 39167),)), throwflag=0) at ../Python/ceval.c:4190 kwdict = 0x0 nstar = 143404200 callargs = stararg = (('127.0.0.1', 39167),) result = 0x0 #73 PyEval_EvalFrameEx (f= Frame 0x88c2b5c, for file /host/work/wordbase/src/wordbase/mp/thread.py, line 54, in thread_task (task=, sock=, args=(('127.0.0.1', 39167),)), throwflag=0) at ../Python/ceval.c:2714 flags = func = na = 1 nk = 142886348 n = pfunc = 0x88c2ca0 sp = 0x88c2ca4 stack_pointer = next_instr = 0x868264f "\001Wn\037" opcode = oparg = why = WHY_NOT err = 0 x = v = w = u = fastlocals = 0x88c2c94 freevars = 0x88c2ca0 retval = 0x0 tstate = 0x84705d0 co = 0x86140c0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x8682630 "t" names = ('logger', 'debug', 'Exception', 'exception', '_max_threads', '_guard_sem', 'release') consts = (None, 'thread started', 'unhandled exception', 'thread exiting') opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #74 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'_guard_sem': <_Semaphore(_value=9, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8497bd0>, _waiters=[], _verbose=False) at remote 0x86ebe0c>, _verbose=False) at remote 0x86ebdcc>, 'is_subproc': False, 'process': , 'logging': , 'configure': , '_max_threads': 10, '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0x84940ac>, 'vars': , 'SyntaxError': , 'UnicodeDecodeError': , 'memoryview': , 'isinstance': , '__build_class__':...(truncated), locals=0x0, args=0x877afd8, argcount=3, kws=0xb7da9038, kwcount=0, defs= 0x0, defcount=0, kwdefs=0x0, closure=0x0) at ../Python/ceval.c:3311 co = 0x86140c0 f = Frame 0x88c2b5c, for file /host/work/wordbase/src/wordbase/mp/thread.py, line 54, in thread_task (task=, sock=, args=(('127.0.0.1', 39167),)) retval = 0x0 fastlocals = 0x88c2c94 freevars = 0x88c2ca0 tstate = 0x84705d0 x = u = total_args = #75 0x0819b753 in function_call (func=, arg= (, , ('127.0.0.1', 39167)), kw={}) at ../Objects/funcobject.c:629 result = argdefs = kwtuple = () d = 0x0 k = 0xb7da9038 nk = nd = 0 #76 0x0817538a in PyObject_Call (func=, arg= (, , ('127.0.0.1', 39167)), kw={}) at ../Objects/abstract.c:2149 result = call = 0x819b5d0 #77 0x080a1bde in ext_do_call (f= Frame 0x88513ac, for file /usr/lib/python3.2/threading.py, line 689, in run (self=, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>), throwflag=0) at ../Python/ceval.c:4190 kwdict = {} nstar = 3 callargs = stararg = (, , ('127.0.0.1', 39167)) result = 0x0 #78 PyEval_EvalFrameEx (f= Frame 0x88513ac, for file /usr/lib/python3.2/threading.py, line 689, in run (self=, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>), throwflag=0) at ../Python/ceval.c:2714 flags = func = na = 0 nk = 142061516 n = pfunc = 0x88514e8 sp = 0x88514ec stack_pointer = next_instr = 0x84967e1 "\001n" opcode = oparg = why = WHY_NOT err = 0 x = 0x0 v = w = u = fastlocals = 0x88514e4 freevars = 0x88514e8 retval = 0x0 tstate = 0x84705d0 co = 0x8514cf0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x84967c0 "z&" names = ('_target', '_args', '_kwargs') consts = (None,) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #79 0x080a39d3 in fast_function (f= Frame 0x88c293c, for file /usr/lib/python3.2/threading.py, line 736, in _bootstrap_inner (self=, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>...(truncated), throwflag=0) at ../Python/ceval.c:3963 retval = 0x0 i = fastlocals = 0x88514e4 f = Frame 0x88513ac, for file /usr/lib/python3.2/threading.py, line 689, in run (self=, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>) tstate = 0x84705d0 stack = co = kwdefs = 0x0 nd = 0 globals = {'current_thread': , '_BoundedSemaphore': , '_Semaphore': , '_Timer': , '_format_exc': , 'Semaphore': , 'activeCount': , '_profile_hook': None, '_sleep': , '_trace_hook': None, 'ThreadError': , '_enumerate': , '_start_new_thread': , '_CRLock': , 'BoundedSemaphore': , 'currentThread': , '__all__': ['active_count', 'Condition', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Barrier', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': , '_PyRLock': d = 0x0 #80 call_function (f= Frame 0x88c293c, for file /usr/lib/python3.2/threading.py, line 736, in _bootstrap_inner (self=, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>...(truncated), throwflag=0) at ../Python/ceval.c:3896 func = w = na = 0 nk = n = 1 pfunc = 0x88c2a84 x = #81 PyEval_EvalFrameEx (f= Frame 0x88c293c, for file /usr/lib/python3.2/threading.py, line 736, in _bootstrap_inner (self=, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>...(truncated), throwflag=0) at ../Python/ceval.c:2673 sp = 0x88c2a88 stack_pointer = next_instr = 0x8560c56 "\001Wn!\001\004t\016" opcode = 131 oparg = why = WHY_NOT err = 0 x = 0x0 v = w = u = fastlocals = 0x88c2a74 freevars = 0x88c2a84 retval = 0x0 tstate = 0x84705d0 co = 0x8514e80 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x8560bb0 "z\342\001|" names = ('_set_ident', '_started', 'set', '_active_limbo_lock', '_active', '_ident', '_limbo', '_note', '_trace_hook', '_sys', 'settrace', '_profile_hook', 'setprofile', 'run', 'SystemExit', 'stderr', 'write', 'name', '_format_exc', '_exc_info', 'print', '_stderr', 'tb_frame', 'f_code', 'co_filename', 'tb_lineno', 'co_name', 'tb_next', '_stop', '_get_ident') consts = (None, '%s._bootstrap(): thread started', '%s._bootstrap(): registering trace hook', '%s._bootstrap(): registering profile hook', '%s._bootstrap(): raised SystemExit', '%s._bootstrap(): unhandled exception', 'Exception in thread %s:\n%s\n', 'Exception in thread ', ' (most likely raised during interpreter shutdown):', 'file', 'Traceback (most recent call last):', ' File "%s", line %s, in %s', '%s: %s', '%s._bootstrap(): normal return') opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #82 0x080a39d3 in fast_function (f= Frame 0x886878c, for file /usr/lib/python3.2/threading.py, line 709, in _bootstrap (self=, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>), throwflag=0) at ../Python/ceval.c:3963 retval = 0x0 i = fastlocals = 0x88c2a74 f = Frame 0x88c293c, for file /usr/lib/python3.2/threading.py, line 736, in _bootstrap_inner (self=, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>...(truncated) tstate = 0x84705d0 stack = co = kwdefs = 0x0 nd = 0 globals = {'current_thread': , '_BoundedSemaphore': , '_Semaphore': , '_Timer': , '_format_exc': , 'Semaphore': , 'activeCount': , '_profile_hook': None, '_sleep': , '_trace_hook': None, 'ThreadError': , '_enumerate': , '_start_new_thread': , '_CRLock': , 'BoundedSemaphore': , 'currentThread': , '__all__': ['active_count', 'Condition', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Barrier', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': , '_PyRLock': d = 0x0 #83 call_function (f= Frame 0x886878c, for file /usr/lib/python3.2/threading.py, line 709, in _bootstrap (self=, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>), throwflag=0) at ../Python/ceval.c:3896 func = w = na = 0 nk = n = 1 pfunc = 0x88688c8 x = #84 PyEval_EvalFrameEx (f= Frame 0x886878c, for file /usr/lib/python3.2/threading.py, line 709, in _bootstrap (self=, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>), throwflag=0) at ../Python/ceval.c:2673 sp = 0x88688cc stack_pointer = next_instr = 0x8514d5c "\001Wn$" opcode = 131 oparg = why = WHY_NOT err = 0 x = 0x0 v = w = u = fastlocals = 0x88688c4 freevars = 0x88688c8 retval = 0x0 tstate = 0x84705d0 co = 0x8514d90 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x8514d50 "y\016" names = ('_bootstrap_inner', '_daemonic', '_sys', 'None') consts = (None,) opcode_targets = {0x809d6de, 0x80a07b8, 0x80a07fc, 0x809dea0, 0x809fe85, 0x80a0f50, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0ea9, 0x80a0ed4, 0x809fae9, 0x809fb65, 0x809d6de, 0x809d6de, 0x809fbeb, 0x809d6de, 0x809d6de, 0x809d6de, 0x80a0bb1, 0x80a08f1, 0x809d6de, 0x80a099c, 0x80a0a5a, 0x80a0b06, 0x809f02d, 0x809f0d8, 0x809f183, 0x809f22e, 0x809f2d9, 0x809d6de , 0x809f384, 0x809f431, 0x809f4dd, 0x809f588, 0x809d6de, 0x809f633, 0x809f6de, 0x809f79e, 0x809f83d, 0x809f8e8, 0x809f993, 0x809fa3e, 0x809dee3, 0x809eecf, 0x809df8e, 0x809e00c, 0x809ecfa, 0x809edb0, 0x809d6de, 0x809d6de, 0x809d6de, 0x809ede5, 0x809ef82, 0x809e8b6, 0x809e961, 0x809ea0c, 0x809eab7, 0x809eac3, 0x809d6de, 0x809ebd5, 0x809ebe9, 0x809d6de, 0x809ee90, 0x809e06d, 0x809e0bc, 0x809e136, 0x809e1a6, 0x809e256, 0x809e2e2, 0x809e394, 0x809e40b, 0x809e481, 0x809e52d, 0x809e587, 0x809e616, 0x809d6de, 0x809e697, 0x809e6e5, 0x809e772, 0x809e810, 0x80a0c64, 0x80a0ce1, 0x80a0d42, 0x80a0dda, 0x809fc67, 0x809fe10, 0x80a118a, 0x80a11c7, 0x80a0f97, 0x80a13b4, 0x80a126f, 0x80a130f, 0x80a0833, 0x809d6de, 0x809d6de, 0x80a08c1, 0x80a3c19, 0x80a3c36, 0x80a1038, 0x809d6de, 0x80a153c, 0x80a10af, 0x80a1113, 0x809d6de, 0x809d6de, 0x809d6de, 0x809febb, 0x809ff31, 0x80a0090, 0x80a014f, 0x80a3ce2, 0x80a03a9, 0x80a0403, 0x80a0476, 0x80a04f9, 0x809d6de, 0x80a3c53, 0x80a3c8e, 0x80a3cc8, 0x80a0246, 0x80a05f2, 0x80a0565, 0x80a14af, 0x80a13fe, 0x809d6de } #85 0x080a4348 in PyEval_EvalCodeEx (_co=, globals= {'current_thread': , '_BoundedSemaphore': , '_Semaphore': , '_Timer': , '_format_exc': , 'Semaphore': , 'activeCount': , '_profile_hook': None, '_sleep': , '_trace_hook': None, 'ThreadError': , '_enumerate': , '_start_new_thread': , '_CRLock': , 'BoundedSemaphore': , 'currentThread': , '__all__': ['active_count', 'Condition', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Barrier', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': , '_PyRLock': , _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>) retval = 0x0 fastlocals = 0x88688c4 freevars = 0x88688c8 tstate = 0x84705d0 x = u = total_args = #86 0x0819b661 in function_call (func=, arg= (, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>,), kw=0x0) at ../Objects/funcobject.c:629 result = argdefs = kwtuple = 0x0 d = 0x0 k = 0x0 nk = 0 nd = 0 #87 0x0817538a in PyObject_Call (func=, arg= (, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>,), kw=0x0) at ../Objects/abstract.c:2149 result = call = 0x819b5d0 #88 0x08188609 in method_call (func=, arg= (, _block=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825be0>, _waiters=[], _verbose=False) at remote 0x8838fac>, _args=(, , ('127.0.0.1', 39167)), _initialized=True, _name='Thread-2', _daemonic=True, _kwargs={}, _stderr=<_io.TextIOWrapper at remote 0xb7d4d10c>, _ident=-1211618448, _started=<_Event(_flag=True, _cond=<_Condition(release=, acquire=, _lock=<_thread.lock at remote 0x8825bb0>, _waiters=[], _verbose=False) at remote 0x883850c>, _verbose=False) at remote 0x88384cc>, _stopped=False, _verbose=False) at remote 0x884238c>,), kw=0x0) at ../Objects/classobject.c:319 self = result = #89 0x0817538a in PyObject_Call (func=, arg=(), kw= 0x0) at ../Objects/abstract.c:2149 result = call = 0x8188590 #90 0x0809d272 in PyEval_CallObjectWithKeywords (func= , arg=(), kw=0x0) at ../Python/ceval.c:3755 result = #91 0x080dcf66 in t_bootstrap (boot_raw=0x86452d0) at ../Modules/_threadmodule.c:990 boot = 0x86452d0 tstate = 0x84705d0 res = #92 0x00134e99 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 No symbol table info available. #93 0x0041973e in clone () from /lib/i386-linux-gnu/libc.so.6 No symbol table info available. (gdb) q A debugging session is active. Inferior 1 [process 3522] will be killed. Quit anyway? (y or n)