Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 657771 Details for
Bug 883574
[abrt] python-2.7.3-7.2.fc17: PyType_Modified: Process /usr/bin/python2.7 was killed by signal 11 (SIGSEGV)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 125.50 KB, created by
Eilidh Fridlington
on 2012-12-04 22:03:11 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Eilidh Fridlington
Created:
2012-12-04 22:03:11 UTC
Size:
125.50 KB
patch
obsolete
>warning: core file may not match specified executable file. >[New LWP 8023] >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib64/libthread_db.so.1". >Core was generated by `/usr/bin/python /usr/share/system-config-printer/system-config-printer.py'. >Program terminated with signal 11, Segmentation fault. >#0 PyType_Modified (type=0x373465e73e) at /usr/src/debug/Python-2.7.3/Objects/typeobject.c:83 >83 n = PyList_GET_SIZE(raw); > >Thread 1 (Thread 0x7f41423b8740 (LWP 8023)): >#0 PyType_Modified (type=0x373465e73e) at /usr/src/debug/Python-2.7.3/Objects/typeobject.c:83 > raw = <unknown at remote 0x841f0f2e66> > ref = <optimized out> > i = <optimized out> > n = <optimized out> >#1 PyType_Modified (type=0x373465e73e) at /usr/src/debug/Python-2.7.3/Objects/typeobject.c:54 >No locals. >#2 0x00000037346a0dc3 in update_slot (type=0x373465e73e, name='__module__') at /usr/src/debug/Python-2.7.3/Objects/typeobject.c:6251 > ptrs = {0x373498a060, 0x3734683f87, 0x7f414238a368, 0x373465e73e, 0x7f414237e060, 0x26ee150, 0x2719c14, 0x271e898, 0x2718a50, 0x37346a0ec2} > p = <optimized out> > pp = <optimized out> > offset = <optimized out> >#3 0x000000373468396f in PyObject_SetAttr (v=v@entry=<type at remote 0x2718a50>, name='__module__', value=value@entry='urlparse') at /usr/src/debug/Python-2.7.3/Objects/object.c:1247 > tp = 0x373498a060 > err = <optimized out> >#4 0x00000037346da49e in PyEval_EvalFrameEx (f=f@entry=Frame 0x271e6a0, for file /usr/lib64/python2.7/collections.py, line 345, in namedtuple (typename='SplitResult', field_names=('scheme', 'netloc', 'path', 'query', 'fragment'), verbose=False, rename=False, i=4, name='fragment', seen_names=set(['fragment', 'path', 'scheme', 'netloc', 'query']), numfields=5, argtxt='scheme, netloc, path, query, fragment', reprtxt='scheme=%r, netloc=%r, path=%r, query=%r, fragment=%r', template="class SplitResult(tuple):\n 'SplitResult(scheme, netloc, path, query, fragment)' \n\n __slots__ = () \n\n _fields = ('scheme', 'netloc', 'path', 'query', 'fragment') \n\n def __new__(_cls, scheme, netloc, path, query, fragment):\n 'Create new instance of SplitResult(scheme, netloc, path, query, fragment)'\n return _tuple.__new__(_cls, (scheme, netloc, path, query, fragment)) \n\n @classmethod\n def _make(cls, iterable, new=tuple.__new__, len=len):\n 'Make a new SplitResult object from a sequence or iterable'\n ...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2078 > stack_pointer = 0x271e898 > next_instr = 0x2719c14 "Wn\027" > opcode = <optimized out> > oparg = <optimized out> > why = WHY_NOT > err = 0 > x = <type at remote 0x2718a50> > v = <type at remote 0x2718a50> > w = <optimized out> > u = 'urlparse' > t = <optimized out> > stream = 0x0 > fastlocals = 0x271e818 > freevars = 0x271e898 > retval = 0x0 > tstate = <optimized out> > co = 0x26f43b0 > instr_ub = -1 > instr_lb = 0 > instr_prev = -1 > first_instr = 0x2719904 "e" > names = ('isinstance', 'basestring', 'replace', 'split', 'tuple', 'map', 'str', 'list', 'set', 'enumerate', 'all', '_iskeyword', 'isdigit', 'startswith', 'add', 'ValueError', 'len', 'repr', 'join', 'locals', 'dict', '_itemgetter', 'OrderedDict', 'property', 'SyntaxError', 'message', '_sys', '_getframe', 'f_globals', 'get', '__module__', 'AttributeError') > consts = ("Returns a new subclass of tuple with named fields.\n\n >>> Point = namedtuple('Point', 'x y')\n >>> Point.__doc__ # docstring for the new class\n 'Point(x, y)'\n >>> p = Point(11, y=22) # instantiate with positional args or keywords\n >>> p[0] + p[1] # indexable like a plain tuple\n 33\n >>> x, y = p # unpack like a regular tuple\n >>> x, y\n (11, 22)\n >>> p.x + p.y # fields also accessable by name\n 33\n >>> d = p._asdict() # convert to a dictionary\n >>> d['x']\n 11\n >>> Point(**d) # convert from a dictionary\n Point(x=11, y=22)\n >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields\n Point(x=100, y=22)\n\n ", ',', ' ', <code at remote 0x26f41b0>, 0, '_', '_%d', <code at remote 0x26f4230>, 'Type names and field names can only contain alphanumeric characters and underscores: %...(truncated) >#5 0x00000037346ddb1f in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=argcount@entry=2, kws=0x2716d08, kwcount=0, defs=0x266e4a0, defcount=2, closure=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330 > f = <optimized out> > retval = 0x0 > fastlocals = <optimized out> > freevars = <optimized out> > tstate = 0x1fd90a0 > x = <optimized out> > u = <optimized out> >#6 0x00000037346dc113 in fast_function (nk=<optimized out>, na=2, n=<optimized out>, pp_stack=0x7fff09db0078, func=<function at remote 0x26f5320>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4194 > co = <optimized out> > nd = <optimized out> > globals = <optimized out> > argdefs = <optimized out> > d = <optimized out> >#7 call_function (oparg=<optimized out>, pp_stack=0x7fff09db0078) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4119 > func = <function at remote 0x26f5320> > w = <optimized out> > na = 2 > nk = <optimized out> > n = <optimized out> > pfunc = 0x2716cf0 > x = <optimized out> >#8 PyEval_EvalFrameEx (f=f@entry=Frame 0x2716b70, for file /usr/lib64/python2.7/urlparse.py, line 113, in <module> (), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740 > sp = 0x2716d08 > stack_pointer = <optimized out> > next_instr = 0x2712717 "e\r" > opcode = <optimized out> > oparg = <optimized out> > why = WHY_NOT > err = 0 > x = <optimized out> > v = <optimized out> > w = <optimized out> > u = <optimized out> > t = <optimized out> > stream = 0x0 > fastlocals = 0x2716ce8 > freevars = 0x2716ce8 > retval = 0x0 > tstate = <optimized out> > co = 0x26ef3b0 > instr_ub = -1 > instr_lb = 0 > instr_prev = -1 > first_instr = 0x2712574 "d" > names = ('__doc__', '__all__', 'uses_relative', 'uses_netloc', 'non_hierarchical', 'uses_params', 'uses_query', 'uses_fragment', 'scheme_chars', 'MAX_CACHE_SIZE', '_parse_cache', 'clear_cache', 'object', 'ResultMixin', 'collections', 'namedtuple', 'SplitResult', 'ParseResult', 'True', 'urlparse', '_splitparams', '_splitnetloc', 'urlsplit', 'urlunparse', 'urlunsplit', 'urljoin', 'urldefrag', '_hexdig', 'dict', '_hextochr', 'unquote', 'parse_qs', 'parse_qsl') > consts = ('Parse (absolute and relative) URLs.\n\nurlparse module is based upon the following RFC specifications.\n\nRFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding\nand L. Masinter, January 2005.\n\nRFC 2732 : "Format for Literal IPv6 Addresses in URL\'s by R.Hinden, B.Carpenter\nand L.Masinter, December 1999.\n\nRFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.\nBerners-Lee, R. Fielding, and L. Masinter, August 1998.\n\nRFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.\n\nRFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June\n1995.\n\nRFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.\nMcCahill, December 1994\n\nRFC 3986 is considered the current standard and any future changes to\nurlparse module should conform with it. The urlparse module is\ncurrently not entirely compliant with this RFC due to defacto\nscenarios for parsing, and for backward compatibility purposes, some\n...(truncated) >#9 0x00000037346ddb1f in PyEval_EvalCodeEx (co=co@entry=0x26ef3b0, globals=globals@entry={'namedtuple': <function at remote 0x26f5320>, 'uses_params': ['ftp', 'hdl', 'prospero', 'http', 'imap', 'https', 'shttp', 'rtsp', 'rtspu', 'sip', 'sips', 'mms', '', 'sftp'], '__all__': ['urlparse', 'urlunparse', 'urljoin', 'urldefrag', 'urlsplit', 'urlunsplit', 'parse_qs', 'parse_qsl'], 'clear_cache': <function at remote 0x26e9c08>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiative...(truncated), locals=locals@entry={'namedtuple': <function at remote 0x26f5320>, 'uses_params': ['ftp', 'hdl', 'prospero', 'http', 'imap', 'https', 'shttp', 'rtsp', 'rtspu', 'sip', 'sips', 'mms', '', 'sftp'], '__all__': ['urlparse', 'urlunparse', 'urljoin', 'urldefrag', 'urlsplit', 'urlunsplit', 'parse_qs', 'parse_qsl'], 'clear_cache': <function at remote 0x26e9c08>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiative...(truncated), args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=closure@entry=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330 > f = <optimized out> > retval = 0x0 > fastlocals = <optimized out> > freevars = <optimized out> > tstate = 0x1fd90a0 > x = <optimized out> > u = <optimized out> >#10 0x00000037346ddbf2 in PyEval_EvalCode (co=co@entry=0x26ef3b0, globals=globals@entry={'namedtuple': <function at remote 0x26f5320>, 'uses_params': ['ftp', 'hdl', 'prospero', 'http', 'imap', 'https', 'shttp', 'rtsp', 'rtspu', 'sip', 'sips', 'mms', '', 'sftp'], '__all__': ['urlparse', 'urlunparse', 'urljoin', 'urldefrag', 'urlsplit', 'urlunsplit', 'parse_qs', 'parse_qsl'], 'clear_cache': <function at remote 0x26e9c08>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiative...(truncated), locals=locals@entry={'namedtuple': <function at remote 0x26f5320>, 'uses_params': ['ftp', 'hdl', 'prospero', 'http', 'imap', 'https', 'shttp', 'rtsp', 'rtspu', 'sip', 'sips', 'mms', '', 'sftp'], '__all__': ['urlparse', 'urlunparse', 'urljoin', 'urldefrag', 'urlsplit', 'urlunsplit', 'parse_qs', 'parse_qsl'], 'clear_cache': <function at remote 0x26e9c08>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiative...(truncated)) at /usr/src/debug/Python-2.7.3/Python/ceval.c:689 >No locals. >#11 0x00000037346ed16d in PyImport_ExecCodeModuleEx (name=name@entry=0x7fff09db23e0 "urlparse", co=co@entry=<code at remote 0x26ef3b0>, pathname=pathname@entry=0x7fff09db0290 "/usr/lib64/python2.7/urlparse.pyc") at /usr/src/debug/Python-2.7.3/Python/import.c:681 > modules = {'heapq': <module at remote 0x26ece18>, 'cupshelpers.fnmatch': None, 'functools': <module at remote 0x21e2b78>, 'random': <module at remote 0x2571788>, 'glib.option': <module at remote 0x7f413be4a0f8>, 'cupshelpers.pycurl': None, 'sysconfig': <module at remote 0x7f41422f1050>, 'pprint': <module at remote 0x255b910>, 'dbus.xml': None, 'encodings.encodings': None, 'xml': <module at remote 0x7f413be32830>, 'logging.weakref': None, 'tempfile': <module at remote 0x2571130>, 'gtk': <module at remote 0x7f413bb949b8>, 'pyexpat.errors': <module at remote 0x7f413be32ad0>, 'dbus.traceback': None, 'dbus.logging': None, 'collections': <module at remote 0x26ecb78>, 'logging.thread': None, 'xml.etree.ElementTree': <module at remote 0x264ada8>, 'zipimport': <module at remote 0x7f41423ac980>, 'gobject.sys': None, 'string': <module at remote 0x21b9a60>, 'dbus.lowlevel': <module at remote 0x7f413be22ef8>, 'xml.parsers.pyexpat': None, 'encodings.utf_8': <module at remote 0x7f41422b2788>, 'xml.etree.warnings': None, 'xml.etree.sy...(truncated) > m = <optimized out> > d = {'namedtuple': <function at remote 0x26f5320>, 'uses_params': ['ftp', 'hdl', 'prospero', 'http', 'imap', 'https', 'shttp', 'rtsp', 'rtspu', 'sip', 'sips', 'mms', '', 'sftp'], '__all__': ['urlparse', 'urlunparse', 'urljoin', 'urldefrag', 'urlsplit', 'urlunsplit', 'parse_qs', 'parse_qsl'], 'clear_cache': <function at remote 0x26e9c08>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiative...(truncated) > v = '/usr/lib64/python2.7/urlparse.pyc' >#12 0x00000037346ed413 in load_source_module (name=name@entry=0x7fff09db23e0 "urlparse", pathname=0x7fff09db0290 "/usr/lib64/python2.7/urlparse.pyc", pathname@entry=0x7fff09db1310 "/usr/lib64/python2.7/urlparse.py", fp=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:1018 > st = {st_dev = 64769, st_ino = 137477, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 14414, st_blksize = 4096, st_blocks = 32, st_atim = {tv_sec = 1343124338, tv_nsec = 0}, st_mtim = {tv_sec = 1343124338, tv_nsec = 0}, st_ctim = {tv_sec = 1354394846, tv_nsec = 593643446}, __unused = {0, 0, 0}} > fpc = 0x2716b50 > buf = "/usr/lib64/python2.7/urlparse.pyc\000mentTree.pyc\000__init__.py\000le.so\000\361'\002\000\000\000\000\342\201\000\324<\000\000\000\002\000\000\000\000\000\000\000t\377\000\324<\000\000\000\002\000\000\000\000\000\000\000\202@\300\324<\000\000\000\070+>BA\177\000\000)J\300\325<\000\000\000\002\000\000\000\000\000\000\000t\377\000\324<\000\000\000\002\000\000\000._glO\t\242\337<", '\000' <repeats 11 times>"\276, `\201\324<\000\000\000\001\000\000\000\000\000\000\000t\377\000\324<\000\000\000\002\000\000\000\000\000\000\000?\t\242\337<", '\000' <repeats 11 times>, "F@\000\326<\000\000\000\002"... > cpathname = 0x2716b50 "PZn\002" > co = 0x26ef3b0 > m = <optimized out> >#13 0x00000037346ede9c in load_module (name=name@entry=0x7fff09db23e0 "urlparse", fp=<optimized out>, pathname=pathname@entry=0x7fff09db1310 "/usr/lib64/python2.7/urlparse.py", type=<optimized out>, loader=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:1822 > modules = <optimized out> > m = <optimized out> > err = <optimized out> >#14 0x00000037346ee476 in import_submodule (mod=mod@entry=None, subname=subname@entry=0x7fff09db23e0 "urlparse", fullname=fullname@entry=0x7fff09db23e0 "urlparse") at /usr/src/debug/Python-2.7.3/Python/import.c:2595 > buf = "/usr/lib64/python2.7/urlparse.py\000le.so\000se.pyc\000e.so\000\000\000e.so\000.so\000\000\000\020\366(\002\000\000\000\000 \214+\002\000\000\000\000\b[\"\002\000\000\000\000h\000h47\000\000\000\264$\333\t\377\177\000\000 \214+\002", '\000' <repeats 12 times>"\200, \221\"\002\000\000\000\000\260$\333\t\377\177\000\000\260$\333\t\377\177\000\000Pq\377\001\000\000\000\000\352\344n47\000\000\000\320\023\333\t\377\177\000\000\352\344n47\000\000\000\340\031\"\002\000\000\000\000 \214+\002", '\000' <repeats 12 times>, "P\371(\002\000\000\000\000/usr/lib64/python2.7/"... > fp = 0x269dbc0 > path = <optimized out> > loader = 0x0 > fdp = <optimized out> > modules = {'heapq': <module at remote 0x26ece18>, 'cupshelpers.fnmatch': None, 'functools': <module at remote 0x21e2b78>, 'random': <module at remote 0x2571788>, 'glib.option': <module at remote 0x7f413be4a0f8>, 'cupshelpers.pycurl': None, 'sysconfig': <module at remote 0x7f41422f1050>, 'pprint': <module at remote 0x255b910>, 'dbus.xml': None, 'encodings.encodings': None, 'xml': <module at remote 0x7f413be32830>, 'logging.weakref': None, 'tempfile': <module at remote 0x2571130>, 'gtk': <module at remote 0x7f413bb949b8>, 'pyexpat.errors': <module at remote 0x7f413be32ad0>, 'dbus.traceback': None, 'dbus.logging': None, 'collections': <module at remote 0x26ecb78>, 'logging.thread': None, 'xml.etree.ElementTree': <module at remote 0x264ada8>, 'zipimport': <module at remote 0x7f41423ac980>, 'gobject.sys': None, 'string': <module at remote 0x21b9a60>, 'dbus.lowlevel': <module at remote 0x7f413be22ef8>, 'xml.parsers.pyexpat': None, 'encodings.utf_8': <module at remote 0x7f41422b2788>, 'xml.etree.warnings': None, 'xml.etree.sy...(truncated) > m = 0x0 >#15 0x00000037346ee6f0 in load_next (mod=mod@entry=None, altmod=None, p_name=p_name@entry=0x7fff09db23c8, buf=buf@entry=0x7fff09db23e0 "urlparse", p_buflen=p_buflen@entry=0x7fff09db23d8) at /usr/src/debug/Python-2.7.3/Python/import.c:2415 > name = 0x26d88c4 "urlparse" > dot = <optimized out> > len = 8 > p = 0x7fff09db23e0 "urlparse" > result = <optimized out> >#16 0x00000037346eec5f in import_module_level (name=0x0, name@entry=0x26d88c4 "urlparse", globals=globals@entry={'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated), fromlist=fromlist@entry=('urljoin',), level=level@entry=-1, locals=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:2136 > buf = "urlparse\000rs.ppds\000elpers\000\240\030:BA\177\000\000\264$\333\t\377\177\000\000\244\221\"\002\000\000\000\000\260$\333\t\377\177\000\000\250$\333\t\377\177\000\000\004\000\000\000\000\000\000\000\360\346n47\000\000\000\377\377\377\377\000\000\000\000\b\000\000\000\000\000\000\000\270$\333\t\377\177\000\000`>\230\064\067\000\000\000\070\262*\002\000\000\000\000\b[\"\002\000\000\000\000\377\377\377\377\000\000\000\000`>\230\064\067\000\000\000\260$\333\t\377\177\000\000`>\230\064\067\000\000\000\350W\377\001\000\000\000\000_\354n47\000\000\000\350W\377\001\000\000\000\000\272\341h47\000\000\000pm'\002\000\000\000\000\016\330g47\000\000\000\020\300\344:A\177\000\000@\360\000\002\000\000\000\000`C;BA\177\000\000\220\225\375\001\000\000\000\000p\330l\002\000\000\000\000\261"... > buflen = 8 > head = <optimized out> > next = <optimized out> > tail = <optimized out> >#17 0x00000037346ef20a in PyImport_ImportModuleLevel (name=0x26d88c4 "urlparse", globals={'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated), locals=<optimized out>, fromlist=('urljoin',), level=-1) at /usr/src/debug/Python-2.7.3/Python/import.c:2188 > result = <optimized out> >#18 0x00000037346d55ff in builtin___import__ (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/bltinmodule.c:49 > kwlist = {0x37347241f1 "name", 0x37347254f7 "globals", 0x3734739c56 "locals", 0x37347393b0 "fromlist", 0x373473fbd6 "level", 0x0} > name = 0x26d88c4 "urlparse" > globals = {'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated) > locals = {'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated) > fromlist = ('urljoin',) > level = -1 >#19 0x0000003734649a7e in PyObject_Call (func=func@entry=<built-in function __import__>, arg=arg@entry=('urlparse', {'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, ...(truncated), kw=<optimized out>) at /usr/src/debug/Python-2.7.3/Objects/abstract.c:2529 > result = <optimized out> > call = 0x3734681750 <PyCFunction_Call> >#20 0x00000037346d71c7 in PyEval_CallObjectWithKeywords (func=func@entry=<built-in function __import__>, arg=arg@entry=('urlparse', {'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, ...(truncated), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3967 > result = <optimized out> >#21 0x00000037346d9041 in PyEval_EvalFrameEx (f=f@entry=Frame 0x27034f0, for file /usr/lib64/python2.7/urllib.py, line 32, in <module> (), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2407 > stack_pointer = 0x2703670 > next_instr = 0x269de7b "m\b" > opcode = <optimized out> > oparg = <optimized out> > why = WHY_NOT > err = 0 > x = <built-in function __import__> > v = <built-in function __import__> > w = ('urlparse', {'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, ...(truncated) > u = -1 > t = <optimized out> > stream = 0x0 > fastlocals = 0x2703668 > freevars = 0x2703668 > retval = 0x0 > tstate = <optimized out> > co = 0x26d9a30 > instr_ub = -1 > instr_lb = 0 > instr_prev = -1 > first_instr = 0x269de24 "d" > names = ('__doc__', 'string', 'socket', 'os', 'time', 'sys', 'base64', 'urlparse', 'urljoin', 'basejoin', '__all__', '__version__', 'MAXFTPCACHE', 'name', 'nturl2path', 'url2pathname', 'pathname2url', 'rourl2path', 'None', '_urlopener', 'urlopen', 'urlretrieve', 'urlcleanup', 'ssl', 'False', '_have_ssl', 'True', 'IOError', 'ContentTooShortError', 'ftpcache', 'URLopener', 'FancyURLopener', '_localhost', 'localhost', '_thishost', 'thishost', '_ftperrors', 'ftperrors', '_noheaders', 'noheaders', 'ftpwrapper', 'addbase', 'addclosehook', 'addinfo', 'addinfourl', 'unicode', 'NameError', '_is_unicode', 'toBytes', 'unwrap', '_typeprog', 'splittype', '_hostprog', 'splithost', '_userprog', 'splituser', '_passwdprog', 'splitpasswd', '_portprog', 'splitport', '_nportprog', 'splitnport', '_queryprog', 'splitquery', '_tagprog', 'splittag', 'splitattr', '_valueprog', 'splitvalue', '_hexdig', 'dict', '_hextochr', 'unquote', 'unquote_plus', 'always_safe', '_safe_map', 'zip', 'xrange', 'str', 'bytearray', 'i', 'c', 'format', '_safe_qu...(truncated) > consts = ('Open an arbitrary URL.\n\nSee the following document for more info on URLs:\n"Names and Addresses, URIs, URLs, URNs, URCs", at\nhttp://www.w3.org/pub/WWW/Addressing/Overview.html\n\nSee also the HTTP spec (from which the error codes are derived):\n"HTTP - Hypertext Transfer Protocol", at\nhttp://www.w3.org/pub/WWW/Protocols/\n\nRelated standards and specs:\n- RFC1808: the "relative URL" spec. (authoritative status)\n- RFC1738 - the "URL standard". (authoritative status)\n- RFC1630 - the "URI spec". (informational status)\n\nThe object returned by URLopener().open(file) will differ per\nprotocol. All you know is that is has methods read(), readline(),\nreadlines(), fileno(), close() and info(). The read*(), fileno()\nand close() methods work like those of open files.\nThe info() method returns a mimetools.Message object which can be\nused to query various info about the object, if available.\n(mimetools.Message objects are queried with the getheader() method.)\n', -1, None, ('urljoin',), 'urlopen', 'URLope...(truncated) >#22 0x00000037346ddb1f in PyEval_EvalCodeEx (co=co@entry=0x26d9a30, globals=globals@entry={'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated), locals=locals@entry={'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated), args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=closure@entry=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330 > f = <optimized out> > retval = 0x0 > fastlocals = <optimized out> > freevars = <optimized out> > tstate = 0x1fd90a0 > x = <optimized out> > u = <optimized out> >#23 0x00000037346ddbf2 in PyEval_EvalCode (co=co@entry=0x26d9a30, globals=globals@entry={'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated), locals=locals@entry={'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated)) at /usr/src/debug/Python-2.7.3/Python/ceval.c:689 >No locals. >#24 0x00000037346ed16d in PyImport_ExecCodeModuleEx (name=name@entry=0x7fff09db5a4c "urllib", co=co@entry=<code at remote 0x26d9a30>, pathname=pathname@entry=0x7fff09db38f0 "/usr/lib64/python2.7/urllib.pyc") at /usr/src/debug/Python-2.7.3/Python/import.c:681 > modules = {'heapq': <module at remote 0x26ece18>, 'cupshelpers.fnmatch': None, 'functools': <module at remote 0x21e2b78>, 'random': <module at remote 0x2571788>, 'glib.option': <module at remote 0x7f413be4a0f8>, 'cupshelpers.pycurl': None, 'sysconfig': <module at remote 0x7f41422f1050>, 'pprint': <module at remote 0x255b910>, 'dbus.xml': None, 'encodings.encodings': None, 'xml': <module at remote 0x7f413be32830>, 'logging.weakref': None, 'tempfile': <module at remote 0x2571130>, 'gtk': <module at remote 0x7f413bb949b8>, 'pyexpat.errors': <module at remote 0x7f413be32ad0>, 'dbus.traceback': None, 'dbus.logging': None, 'collections': <module at remote 0x26ecb78>, 'logging.thread': None, 'xml.etree.ElementTree': <module at remote 0x264ada8>, 'zipimport': <module at remote 0x7f41423ac980>, 'gobject.sys': None, 'string': <module at remote 0x21b9a60>, 'dbus.lowlevel': <module at remote 0x7f413be22ef8>, 'xml.parsers.pyexpat': None, 'encodings.utf_8': <module at remote 0x7f41422b2788>, 'xml.etree.warnings': None, 'xml.etree.sy...(truncated) > m = <optimized out> > d = {'string': <module at remote 0x21b9a60>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated) > v = '/usr/lib64/python2.7/urllib.pyc' >#25 0x00000037346ed413 in load_source_module (name=name@entry=0x7fff09db5a4c "urllib", pathname=0x7fff09db38f0 "/usr/lib64/python2.7/urllib.pyc", pathname@entry=0x7fff09db4970 "/usr/lib64/python2.7/urllib.py", fp=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:1018 > st = {st_dev = 64769, st_ino = 137471, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 57695, st_blksize = 4096, st_blocks = 120, st_atim = {tv_sec = 1343124338, tv_nsec = 0}, st_mtim = {tv_sec = 1343124338, tv_nsec = 0}, st_ctim = {tv_sec = 1354394846, tv_nsec = 541643224}, __unused = {0, 0, 0}} > fpc = 0x269dbc0 > buf = "/usr/lib64/python2.7/urllib.pyc\000\320\070\333\t\377\177\000\000\310\215c\351<\000\000\000\240}\002\003\064\000\000\000\222\322\000\324<\000\000\000\001\000\000\000\377\177\000\000 u^\002\000\000\000\000\000\071\333\t\377\177\000\000\311\265\020\020|\374\060XP*n\333<\000\000\000\222\322\000\324<\000\000\000\001\000\000\000|\000\000\000pp^\002\000\000\000\000\060\071\333\t\377\177\000\000\r\000\000\000\000\000\000\000X\032d\335<\000\000\000\222\322\000\324<\000\000\000\001\000\000\000\000\000\000\000\300k^\002\000\000\000\000`9\333\t\377\177\000\000\310\316\004\004\064\000\000\000\070\032d\335<\000\000\000\222\322\000\324<\000\000\000\001\000\000\000\000\000\000\000\000\272i\002\000\000\000\000\220\071\333\t\377\177\000\000X\337 \367<\000\000\000\210\314\004\004"... > cpathname = 0x269dbc0 "\210$\255\373<" > co = 0x26d9a30 > m = <optimized out> >#26 0x00000037346ede9c in load_module (name=name@entry=0x7fff09db5a4c "urllib", fp=<optimized out>, pathname=pathname@entry=0x7fff09db4970 "/usr/lib64/python2.7/urllib.py", type=<optimized out>, loader=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:1822 > modules = <optimized out> > m = <optimized out> > err = <optimized out> >#27 0x00000037346ee476 in import_submodule (mod=mod@entry=None, subname=subname@entry=0x7fff09db5a4c "urllib", fullname=fullname@entry=0x7fff09db5a4c "urllib") at /usr/src/debug/Python-2.7.3/Python/import.c:2595 > buf = "/usr/lib64/python2.7/urllib.py\000le.so\000ib.pyc\000e.so\000ib.pyc\000e.so\000\000\000\000`>\230\064\067\000\000\000\002\000\000\000\000\000\000\000\204\214.BA\177\000\000\020\252\005\002\000\000\000\000`Uf\002\000\000\000\000\222\353g47\000\000\000\002\000\000\000\000\000\000\000`Uf\002\000\000\000\000`Uf\002\000\000\000\000`0\227\064\067\000\000\000`>\230\064\067\000\000\000o9h47\000\000\000\002\000\000\000\000\000\000\000\240n/BA\177\000\000`>\230\064\067\000\000\000`Uf\002\000\000\000\000\200\250\005\002\000\000\000\000\236\244m47\000\000\000\002\000\000\000/s"... > fp = 0x2609420 > path = <optimized out> > loader = 0x0 > fdp = <optimized out> > modules = {'heapq': <module at remote 0x26ece18>, 'cupshelpers.fnmatch': None, 'functools': <module at remote 0x21e2b78>, 'random': <module at remote 0x2571788>, 'glib.option': <module at remote 0x7f413be4a0f8>, 'cupshelpers.pycurl': None, 'sysconfig': <module at remote 0x7f41422f1050>, 'pprint': <module at remote 0x255b910>, 'dbus.xml': None, 'encodings.encodings': None, 'xml': <module at remote 0x7f413be32830>, 'logging.weakref': None, 'tempfile': <module at remote 0x2571130>, 'gtk': <module at remote 0x7f413bb949b8>, 'pyexpat.errors': <module at remote 0x7f413be32ad0>, 'dbus.traceback': None, 'dbus.logging': None, 'collections': <module at remote 0x26ecb78>, 'logging.thread': None, 'xml.etree.ElementTree': <module at remote 0x264ada8>, 'zipimport': <module at remote 0x7f41423ac980>, 'gobject.sys': None, 'string': <module at remote 0x21b9a60>, 'dbus.lowlevel': <module at remote 0x7f413be22ef8>, 'xml.parsers.pyexpat': None, 'encodings.utf_8': <module at remote 0x7f41422b2788>, 'xml.etree.warnings': None, 'xml.etree.sy...(truncated) > m = 0x0 >#28 0x00000037346ee76a in load_next (mod=mod@entry=<module at remote 0x25578d8>, altmod=None, p_name=p_name@entry=0x7fff09db5a28, buf=buf@entry=0x7fff09db5a40 "cupshelpers.urllib", p_buflen=p_buflen@entry=0x7fff09db5a38) at /usr/src/debug/Python-2.7.3/Python/import.c:2419 > name = 0x7f413bbbb054 "urllib" > dot = <optimized out> > len = 6 > p = 0x7fff09db5a4c "urllib" > result = <optimized out> >#29 0x00000037346eec5f in import_module_level (name=0x0, name@entry=0x7f413bbbb054 "urllib", globals=globals@entry={'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated), fromlist=fromlist@entry=None, level=level@entry=-1, locals=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:2136 > buf = "cupshelpers.urllib\000\000\000\000\000\000\070\242\273;A\177\000\000\027\000\000\000\065\000\000\000[\000\000\000n\000\000\000w\000\000\000|\000\000\000\220Z\333\t\377\177\000\000\002\000\000\000\000\000\000\000\321\252r47\000\000\000\360Uf\002", '\000' <repeats 12 times>"\360, Uf\002\000\000\000\000 \a\273\324<\000\000\000\\\001", '\000' <repeats 15 times>"\220, \233\064\067\000\000\000\067\001\000\000\000\000\000\000\000\001\000\000\000\000\000\000\263\364\207\324<\000\000\000\240n/BA\177\000\000\220\225\375\001\000\000\000\000\260\352e\002\000\000\000\000\200\064\000\000\000\000\000\000\260\352e\002\000\000\000\000H\251\310\361\231\006^\202\000\000\000\000\000\000\000\000\361\305g47\000\000\000/\000\000\000\000\000\000\000\220\225\375\001\000\000\000\000\260\352e\002\000\000\000\000\220"... > buflen = 18 > head = <optimized out> > next = <optimized out> > tail = <optimized out> >#30 0x00000037346ef20a in PyImport_ImportModuleLevel (name=0x7f413bbbb054 "urllib", globals={'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated), locals=<optimized out>, fromlist=None, level=-1) at /usr/src/debug/Python-2.7.3/Python/import.c:2188 > result = <optimized out> >#31 0x00000037346d55ff in builtin___import__ (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/bltinmodule.c:49 > kwlist = {0x37347241f1 "name", 0x37347254f7 "globals", 0x3734739c56 "locals", 0x37347393b0 "fromlist", 0x373473fbd6 "level", 0x0} > name = 0x7f413bbbb054 "urllib" > globals = {'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated) > locals = {'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated) > fromlist = None > level = -1 >#32 0x0000003734649a7e in PyObject_Call (func=func@entry=<built-in function __import__>, arg=arg@entry=('urllib', {'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'B...(truncated), kw=<optimized out>) at /usr/src/debug/Python-2.7.3/Objects/abstract.c:2529 > result = <optimized out> > call = 0x3734681750 <PyCFunction_Call> >#33 0x00000037346d71c7 in PyEval_CallObjectWithKeywords (func=func@entry=<built-in function __import__>, arg=arg@entry=('urllib', {'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'B...(truncated), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3967 > result = <optimized out> >#34 0x00000037346d9041 in PyEval_EvalFrameEx (f=f@entry=Frame 0x2692420, for file /usr/lib/python2.7/site-packages/cupshelpers/openprinting.py, line 22, in <module> (), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2407 > stack_pointer = 0x26925a0 > next_instr = 0x7f413be1f9c9 "Z\001" > opcode = <optimized out> > oparg = <optimized out> > why = WHY_NOT > err = 0 > x = <built-in function __import__> > v = <built-in function __import__> > w = ('urllib', {'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'B...(truncated) > u = -1 > t = <optimized out> > stream = 0x0 > fastlocals = 0x2692598 > freevars = 0x2692598 > retval = 0x0 > tstate = <optimized out> > co = 0x2660bb0 > instr_ub = -1 > instr_lb = 0 > instr_prev = -1 > first_instr = 0x7f413be1f9b4 "d" > names = ('pycurl', 'urllib', 'platform', 'threading', 'tempfile', 'traceback', 'os', 'sys', 'xml.etree.ElementTree', 'XML', '', 'Device', '__all__', '_normalize_space', 'Thread', '_QueryThread', 'OpenPrinting', '_simple_gui') > consts = (-1, None, ('XML',), 1, ('Device',), 'OpenPrinting', <code at remote 0x2579eb0>, '_QueryThread', <code at remote 0x263deb0>, <code at remote 0x2652f30>, <code at remote 0x2660b30>) >#35 0x00000037346ddb1f in PyEval_EvalCodeEx (co=co@entry=0x2660bb0, globals=globals@entry={'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated), locals=locals@entry={'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated), args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=closure@entry=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330 > f = <optimized out> > retval = 0x0 > fastlocals = <optimized out> > freevars = <optimized out> > tstate = 0x1fd90a0 > x = <optimized out> > u = <optimized out> >#36 0x00000037346ddbf2 in PyEval_EvalCode (co=co@entry=0x2660bb0, globals=globals@entry={'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated), locals=locals@entry={'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated)) at /usr/src/debug/Python-2.7.3/Python/ceval.c:689 >No locals. >#37 0x00000037346ed16d in PyImport_ExecCodeModuleEx (name=name@entry=0x7fff09db90a0 "cupshelpers.openprinting", co=co@entry=<code at remote 0x2660bb0>, pathname=pathname@entry=0x7fff09db6f50 "/usr/lib/python2.7/site-packages/cupshelpers/openprinting.pyc") at /usr/src/debug/Python-2.7.3/Python/import.c:681 > modules = {'heapq': <module at remote 0x26ece18>, 'cupshelpers.fnmatch': None, 'functools': <module at remote 0x21e2b78>, 'random': <module at remote 0x2571788>, 'glib.option': <module at remote 0x7f413be4a0f8>, 'cupshelpers.pycurl': None, 'sysconfig': <module at remote 0x7f41422f1050>, 'pprint': <module at remote 0x255b910>, 'dbus.xml': None, 'encodings.encodings': None, 'xml': <module at remote 0x7f413be32830>, 'logging.weakref': None, 'tempfile': <module at remote 0x2571130>, 'gtk': <module at remote 0x7f413bb949b8>, 'pyexpat.errors': <module at remote 0x7f413be32ad0>, 'dbus.traceback': None, 'dbus.logging': None, 'collections': <module at remote 0x26ecb78>, 'logging.thread': None, 'xml.etree.ElementTree': <module at remote 0x264ada8>, 'zipimport': <module at remote 0x7f41423ac980>, 'gobject.sys': None, 'string': <module at remote 0x21b9a60>, 'dbus.lowlevel': <module at remote 0x7f413be22ef8>, 'xml.parsers.pyexpat': None, 'encodings.utf_8': <module at remote 0x7f41422b2788>, 'xml.etree.warnings': None, 'xml.etree.sy...(truncated) > m = <optimized out> > d = {'pycurl': <module at remote 0x265eb78>, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <built-in function all>, 'help': <_Helper at remote 0x7f4142294610>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x3734977f40>, 'unicode': <type at remote 0x373498e7e0>, 'UnicodeDecodeError': <type at remote 0x3734978de0>, 'memoryview': <type at remote 0x3734983180>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2012 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 0x7f4142294490>, 'NameError': <type at remote 0x3734977a60>, 'BytesWarning...(truncated) > v = '/usr/lib/python2.7/site-packages/cupshelpers/openprinting.pyc' >#38 0x00000037346ed413 in load_source_module (name=name@entry=0x7fff09db90a0 "cupshelpers.openprinting", pathname=0x7fff09db6f50 "/usr/lib/python2.7/site-packages/cupshelpers/openprinting.pyc", pathname@entry=0x7fff09db7fd0 "/usr/lib/python2.7/site-packages/cupshelpers/openprinting.py", fp=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:1018 > st = {st_dev = 64769, st_ino = 138758, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 17345, st_blksize = 4096, st_blocks = 40, st_atim = {tv_sec = 1323710242, tv_nsec = 0}, st_mtim = {tv_sec = 1323710242, tv_nsec = 0}, st_ctim = {tv_sec = 1337719538, tv_nsec = 445242576}, __unused = {0, 0, 0}} > fpc = 0x2609420 > buf = "/usr/lib/python2.7/site-packages/cupshelpers/openprinting.pyc\000\000\000\001\000\000\000,\000\000\000p\224\375\001\000\000\000\000\320\236\067BA\177\000\000-\302\206[\237\347\332\230\000\062\227\064\067\000\000\000\002\000\000\000\000\000\000\000@\202\230\064\067\000\000\000\\\344g47\000\000\000\220o\333\t\377\177\000\000 \227\230\064\067\000\000\000\001\000\000\000\000\000\000\000\320\236\067BA\177\000\000\220;8BA\177\000\000\003\000\000\000\000\000\000\000\000\062\227\064\067\000\000\000g\344e47\000\000\000\000\262\067BA\177\000\000@d\342;A\177\000\000\000\000\000\000\000\000\000\000\230\345e47\000\000\000@d\342;A"... > cpathname = 0x2609420 "\210$\255\373<" > co = 0x2660bb0 > m = <optimized out> >#39 0x00000037346ede9c in load_module (name=name@entry=0x7fff09db90a0 "cupshelpers.openprinting", fp=<optimized out>, pathname=pathname@entry=0x7fff09db7fd0 "/usr/lib/python2.7/site-packages/cupshelpers/openprinting.py", type=<optimized out>, loader=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:1822 > modules = <optimized out> > m = <optimized out> > err = <optimized out> >#40 0x00000037346ee476 in import_submodule (mod=mod@entry=<module at remote 0x25578d8>, subname=subname@entry=0x7fff09db90ac "openprinting", fullname=fullname@entry=0x7fff09db90a0 "cupshelpers.openprinting") at /usr/src/debug/Python-2.7.3/Python/import.c:2595 > buf = "/usr/lib/python2.7/site-packages/cupshelpers/openprinting.py\000le.so", '\000' <repeats 838 times>, "@t[\002\000\000\000\000\000\020\000\000\000\000\000\000V\257\206\324<\000\000\000\001\375\000\000\000\000\000\000\310d\000\000\000\000\000\000\001\000\000\000\000\000\000\000\244\201", '\000' <repeats 22 times>"\371, \207\000\000\000\000\000\000\000\020\000\000\000\000\000\000H\000\000\000\000\000\000\000(\033\275P\000\000\000\000#k\266\066\000\000\000\000\312\302\326O", '\000' <repeats 12 times>, "Pn\272P\000\000\000\000\261\021\301\062\000\000\000\000\060\204\333\t\377\177\000\000@t[\002\000\000\000\000"... > fp = 0x2690f50 > path = <optimized out> > loader = 0x0 > fdp = <optimized out> > modules = {'heapq': <module at remote 0x26ece18>, 'cupshelpers.fnmatch': None, 'functools': <module at remote 0x21e2b78>, 'random': <module at remote 0x2571788>, 'glib.option': <module at remote 0x7f413be4a0f8>, 'cupshelpers.pycurl': None, 'sysconfig': <module at remote 0x7f41422f1050>, 'pprint': <module at remote 0x255b910>, 'dbus.xml': None, 'encodings.encodings': None, 'xml': <module at remote 0x7f413be32830>, 'logging.weakref': None, 'tempfile': <module at remote 0x2571130>, 'gtk': <module at remote 0x7f413bb949b8>, 'pyexpat.errors': <module at remote 0x7f413be32ad0>, 'dbus.traceback': None, 'dbus.logging': None, 'collections': <module at remote 0x26ecb78>, 'logging.thread': None, 'xml.etree.ElementTree': <module at remote 0x264ada8>, 'zipimport': <module at remote 0x7f41423ac980>, 'gobject.sys': None, 'string': <module at remote 0x21b9a60>, 'dbus.lowlevel': <module at remote 0x7f413be22ef8>, 'xml.parsers.pyexpat': None, 'encodings.utf_8': <module at remote 0x7f41422b2788>, 'xml.etree.warnings': None, 'xml.etree.sy...(truncated) > m = 0x0 >#41 0x00000037346ee6f0 in load_next (mod=mod@entry=<module at remote 0x25578d8>, altmod=None, p_name=p_name@entry=0x7fff09db9088, buf=buf@entry=0x7fff09db90a0 "cupshelpers.openprinting", p_buflen=p_buflen@entry=0x7fff09db9098) at /usr/src/debug/Python-2.7.3/Python/import.c:2415 > name = 0x2557a2c "openprinting" > dot = <optimized out> > len = 12 > p = 0x7fff09db90ac "openprinting" > result = <optimized out> >#42 0x00000037346eec5f in import_module_level (name=0x0, name@entry=0x2557a2c "openprinting", globals=globals@entry={'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <buil...(truncated), fromlist=fromlist@entry=None, level=level@entry=-1, locals=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:2136 > buf = "cupshelpers.openprinting\000\230\006\071A\177\000\000\320\b\\\002\000\000\000\000\276`\201\324<\000\000\000\001\000\000\000\000\000\000\000\000\260\000\000\000\000\000\000\003\000\000\000\000\000\000\000P", '\000' <repeats 15 times>, ")J\300\325<\000\000\000\002", '\000' <repeats 15 times>, "\003\000\000\000\060\000\000\000[\000\000\000n\000\000\000\000\000\000\000|\000\000\000@\221\333\t\377\177", '\000' <repeats 18 times>, " \a\273\324<\000\000\000@\307\000\000\000\000\000\000\232\004\000\000\000\000\000\000 \a\273\324<\000\000\000\031\000\000\000\000\000\000\000P\377[\002\000\000\000\000\320\b\\\002\000\000\000\000\031\000\000\000\000\000\000\000\340\227\333\t\377\177\000\000\320\227\333\t\377\177\000\000\352[\301\327<\000\000\000"... > buflen = 24 > head = <optimized out> > next = <optimized out> > tail = <optimized out> >#43 0x00000037346ef20a in PyImport_ImportModuleLevel (name=0x2557a2c "openprinting", globals={'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <buil...(truncated), locals=<optimized out>, fromlist=None, level=-1) at /usr/src/debug/Python-2.7.3/Python/import.c:2188 > result = <optimized out> >#44 0x00000037346d55ff in builtin___import__ (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/bltinmodule.c:49 > kwlist = {0x37347241f1 "name", 0x37347254f7 "globals", 0x3734739c56 "locals", 0x37347393b0 "fromlist", 0x373473fbd6 "level", 0x0} > name = 0x2557a2c "openprinting" > globals = {'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <buil...(truncated) > locals = {'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <buil...(truncated) > fromlist = None > level = -1 >#45 0x0000003734649a7e in PyObject_Call (func=func@entry=<built-in function __import__>, arg=arg@entry=('openprinting', {'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785...(truncated), kw=<optimized out>) at /usr/src/debug/Python-2.7.3/Objects/abstract.c:2529 > result = <optimized out> > call = 0x3734681750 <PyCFunction_Call> >#46 0x00000037346d71c7 in PyEval_CallObjectWithKeywords (func=func@entry=<built-in function __import__>, arg=arg@entry=('openprinting', {'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785...(truncated), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3967 > result = <optimized out> >#47 0x00000037346d9041 in PyEval_EvalFrameEx (f=f@entry=Frame 0x2603850, for file /usr/lib/python2.7/site-packages/cupshelpers/__init__.py, line 60, in <module> (), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2407 > stack_pointer = 0x26039d0 > next_instr = 0x7f413be20ccd "Z\021" > opcode = <optimized out> > oparg = <optimized out> > why = WHY_NOT > err = 0 > x = <built-in function __import__> > v = <built-in function __import__> > w = ('openprinting', {'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785...(truncated) > u = -1 > t = <optimized out> > stream = 0x0 > fastlocals = 0x26039c8 > freevars = 0x26039c8 > retval = 0x0 > tstate = <optimized out> > co = 0x254ea30 > instr_ub = -1 > instr_lb = 0 > instr_prev = -1 > first_instr = 0x7f413be20c24 "d" > names = ('__all__', '_no_debug', '_debugprint_fn', '_debugprint', 'set_debugprint_fn', 'cupshelpers', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting') > consts = ('set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting', <code at remote 0x7f41422c1b30>, <code at remote 0x7f413bb8f630>, <code at remote 0x7f413bb8f4b0>, -1, ('Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize'), None) >#48 0x00000037346ddb1f in PyEval_EvalCodeEx (co=co@entry=0x254ea30, globals=globals@entry={'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <buil...(truncated), locals=locals@entry={'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <buil...(truncated), args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=closure@entry=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330 > f = <optimized out> > retval = 0x0 > fastlocals = <optimized out> > freevars = <optimized out> > tstate = 0x1fd90a0 > x = <optimized out> > u = <optimized out> >#49 0x00000037346ddbf2 in PyEval_EvalCode (co=co@entry=0x254ea30, globals=globals@entry={'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <buil...(truncated), locals=locals@entry={'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <buil...(truncated)) at /usr/src/debug/Python-2.7.3/Python/ceval.c:689 >No locals. >#50 0x00000037346ed16d in PyImport_ExecCodeModuleEx (name=name@entry=0x7fff09dbd760 "cupshelpers", co=co@entry=<code at remote 0x254ea30>, pathname=pathname@entry=0x7fff09dba5b0 "/usr/lib/python2.7/site-packages/cupshelpers/__init__.pyc") at /usr/src/debug/Python-2.7.3/Python/import.c:681 > modules = {'heapq': <module at remote 0x26ece18>, 'cupshelpers.fnmatch': None, 'functools': <module at remote 0x21e2b78>, 'random': <module at remote 0x2571788>, 'glib.option': <module at remote 0x7f413be4a0f8>, 'cupshelpers.pycurl': None, 'sysconfig': <module at remote 0x7f41422f1050>, 'pprint': <module at remote 0x255b910>, 'dbus.xml': None, 'encodings.encodings': None, 'xml': <module at remote 0x7f413be32830>, 'logging.weakref': None, 'tempfile': <module at remote 0x2571130>, 'gtk': <module at remote 0x7f413bb949b8>, 'pyexpat.errors': <module at remote 0x7f413be32ad0>, 'dbus.traceback': None, 'dbus.logging': None, 'collections': <module at remote 0x26ecb78>, 'logging.thread': None, 'xml.etree.ElementTree': <module at remote 0x264ada8>, 'zipimport': <module at remote 0x7f41423ac980>, 'gobject.sys': None, 'string': <module at remote 0x21b9a60>, 'dbus.lowlevel': <module at remote 0x7f413be22ef8>, 'xml.parsers.pyexpat': None, 'encodings.utf_8': <module at remote 0x7f41422b2788>, 'xml.etree.warnings': None, 'xml.etree.sy...(truncated) > m = <optimized out> > d = {'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <buil...(truncated) > v = '/usr/lib/python2.7/site-packages/cupshelpers/__init__.pyc' >#51 0x00000037346ed413 in load_source_module (name=name@entry=0x7fff09dbd760 "cupshelpers", pathname=0x7fff09dba5b0 "/usr/lib/python2.7/site-packages/cupshelpers/__init__.pyc", pathname@entry=0x7fff09dbb620 "/usr/lib/python2.7/site-packages/cupshelpers/__init__.py", fp=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:1018 > st = {st_dev = 64769, st_ino = 138754, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 1813, st_blksize = 4096, st_blocks = 8, st_atim = {tv_sec = 1319631259, tv_nsec = 0}, st_mtim = {tv_sec = 1319631259, tv_nsec = 0}, st_ctim = {tv_sec = 1337719538, tv_nsec = 437084219}, __unused = {0, 0, 0}} > fpc = 0x2603520 > buf = "/usr/lib/python2.7/site-packages/cupshelpers/__init__.pyc\000c\000\067", '\000' <repeats 11 times>, "\016\330g47\000\000\000\020@0BA\177\000\000\334\064o47\000\000\000`C;BA\177\000\000\220\225\375\001\000\000\000\000\340:+BA\177\000\000\070\311D\354\345\253,=\360X(BA\177\000\000\360\263\333\t\377\177\000\000\002", '\000' <repeats 16 times>, "X(BA\177\000\000\002", '\000' <repeats 15 times>, "U\350h47\000\000\000\340:+BA\177\000\000x\247\333\t\377\177\000\000\v\000\000\000\000\000\000\000\360\263\333\t\377\177\000\000s\000\000\000\000\000\000\000\310\004o47"... > cpathname = 0x2603520 "\001" > co = 0x254ea30 > m = <optimized out> >#52 0x00000037346ede9c in load_module (name=name@entry=0x7fff09dbd760 "cupshelpers", fp=<optimized out>, pathname=pathname@entry=0x7fff09dbb620 "/usr/lib/python2.7/site-packages/cupshelpers/__init__.py", type=<optimized out>, loader=loader@entry=0x0) at /usr/src/debug/Python-2.7.3/Python/import.c:1822 > modules = <optimized out> > m = <optimized out> > err = <optimized out> >#53 0x00000037346ee146 in load_package (name=name@entry=0x7fff09dbd760 "cupshelpers", pathname=pathname@entry=0x7fff09dbc690 "/usr/lib/python2.7/site-packages/cupshelpers") at /usr/src/debug/Python-2.7.3/Python/import.c:1074 > m = <module at remote 0x25578d8> > d = {'set_debugprint_fn': <function at remote 0x2550398>, 'parseDeviceID': <function at remote 0x2638758>, '__path__': ['/usr/lib/python2.7/site-packages/cupshelpers'], 'copyPPDOptions': <function at remote 0x2638b18>, '_debugprint_fn': <function at remote 0x25502a8>, 'activateNewPrinter': <function at remote 0x2638aa0>, 'Printer': <classobj at remote 0x25822c0>, 'setPPDPageSize': <function at remote 0x2638b90>, '__all__': ['set_debugprint_fn', 'Device', 'Printer', 'activateNewPrinter', 'copyPPDOptions', 'getDevices', 'getPrinters', 'missingPackagesAndExecutables', 'missingExecutables', 'parseDeviceID', 'setPPDPageSize', 'ppds', 'openprinting'], 'xmldriverprefs': <module at remote 0x263ed38>, '__package__': 'cupshelpers', 'Device': <classobj at remote 0x2582328>, 'missingExecutables': <function at remote 0x2638c08>, 'missingPackagesAndExecutables': <function at remote 0x2638c80>, '__doc__': None, '__builtins__': {'bytearray': <type at remote 0x3734971ee0>, 'IndexError': <type at remote 0x37349785c0>, 'all': <buil...(truncated) > file = '/usr/lib/python2.7/site-packages/cupshelpers' > path = ['/usr/lib/python2.7/site-packages/cupshelpers'] > err = <optimized out> > buf = "/usr/lib/python2.7/site-packages/cupshelpers/__init__.py\000le.so\000\000\000\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000\001\000<\000\000\000\001\000\000\000\000\000\000\000\300\354'\002", '\000' <repeats 12 times>, "p\177\340\352<\000\000\000 \235\340\334<\000\000\000\222\322\000\324<\000\000\000\001\000\000\000\000\000\000\000\000\203^\002\000\000\000\000\240\266\333\t\377\177\000\000\210\377\300\374\063\000\000\000\220}\340\352<\000\000\000\222\322\000\324<\000\000\000\001\000\000\000\377"... > fp = 0x26032e0 > fdp = <optimized out> >#54 0x00000037346ede51 in load_module (name=name@entry=0x7fff09dbd760 "cupshelpers", fp=<optimized out>, pathname=pathname@entry=0x7fff09dbc690 "/usr/lib/python2.7/site-packages/cupshelpers", type=<optimized out>, loader=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:1836 > modules = <optimized out> > m = <optimized out> > err = <optimized out> >#55 0x00000037346ee476 in import_submodule (mod=mod@entry=None, subname=subname@entry=0x7fff09dbd760 "cupshelpers", fullname=fullname@entry=0x7fff09dbd760 "cupshelpers") at /usr/src/debug/Python-2.7.3/Python/import.c:2595 > buf = "/usr/lib/python2.7/site-packages/cupshelpers\000__init__.py\000c\000e.so\000\000P;BA\177\000\000 \a\273\324<\000\000\000\030\001\000\000\000\000\000\000\272\341h47\000\000\000p\331\333\t\377\177\000\000\016\330g47\000\000\000\220\236\377\001\000\000\000\000\360\233\377\001\000\000\000\000\240E;BA\177\000\000\003\000\000\000\000\000\000\000\220O\001\002\000\000\000\000C\266\216l\366\001(\304\000\000\000\000\000\000\000\000\361\305g47", '\000' <repeats 11 times>, "\\\344g47\000\000\000\200F\001\002\000\000\000\000\360\233\377\001\000\000\000\000\220O\001\002\000\000\000\000\272\341h47\000\000\000p\331\333\t\377\177\000\000\016\330g"... > fp = 0x0 > path = <optimized out> > loader = 0x0 > fdp = <optimized out> > modules = {'heapq': <module at remote 0x26ece18>, 'cupshelpers.fnmatch': None, 'functools': <module at remote 0x21e2b78>, 'random': <module at remote 0x2571788>, 'glib.option': <module at remote 0x7f413be4a0f8>, 'cupshelpers.pycurl': None, 'sysconfig': <module at remote 0x7f41422f1050>, 'pprint': <module at remote 0x255b910>, 'dbus.xml': None, 'encodings.encodings': None, 'xml': <module at remote 0x7f413be32830>, 'logging.weakref': None, 'tempfile': <module at remote 0x2571130>, 'gtk': <module at remote 0x7f413bb949b8>, 'pyexpat.errors': <module at remote 0x7f413be32ad0>, 'dbus.traceback': None, 'dbus.logging': None, 'collections': <module at remote 0x26ecb78>, 'logging.thread': None, 'xml.etree.ElementTree': <module at remote 0x264ada8>, 'zipimport': <module at remote 0x7f41423ac980>, 'gobject.sys': None, 'string': <module at remote 0x21b9a60>, 'dbus.lowlevel': <module at remote 0x7f413be22ef8>, 'xml.parsers.pyexpat': None, 'encodings.utf_8': <module at remote 0x7f41422b2788>, 'xml.etree.warnings': None, 'xml.etree.sy...(truncated) > m = 0x0 >#56 0x00000037346ee6f0 in load_next (mod=mod@entry=None, altmod=None, p_name=p_name@entry=0x7fff09dbd748, buf=buf@entry=0x7fff09dbd760 "cupshelpers", p_buflen=p_buflen@entry=0x7fff09dbd758) at /usr/src/debug/Python-2.7.3/Python/import.c:2415 > name = 0x7f41422b3f84 "cupshelpers" > dot = <optimized out> > len = 11 > p = 0x7fff09dbd760 "cupshelpers" > result = <optimized out> >#57 0x00000037346eec5f in import_module_level (name=0x0, name@entry=0x7f41422b3f84 "cupshelpers", globals=globals@entry={'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated), fromlist=fromlist@entry=None, level=level@entry=-1, locals=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/import.c:2136 > buf = "cupshelpers\000\377\177\000\000\220\351\333\t\377\177\000\000~\334m47\000\000\000 \353s47\000\000\000\203\000\000\000\000\000\000\000\300\323+BA\177\000\000\020\353\333\t\377\177\000\000\220\351\333\t\377\177\000\000?\334m47\000\000\000 \353s47\000\000\000\a\000\000\000\000\000\000\000\220\323+BA\177\000\000\020\353\333\t\377\177\000\000\220\351\333\t\377\177\000\000~\334m47\000\000\000\020@0BA\177\000\000\f\000\000\000\000\000\000\000`\320+BA\177\000\000\020\353\333\t\377\177\000\000\220\351\333\t\377\177\000\000~\334m47\000\000\000\300\070\230\064\067\000\000\000\203\000\000\000\000\000\000\000\060\320+BA\177\000\000\020\353\333\t\377\177\000\000\220\351\333\t\377\177\000\000?\334m47\000\000\000\220\217:BA\177\000\000\203\000\000\000\000\000\000\000\220\320+BA\177\000\000\020\353\333\t\377\177\000\000\220\351\333\t\377\177"... > buflen = 11 > head = <optimized out> > next = <optimized out> > tail = <optimized out> >#58 0x00000037346ef20a in PyImport_ImportModuleLevel (name=0x7f41422b3f84 "cupshelpers", globals={'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated), locals=<optimized out>, fromlist=None, level=-1) at /usr/src/debug/Python-2.7.3/Python/import.c:2188 > result = <optimized out> >#59 0x00000037346d55ff in builtin___import__ (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/bltinmodule.c:49 > kwlist = {0x37347241f1 "name", 0x37347254f7 "globals", 0x3734739c56 "locals", 0x37347393b0 "fromlist", 0x373473fbd6 "level", 0x0} > name = 0x7f41422b3f84 "cupshelpers" > globals = {'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated) > locals = {'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated) > fromlist = None > level = -1 >#60 0x0000003734649a7e in PyObject_Call (func=func@entry=<built-in function __import__>, arg=arg@entry=('cupshelpers', {'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <ty...(truncated), kw=<optimized out>) at /usr/src/debug/Python-2.7.3/Objects/abstract.c:2529 > result = <optimized out> > call = 0x3734681750 <PyCFunction_Call> >#61 0x00000037346d71c7 in PyEval_CallObjectWithKeywords (func=func@entry=<built-in function __import__>, arg=arg@entry=('cupshelpers', {'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <ty...(truncated), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3967 > result = <optimized out> >#62 0x00000037346d9041 in PyEval_EvalFrameEx (f=f@entry=Frame 0x209cb90, for file /usr/share/system-config-printer/system-config-printer.py, line 70, in <module> (), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2407 > stack_pointer = 0x209cd10 > next_instr = 0x20c2068 "Z " > opcode = <optimized out> > oparg = <optimized out> > why = WHY_NOT > err = 0 > x = <built-in function __import__> > v = <built-in function __import__> > w = ('cupshelpers', {'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <ty...(truncated) > u = -1 > t = <optimized out> > stream = 0x0 > fastlocals = 0x209cd08 > freevars = 0x209cd08 > retval = 0x0 > tstate = <optimized out> > co = 0x7f41422c1ab0 > instr_ub = -1 > instr_lb = 0 > instr_prev = -1 > first_instr = 0x20c1e94 "d" > names = ('config', 'sys', 'os', 'time', 're', 'thread', 'dbus', 'gtk', 'RuntimeError', 'e', 'exit', 'show_uri', 'about_dialog_set_url_hook', 'about_dialog_set_email_hook', 'show_help', 'len', 'argv', 'cups', 'require', 'ppdSetConformance', 'PPD_CONFORM_RELAXED', 'locale', 'setlocale', 'LC_ALL', 'Error', 'environ', 'gettext', '_', 'textdomain', 'PACKAGE', 'bindtextdomain', 'localedir', 'cupshelpers', 'gobject', 'gui', 'GtkGUI', 'debug', 'gtk_label_autowrap', 'urllib', 'troubleshoot', 'installpackage', 'jobviewer', 'authconn', 'monitor', 'errordialogs', 'userdefault', 'serversettings', 'ServerSettings', 'ToolbarSearchEntry', 'SearchCriterion', 'statereason', 'firewall', 'newprinter', 'busy', 'ready', 'printerproperties', 'ppdippstr', 'init', 'pkgdatadir', 'pkgdata', 'path', 'join', 'iconpath', 'append', 'CUPS_server_hostname', 'ServiceStart', 'GUI', 'main', '__name__', 'getopt', 'gnu_getopt', 'opts', 'args', 'GetoptError', 'opt', 'optarg', 'set_debugging', 'True', 'ppds', 'set_debugprint_fn', 'debugprint') > consts = (-1, None, 'system-config-printer:', 'This is a graphical application and requires DISPLAY to be set.', 1, <code at remote 0x7f41422fad30>, <code at remote 0x7f4142291bb0>, <code at remote 0x7f4142291130>, <code at remote 0x7f41422914b0>, '--help', 0, '1.9.46', '', 'C', 'LC_ALL', ('gettext',), ('GtkGUI',), ('*',), ('ServerSettings',), ('busy', 'ready'), 'icons/', <code at remote 0x7f4142291c30>, 'ServiceStart', <code at remote 0x7f41422a00b0>, 'GUI', <code at remote 0x7f41422c19b0>, <code at remote 0x7f41422c1a30>, '__main__', 'debug', '--debug') >#63 0x00000037346ddb1f in PyEval_EvalCodeEx (co=co@entry=0x7f41422c1ab0, globals=globals@entry={'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated), locals=locals@entry={'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated), args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=closure@entry=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330 > f = <optimized out> > retval = 0x0 > fastlocals = <optimized out> > freevars = <optimized out> > tstate = 0x1fd90a0 > x = <optimized out> > u = <optimized out> >#64 0x00000037346ddbf2 in PyEval_EvalCode (co=co@entry=0x7f41422c1ab0, globals=globals@entry={'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated), locals=locals@entry={'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated)) at /usr/src/debug/Python-2.7.3/Python/ceval.c:689 >No locals. >#65 0x00000037346f6b9a in run_mod (mod=<optimized out>, filename=filename@entry=0x7fff09dbf9de "/usr/share/system-config-printer/system-config-printer.py", globals=globals@entry={'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated), locals=locals@entry={'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated), flags=flags@entry=0x7fff09dbecd0, arena=arena@entry=0x209b5a0) at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:1361 > co = 0x7f41422c1ab0 > v = <optimized out> >#66 0x00000037346f7992 in PyRun_FileExFlags (fp=fp@entry=0x209ee20, filename=filename@entry=0x7fff09dbf9de "/usr/share/system-config-printer/system-config-printer.py", start=start@entry=257, globals=globals@entry={'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated), locals=locals@entry={'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated), closeit=closeit@entry=1, flags=flags@entry=0x7fff09dbecd0) at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:1347 > ret = <optimized out> > mod = <optimized out> > arena = 0x209b5a0 >#67 0x00000037346f83ab in PyRun_SimpleFileExFlags (fp=fp@entry=0x209ee20, filename=0x7fff09dbf9de "/usr/share/system-config-printer/system-config-printer.py", closeit=1, flags=flags@entry=0x7fff09dbecd0) at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:951 > m = <optimized out> > d = {'locale': <module at remote 0x21e2868>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x22ca810>, __doc__=<gobject.GObject.__doc__ at remote 0x7f414233b0c0>, __module__='gtk') at remote 0x23c82c0>, 'GPollableOutputStream': <type at remote 0x231b3e0>, 'cups': <module at remote 0x7f413be42670>, 'gtk': <module at remote 0x7f413bb949b8>, 'gettext': <module at remote 0x21cd2b8>, '__package__': None, 're': <module at remote 0x7f41422f13d0>, 'config': <module at remote 0x7f413bbc4e18>, '__doc__': None, '__builtins__': <module at remote 0x7f4142378ad0>, '__file__': '/usr/share/system-config-printer/system-config-printer.py', 'show_help': <function at remote 0x2550230>, 'GPollableInputStream': <type at remote 0x22ebec0>, '__name__': '__main__', '_': <function at remote 0x220f578>, 'sys': <module at remote 0x7f4142378b78>, 'show_uri': <function at remote 0x221cb18>, 'thread': <module at remote 0x7f413bbc4f30>, 'dbus': <module at remote 0x7f413bb8b088>, 'GFileDescriptorBased': <type at remote 0x2...(truncated) > v = <optimized out> > ext = <optimized out> > set_file_name = 1 > ret = <optimized out> > len = <optimized out> >#68 0x00000037346f8fe9 in PyRun_AnyFileExFlags (fp=fp@entry=0x209ee20, filename=<optimized out>, closeit=<optimized out>, flags=flags@entry=0x7fff09dbecd0) at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:755 >No locals. >#69 0x0000003734709882 in Py_Main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/Python-2.7.3/Modules/main.c:639 > c = <optimized out> > sts = <optimized out> > command = 0x0 > filename = 0x7fff09dbf9de "/usr/share/system-config-printer/system-config-printer.py" > module = 0x0 > fp = 0x209ee20 > p = <optimized out> > unbuffered = 0 > skipfirstline = 0 > stdin_is_interactive = 0 > help = <optimized out> > version = <optimized out> > saw_unbuffered_flag = <optimized out> > cf = {cf_flags = 0} >#70 0x0000003cd4821735 in __libc_start_main (main=0x4006c0 <main>, argc=2, ubp_av=0x7fff09dbee88, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff09dbee78) at libc-start.c:226 > result = <optimized out> > unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, -6354878371673885239, 4196040, 140733358796416, 0, 0, 6354856691157218761, -6361538096780364343}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x3cd400eed0, 0x226c8c}, data = {prev = 0x0, cleanup = 0x0, canceltype = -738136368}}} > not_first_call = <optimized out> >#71 0x00000000004006f1 in _start () >No symbol table info available. >From To Syms Read Shared Object Library >0x000000373463efd0 0x000000373471e560 Yes /lib64/libpython2.7.so.1.0 >0x0000003cd4c05790 0x0000003cd4c10494 Yes /lib64/libpthread.so.0 >0x0000003cd5000ea0 0x0000003cd50019e0 Yes /lib64/libdl.so.2 >0x00000033fc600ee0 0x00000033fc601814 Yes /lib64/libutil.so.1 >0x0000003cd5c055f0 0x0000003cd5c6ca0c Yes /lib64/libm.so.6 >0x0000003cd481ef60 0x0000003cd495f7a0 Yes /lib64/libc.so.6 >0x0000003cd4000b20 0x0000003cd401a2e9 Yes /lib64/ld-linux-x86-64.so.2 >0x00007f413bc0eab0 0x00007f413bc0fb28 Yes /usr/lib64/python2.7/lib-dynload/timemodule.so >0x00007f413b96ba70 0x00007f413b9765b8 Yes /usr/lib64/python2.7/site-packages/_dbus_bindings.so >0x0000003cd7807890 0x0000003cd7830924 Yes /lib64/libdbus-1.so.3 >0x0000003cd5402260 0x0000003cd540554c Yes /lib64/librt.so.1 >0x00007f413b75fba0 0x00007f413b76095c Yes /usr/lib64/python2.7/lib-dynload/cStringIO.so >0x00007f413b5544e0 0x00007f413b559200 Yes /usr/lib64/python2.7/lib-dynload/pyexpat.so >0x0000003cd9003dd0 0x0000003cd901cccc Yes /lib64/libexpat.so.1 >0x00007f413b3445e0 0x00007f413b349d50 Yes /usr/lib64/python2.7/site-packages/glib/_glib.so >0x00007f413b115ae0 0x00007f413b116898 Yes /lib64/libpyglib-2.0-python.so.0 >0x0000003cd6c0a910 0x0000003cd6c37dbc Yes /lib64/libgobject-2.0.so.0 >0x0000003cd6800680 0x0000003cd68007fc Yes /lib64/libgthread-2.0.so.0 >0x0000003cd4419d00 0x0000003cd44ac9cc Yes /lib64/libglib-2.0.so.0 >0x0000003cd7001950 0x0000003cd70060ec Yes /lib64/libffi.so.5 >0x00007f413af0e720 0x00007f413af10de4 Yes /usr/lib64/python2.7/lib-dynload/stropmodule.so >0x00007f413ac46040 0x00007f413ac47ae4 Yes /usr/lib64/python2.7/lib-dynload/operator.so >0x00007f413aa3f0e0 0x00007f413aa3fb4c Yes /usr/lib64/python2.7/lib-dynload/_functoolsmodule.so >0x00007f413a83ab10 0x00007f413a83bec4 Yes /usr/lib64/python2.7/lib-dynload/_localemodule.so >0x00007f413a6327d0 0x00007f413a634f10 Yes /usr/lib64/python2.7/lib-dynload/_struct.so >0x00007f413a414e30 0x00007f413a42511c Yes /usr/lib64/python2.7/site-packages/gobject/_gobject.so >0x00007f413a01af00 0x00007f413a13dab4 Yes /usr/lib64/python2.7/site-packages/gtk-2.0/gtk/_gtk.so >0x00000033d3c69920 0x00000033d3f0b438 Yes /lib64/libgtk-x11-2.0.so.0 >0x00000033d441e7c0 0x00000033d44810e4 Yes /lib64/libgdk-x11-2.0.so.0 >0x0000003ce0e09b30 0x0000003ce0e15c04 Yes /lib64/libatk-1.0.so.0 >0x0000003cdfa2eee0 0x0000003cdfaeaaf4 Yes /lib64/libgio-2.0.so.0 >0x00000033ce807600 0x00000033ce821bfc Yes /lib64/libpangoft2-1.0.so.0 >0x00000033ce404910 0x00000033ce409358 Yes /lib64/libpangocairo-1.0.so.0 >0x0000003cde406750 0x0000003cde419b50 Yes /lib64/libgdk_pixbuf-2.0.so.0 >0x00000033ce00b2f0 0x00000033ce08215c Yes /lib64/libcairo.so.2 >0x0000003cdf40eeb0 0x0000003cdf42d490 Yes /lib64/libpango-1.0.so.0 > No /usr/lib64/freetype-freeworld/libfreetype.so.6 >0x00000033cdc05ef0 0x00000033cdc1f6fc Yes /lib64/libfontconfig.so.1 >0x0000003cde8010f0 0x0000003cde801fd8 Yes /lib64/libgmodule-2.0.so.0 >0x0000003cd801dea0 0x0000003cd80a4260 Yes /lib64/libX11.so.6 >0x0000003cdbc014f0 0x0000003cdbc03cf8 Yes /lib64/libXfixes.so.3 >0x0000003cd9403700 0x0000003cd940d7d0 Yes /lib64/libXext.so.6 >0x0000003cda401a70 0x0000003cda4079e0 Yes /lib64/libXrender.so.1 >0x0000003cdc400b00 0x0000003cdc401438 Yes /lib64/libXinerama.so.1 >0x0000003cda802130 0x0000003cda80bfb4 Yes /lib64/libXi.so.6 >0x0000003cdac01830 0x0000003cdac05f34 Yes /lib64/libXrandr.so.2 >0x0000003cdb802a80 0x0000003cdb8076dc Yes /lib64/libXcursor.so.1 >0x0000003ce8800c30 0x0000003ce8801774 Yes /lib64/libXcomposite.so.1 >0x0000003ce8000b90 0x0000003ce800159c Yes /lib64/libXdamage.so.1 >0x0000003cd5801f50 0x0000003cd580e718 Yes /lib64/libz.so.1 >0x0000003cd6005fc0 0x0000003cd6016768 Yes /lib64/libselinux.so.1 >0x0000003cd64039b0 0x0000003cd6411e1c Yes /lib64/libresolv.so.2 >0x0000003cda004fa0 0x0000003cda020ae0 Yes /lib64/libpng15.so.15 >0x0000003cde008d80 0x0000003cde072eec Yes /lib64/libpixman-1.so.0 >0x0000003cd7c099c0 0x0000003cd7c158d8 Yes /lib64/libxcb.so.1 >0x0000003cd8400e80 0x0000003cd8401bb0 Yes /lib64/libXau.so.6 >0x00007f4139d58cf0 0x00007f4139d5fb8c Yes /usr/lib64/python2.7/site-packages/cairo/_cairo.so >0x00007f4139b0c8b0 0x00007f4139b2a564 Yes /usr/lib64/python2.7/site-packages/gtk-2.0/gio/_gio.so >0x00007f41398e9940 0x00007f41398eb13c Yes /usr/lib64/python2.7/site-packages/gtk-2.0/gio/unix.so >0x00007f41396ca5a0 0x00007f41396d8380 Yes /usr/lib64/python2.7/site-packages/gtk-2.0/pango.so >0x00007f4139486f80 0x00007f41394a97b0 Yes /usr/lib64/python2.7/site-packages/gtk-2.0/atk.so >0x00007f4139276f10 0x00007f4139277e54 Yes /usr/lib64/python2.7/site-packages/gtk-2.0/pangocairo.so >0x00007f413906a1b0 0x00007f413907167c Yes /lib64/libnss_files.so.2 >0x00007f4138e483f0 0x00007f4138e56ba8 Yes /usr/lib64/python2.7/site-packages/cups.so >0x00007f4138bd2760 0x00007f4138c08418 Yes /lib64/libcups.so.2 >0x0000003cdd40ad60 0x0000003cdd438424 Yes /lib64/libgssapi_krb5.so.2 >0x0000003cdb41b640 0x0000003cdb493340 Yes /lib64/libkrb5.so.3 >0x0000003cdc804490 0x0000003cdc81c92c Yes /lib64/libk5crypto.so.3 >0x0000003cdb001520 0x0000003cdb002114 Yes /lib64/libcom_err.so.2 >0x00000034022189b0 0x0000003402292f2c Yes /lib64/libgnutls.so.26 >0x0000003cec807200 0x0000003cec852b48 Yes /lib64/libgcrypt.so.11 >0x0000003cea800960 0x0000003cea800ed8 Yes /lib64/libgpg-error.so.0 >0x00000033fce034f0 0x00000033fce0872c Yes /lib64/libavahi-common.so.3 >0x00000033fca039a0 0x00000033fca0c0c4 Yes /lib64/libavahi-client.so.3 >0x0000003ceac00dc0 0x0000003ceac05cac Yes /lib64/libcrypt.so.1 >0x0000003cdcc02a60 0x0000003cdcc07eac Yes /lib64/libkrb5support.so.0 >0x0000003cdc001120 0x0000003cdc001ac4 Yes /lib64/libkeyutils.so.1 >0x0000003cd74029d0 0x0000003cd7412138 Yes /lib64/libgcc_s.so.1 >0x0000003ce1c01ce0 0x0000003ce1c0c9e8 Yes /lib64/libtasn1.so.3 >0x0000003ce1802cd0 0x0000003ce180ba6c Yes /lib64/libp11-kit.so.0 >0x0000003cea403520 0x0000003cea4424f8 Yes /lib64/libfreebl3.so >0x00007f41389ba4a0 0x00007f41389bd6c4 Yes /usr/lib64/python2.7/lib-dynload/math.so >0x00007f41387b3190 0x00007f41387b50cc Yes /usr/lib64/python2.7/lib-dynload/binascii.so >0x00007f41385af8a0 0x00007f41385b0488 Yes /usr/lib64/python2.7/lib-dynload/_hashlib.so >0x0000003cddc14780 0x0000003cddc46c94 Yes /lib64/libssl.so.10 >0x0000003cdd05ca00 0x0000003cdd124528 Yes /lib64/libcrypto.so.10 >0x00007f41383ab260 0x00007f41383abea8 Yes /usr/lib64/python2.7/lib-dynload/_randommodule.so >0x00007f41381a6e20 0x00007f41381a7b34 Yes /usr/lib64/python2.7/lib-dynload/fcntlmodule.so >0x00007f4137f99ee0 0x00007f4137f9e958 Yes /usr/lib64/python2.7/lib-dynload/itertoolsmodule.so >0x00007f4137d89270 0x00007f4137d90b50 Yes /usr/lib64/python2.7/site-packages/pycurl.so >0x0000003403a09980 0x0000003403a4c278 Yes /lib64/libcurl.so.4 >0x0000003402602fe0 0x00000034026074d8 Yes /lib64/libidn.so.11 >0x0000003cf70036a0 0x0000003cf700ab14 Yes /lib64/liblber-2.4.so.2 >0x0000003403e0f060 0x0000003403e3d978 Yes /lib64/libldap-2.4.so.2 >0x00000033fda0a290 0x00000033fda2fb50 Yes /lib64/libssl3.so >0x00000033fd609ca0 0x00000033fd622210 Yes /lib64/libsmime3.so >0x00007f4137a3fac0 0x00007f4137b22a04 Yes /lib64/libnss3.so >0x00000033fe20aa30 0x00000033fe215af4 Yes /lib64/libnssutil3.so >0x0000003ce9000fb0 0x0000003ce9001ef8 Yes /lib64/libplds4.so >0x0000003ce98014d0 0x0000003ce9802bd4 Yes /lib64/libplc4.so >0x0000003ce940d250 0x0000003ce942cc10 Yes /lib64/libnspr4.so >0x0000003402e053f0 0x0000003402e1ec08 Yes /lib64/libssh2.so.1 >0x00000033fee04840 0x00000033fee14504 Yes /lib64/libsasl2.so.2 >0x00007f413781a220 0x00007f413781f858 Yes /usr/lib64/python2.7/lib-dynload/_socketmodule.so >0x00007f41376122a0 0x00007f4137614f40 Yes /usr/lib64/python2.7/lib-dynload/_ssl.so >0x00007f4137409370 0x00007f413740b8dc Yes /usr/lib64/python2.7/lib-dynload/_collectionsmodule.so >0x00007f4137204c60 0x00007f41372052a4 Yes /usr/lib64/python2.7/lib-dynload/_bisectmodule.so >0x00007f4136fffd60 0x00007f4137000d34 Yes /usr/lib64/python2.7/lib-dynload/_heapq.so >$1 = 0x0 >$2 = 0x0 >rax 0x834808708b481374 -8986923776951708812 >rbx 0x373465e73e 237102294846 >rcx 0x7f414237e060 139918260559968 >rdx 0x2e1 737 >rsi 0x7f414237e060 139918260559968 >rdi 0x373465e73e 237102294846 >rbp 0x7f414237e060 0x7f414237e060 >rsp 0x7fff09dafb40 0x7fff09dafb40 >r8 0x919530d04f7b4cd7 -7956399495435301673 >r9 0x26fdcee 40885486 >r10 0x0 0 >r11 0x3734739d70 237103193456 >r12 0x26ee150 40821072 >r13 0x373465e73e 237102294846 >r14 0x841f0f2e66 567456771686 >r15 0x2718a50 40995408 >rip 0x373469c35a 0x373469c35a <PyType_Modified+58> >eflags 0x10206 [ PF IF RF ] >cs 0x33 51 >ss 0x2b 43 >ds 0x0 0 >es 0x0 0 >fs 0x0 0 >gs 0x0 0 >Dump of assembler code for function PyType_Modified: > 0x000000373469c320 <+0>: mov %r13,-0x10(%rsp) > 0x000000373469c325 <+5>: mov %rbx,-0x28(%rsp) > 0x000000373469c32a <+10>: mov %rdi,%r13 > 0x000000373469c32d <+13>: mov %rbp,-0x20(%rsp) > 0x000000373469c332 <+18>: mov %r12,-0x18(%rsp) > 0x000000373469c337 <+23>: mov %r14,-0x8(%rsp) > 0x000000373469c33c <+28>: sub $0x28,%rsp > 0x000000373469c340 <+32>: mov 0xa8(%rdi),%rax > 0x000000373469c347 <+39>: test $0x80000,%eax > 0x000000373469c34c <+44>: je 0x373469c3a3 <PyType_Modified+131> > 0x000000373469c34e <+46>: mov 0x168(%rdi),%r14 > 0x000000373469c355 <+53>: test %r14,%r14 > 0x000000373469c358 <+56>: je 0x373469c396 <PyType_Modified+118> >=> 0x000000373469c35a <+58>: mov 0x10(%r14),%rbp > 0x000000373469c35e <+62>: test %rbp,%rbp > 0x000000373469c361 <+65>: jle 0x373469c396 <PyType_Modified+118> > 0x000000373469c363 <+67>: mov 0x2d094e(%rip),%r12 # 0x373496ccb8 > 0x000000373469c36a <+74>: xor %ebx,%ebx > 0x000000373469c36c <+76>: nopl 0x0(%rax) > 0x000000373469c370 <+80>: mov 0x18(%r14),%rax > 0x000000373469c374 <+84>: mov (%rax,%rbx,8),%rax > 0x000000373469c378 <+88>: mov 0x10(%rax),%rdi > 0x000000373469c37c <+92>: cmp %r12,%rdi > 0x000000373469c37f <+95>: je 0x373469c386 <PyType_Modified+102> > 0x000000373469c381 <+97>: callq 0x373463d0a0 <PyType_Modified@plt> > 0x000000373469c386 <+102>: add $0x1,%rbx > 0x000000373469c38a <+106>: cmp %rbp,%rbx > 0x000000373469c38d <+109>: jne 0x373469c370 <PyType_Modified+80> > 0x000000373469c38f <+111>: mov 0xa8(%r13),%rax > 0x000000373469c396 <+118>: and $0xfffffffffff7ffff,%rax > 0x000000373469c39c <+124>: mov %rax,0xa8(%r13) > 0x000000373469c3a3 <+131>: mov (%rsp),%rbx > 0x000000373469c3a7 <+135>: mov 0x8(%rsp),%rbp > 0x000000373469c3ac <+140>: mov 0x10(%rsp),%r12 > 0x000000373469c3b1 <+145>: mov 0x18(%rsp),%r13 > 0x000000373469c3b6 <+150>: mov 0x20(%rsp),%r14 > 0x000000373469c3bb <+155>: add $0x28,%rsp > 0x000000373469c3bf <+159>: retq >End of assembler dump.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 883574
:
657768
|
657769
|
657770
| 657771 |
657772
|
657773
|
657774
|
657775
|
657776
|
657777
|
657778