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 860353 Details for
Bug 1062471
[abrt] python-urlgrabber: _PyType_Lookup(): python2.7 killed by 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), 36.54 KB, created by
Agnaldo Fernandes
on 2014-02-07 01:24:46 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Agnaldo Fernandes
Created:
2014-02-07 01:24:46 UTC
Size:
36.54 KB
patch
obsolete
>warning: core file may not match specified executable file. >[New LWP 14919] >warning: File "/var/cache/abrt-di/usr/lib/debug/usr/lib64/libpython2.7.so.1.0.debug-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load:/usr/bin/mono-gdb.py". >To enable execution of this file add > add-auto-load-safe-path /var/cache/abrt-di/usr/lib/debug/usr/lib64/libpython2.7.so.1.0.debug-gdb.py >line to your configuration file "/home/afernandes/.gdbinit". >To completely disable this security protection add > set auto-load safe-path / >line to your configuration file "/home/afernandes/.gdbinit". >For more information about this security protection see the >"Auto-loading safe path" section in the GDB manual. E.g., run from the shell: > info "(gdb)Auto-loading safe path" >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib64/libthread_db.so.1". >Core was generated by `/usr/bin/python /usr/libexec/urlgrabber-ext-down'. >Program terminated with signal SIGSEGV, Segmentation fault. >#0 0x00007f786d7e043f in _PyType_Lookup (type=type@entry=0x1f09920, name=0x7f786dcc5a20) at /usr/src/debug/Python-2.7.5/Objects/typeobject.c:2531 >2531 /usr/src/debug/Python-2.7.5/Objects/typeobject.c: No such file or directory. > >Thread 1 (Thread 0x7f786dd04740 (LWP 14919)): >#0 0x00007f786d7e043f in _PyType_Lookup (type=type@entry=0x1f09920, name=0x7f786dcc5a20) at /usr/src/debug/Python-2.7.5/Objects/typeobject.c:2531 > i = <optimized out> > n = <optimized out> > mro = <optimized out> > res = 0x0 > base = <optimized out> > dict = <optimized out> > h = 943 >#1 0x00007f786d7e3c6b in update_one_slot (type=type@entry=0x1f09920, p=0x7f786dad72a8 <slotdefs+3304>) at /usr/src/debug/Python-2.7.5/Objects/typeobject.c:6154 > descr = <optimized out> > d = <optimized out> > generic = 0x0 > specific = 0x0 > use_generic = 0 > offset = 536 > ptr = 0x1f09b38 >#2 0x00007f786d7e6e8c in fixup_slot_dispatchers (type=0x1f09920) at /usr/src/debug/Python-2.7.5/Objects/typeobject.c:6297 > p = <optimized out> >#3 type_new (metatype=<optimized out>, args=<optimized out>, kwds=<optimized out>) at /usr/src/debug/Python-2.7.5/Objects/typeobject.c:2477 > name = 0x7f786dcad378 > bases = 0x7f786dcac650 > dict = 0x1f09ce0 > kwlist = {0x7f786d86bbfe "name", 0x7f786d868eaa "bases", 0x7f786d87c754 "dict", 0x0} > slots = <optimized out> > tmp = <optimized out> > newslots = <optimized out> > type = 0x1f09920 > base = 0x7f786dad7ba0 <PyBaseObject_Type> > tmptype = <optimized out> > winner = <optimized out> > et = 0x1f09920 > mp = <optimized out> > i = <optimized out> > nbases = <optimized out> > nslots = <optimized out> > slotoffset = <optimized out> > add_dict = 1 > add_weak = 1 > j = <optimized out> > may_add_dict = 1 > may_add_weak = 1 >#4 0x00007f786d7dfef3 in type_call (type=0x7f786dad7d40 <PyType_Type>, args=0x7f786dca6b40, kwds=0x0) at /usr/src/debug/Python-2.7.5/Objects/typeobject.c:729 > obj = <optimized out> >#5 0x00007f786d78a0f3 in PyObject_Call (func=func@entry=0x7f786dad7d40 <PyType_Type>, arg=arg@entry=0x7f786dca6b40, kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 > result = <optimized out> > call = 0x7f786d7dfed0 <type_call> >#6 0x00007f786d78a9ec in PyObject_CallFunctionObjArgs (callable=callable@entry=0x7f786dad7d40 <PyType_Type>) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2760 > args = 0x7f786dca6b40 > tmp = <optimized out> > vargs = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7fff964ead90, reg_save_area = 0x7fff964eacc0}} >#7 0x00007f786d81f375 in build_class (name=<optimized out>, bases=0x7f786dcac650, methods=0x1f09800) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4709 > metaclass = 0x7f786dad7d40 <PyType_Type> > result = <optimized out> > base = <optimized out> >#8 PyEval_EvalFrameEx (f=f@entry=0x1f07cc0, throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:2002 > stack_pointer = 0x1f07e40 > next_instr = <optimized out> > opcode = <optimized out> > oparg = <optimized out> > why = 1 > err = <optimized out> > x = 0x1f09800 > v = 0x7f786dcac650 > w = <optimized out> > u = 0x1f09800 > t = <optimized out> > stream = 0x0 > fastlocals = 0x1f07e38 > freevars = <optimized out> > retval = <optimized out> > tstate = <optimized out> > co = <optimized out> > instr_ub = <optimized out> > instr_lb = <optimized out> > instr_prev = <optimized out> > first_instr = <optimized out> > names = <optimized out> > consts = <optimized out> >#9 0x00007f786d82229d in PyEval_EvalCodeEx (co=co@entry=0x7f786dcae8b0, globals=globals@entry=0x1f4f100, locals=locals@entry=0x1f4f100, 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.5/Python/ceval.c:3330 > f = 0x1f07cc0 > retval = 0x0 > fastlocals = 0x1f07e38 > freevars = 0x1f07e38 > tstate = 0x1ee20a0 > x = <optimized out> > u = <optimized out> >#10 0x00007f786d8223a2 in PyEval_EvalCode (co=co@entry=0x7f786dcae8b0, globals=globals@entry=0x1f4f100, locals=locals@entry=0x1f4f100) at /usr/src/debug/Python-2.7.5/Python/ceval.c:689 >No locals. >#11 0x00007f786d83218c in PyImport_ExecCodeModuleEx (name=name@entry=0x1f4e0d0 "warnings", co=co@entry=0x7f786dcae8b0, pathname=pathname@entry=0x1f4b3e0 "/usr/lib64/python2.7/warnings.pyc") at /usr/src/debug/Python-2.7.5/Python/import.c:709 > modules = 0x1f01700 > m = <optimized out> > d = 0x1f4f100 > v = 0x7f786dcaf618 >#12 0x00007f786d832408 in load_source_module (name=name@entry=0x1f4e0d0 "warnings", pathname=0x1f4b3e0 "/usr/lib64/python2.7/warnings.pyc", pathname@entry=0x1f4a3d0 "/usr/lib64/python2.7/warnings.py", fp=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:1099 > st = {st_dev = 2051, st_ino = 3151752, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 14044, st_blksize = 4096, st_blocks = 32, st_atim = {tv_sec = 1391650756, tv_nsec = 472963379}, st_mtim = {tv_sec = 1384274774, tv_nsec = 0}, st_ctim = {tv_sec = 1391650756, tv_nsec = 472963379}, __unused = {0, 0, 0}} > buf = 0x1f4b3e0 "/usr/lib64/python2.7/warnings.pyc" > co = 0x7f786dcae8b0 > m = <optimized out> > mtime = 1384274774 >#13 0x00007f786d832dd3 in load_module (name=name@entry=0x1f4e0d0 "warnings", fp=<optimized out>, pathname=pathname@entry=0x1f4a3d0 "/usr/lib64/python2.7/warnings.py", type=<optimized out>, loader=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:1906 > modules = <optimized out> > m = <optimized out> > err = <optimized out> >#14 0x00007f786d8330a1 in import_submodule (mod=mod@entry=0x7f786dacff00 <_Py_NoneStruct>, subname=subname@entry=0x1f4e0d0 "warnings", fullname=fullname@entry=0x1f4e0d0 "warnings") at /usr/src/debug/Python-2.7.5/Python/import.c:2700 > buf = 0x1f4a3d0 "/usr/lib64/python2.7/warnings.py" > fp = 0x1f4c3f0 > path = 0x0 > loader = 0x0 > fdp = <optimized out> > modules = 0x1f01700 > m = <optimized out> >#15 0x00007f786d8332ed in load_next (mod=0x7f786dacff00 <_Py_NoneStruct>, altmod=0x7f786dacff00 <_Py_NoneStruct>, p_name=p_name@entry=0x7fff964eb1e8, buf=buf@entry=0x1f4e0d0 "warnings", p_buflen=p_buflen@entry=0x7fff964eb1f0) at /usr/src/debug/Python-2.7.5/Python/import.c:2515 > name = 0x7f786dc94b64 "warnings" > dot = <optimized out> > len = 8 > p = 0x1f4e0d0 "warnings" > result = <optimized out> >#16 0x00007f786d833cce in import_module_level (locals=<optimized out>, level=<optimized out>, fromlist=0x7f786dacff00 <_Py_NoneStruct>, globals=<optimized out>, name=0x0) at /usr/src/debug/Python-2.7.5/Python/import.c:2224 > buf = 0x1f4e0d0 "warnings" > buflen = 8 > head = <optimized out> > tail = <optimized out> > next = <optimized out> >#17 PyImport_ImportModuleLevel (name=<optimized out>, globals=<optimized out>, locals=<optimized out>, fromlist=0x7f786dacff00 <_Py_NoneStruct>, level=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:2288 >No locals. >#18 0x00007f786d81a4cf in builtin___import__ (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/bltinmodule.c:49 > kwlist = {0x7f786d86bbfe "name", 0x7f786d86cf49 "globals", 0x7f786d8816f6 "locals", 0x7f786d880e11 "fromlist", 0x7f786d8875b4 "level", 0x0} > name = 0x7f786dc94b64 "warnings" > globals = 0x1f3e1c0 > locals = 0x1f3e1c0 > fromlist = 0x7f786dacff00 <_Py_NoneStruct> > level = -1 >#19 0x00007f786d78a0f3 in PyObject_Call (func=func@entry=0x7f786dcf2050, arg=arg@entry=0x7f786dc92890, kw=<optimized out>) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 > result = <optimized out> > call = 0x7f786d7c40c0 <PyCFunction_Call> >#20 0x00007f786d81c0e7 in PyEval_CallObjectWithKeywords (func=func@entry=0x7f786dcf2050, arg=arg@entry=0x7f786dc92890, kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:3967 > result = <optimized out> >#21 0x00007f786d81dbb3 in PyEval_EvalFrameEx (f=f@entry=0x1f4d8f0, throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:2407 > stack_pointer = 0x1f4da70 > next_instr = <optimized out> > opcode = <optimized out> > oparg = <optimized out> > why = 1 > err = 0 > x = 0x7f786dcf2050 > v = 0x7f786dcf2050 > w = 0x7f786dc92890 > u = 0x1efec98 > t = <optimized out> > stream = 0x0 > fastlocals = 0x1f4da68 > freevars = <optimized out> > retval = <optimized out> > tstate = <optimized out> > co = <optimized out> > instr_ub = -1 > instr_lb = 0 > instr_prev = -1 > first_instr = <optimized out> > names = <optimized out> > consts = <optimized out> >#22 0x00007f786d82229d in PyEval_EvalCodeEx (co=co@entry=0x7f786dca80b0, globals=globals@entry=0x1f3e1c0, locals=locals@entry=0x1f3e1c0, 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.5/Python/ceval.c:3330 > f = 0x1f4d8f0 > retval = 0x0 > fastlocals = 0x1f4da68 > freevars = 0x1f4da68 > tstate = 0x1ee20a0 > x = <optimized out> > u = <optimized out> >#23 0x00007f786d8223a2 in PyEval_EvalCode (co=co@entry=0x7f786dca80b0, globals=globals@entry=0x1f3e1c0, locals=locals@entry=0x1f3e1c0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:689 >No locals. >#24 0x00007f786d83218c in PyImport_ExecCodeModuleEx (name=name@entry=0x1f2c360 "posixpath", co=co@entry=0x7f786dca80b0, pathname=pathname@entry=0x1f490b0 "/usr/lib64/python2.7/posixpath.pyc") at /usr/src/debug/Python-2.7.5/Python/import.c:709 > modules = 0x1f01700 > m = <optimized out> > d = 0x1f3e1c0 > v = 0x7f786dca7198 >#25 0x00007f786d832408 in load_source_module (name=name@entry=0x1f2c360 "posixpath", pathname=0x1f490b0 "/usr/lib64/python2.7/posixpath.pyc", pathname@entry=0x1f2d370 "/usr/lib64/python2.7/posixpath.py", fp=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:1099 > st = {st_dev = 2051, st_ino = 3151605, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 13591, st_blksize = 4096, st_blocks = 32, st_atim = {tv_sec = 1391650756, tv_nsec = 345963389}, st_mtim = {tv_sec = 1384274773, tv_nsec = 0}, st_ctim = {tv_sec = 1391650756, tv_nsec = 345963389}, __unused = {0, 0, 0}} > buf = 0x1f490b0 "/usr/lib64/python2.7/posixpath.pyc" > co = 0x7f786dca80b0 > m = <optimized out> > mtime = 1384274773 >#26 0x00007f786d832dd3 in load_module (name=name@entry=0x1f2c360 "posixpath", fp=<optimized out>, pathname=pathname@entry=0x1f2d370 "/usr/lib64/python2.7/posixpath.py", type=<optimized out>, loader=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:1906 > modules = <optimized out> > m = <optimized out> > err = <optimized out> >#27 0x00007f786d8330a1 in import_submodule (mod=mod@entry=0x7f786dacff00 <_Py_NoneStruct>, subname=subname@entry=0x1f2c360 "posixpath", fullname=fullname@entry=0x1f2c360 "posixpath") at /usr/src/debug/Python-2.7.5/Python/import.c:2700 > buf = 0x1f2d370 "/usr/lib64/python2.7/posixpath.py" > fp = 0x1f34430 > path = 0x0 > loader = 0x0 > fdp = <optimized out> > modules = 0x1f01700 > m = <optimized out> >#28 0x00007f786d8332ed in load_next (mod=0x7f786dacff00 <_Py_NoneStruct>, altmod=0x7f786dacff00 <_Py_NoneStruct>, p_name=p_name@entry=0x7fff964eb758, buf=buf@entry=0x1f2c360 "posixpath", p_buflen=p_buflen@entry=0x7fff964eb760) at /usr/src/debug/Python-2.7.5/Python/import.c:2515 > name = 0x7f786dc94d74 "posixpath" > dot = <optimized out> > len = 9 > p = 0x1f2c360 "posixpath" > result = <optimized out> >#29 0x00007f786d833cce in import_module_level (locals=<optimized out>, level=<optimized out>, fromlist=0x7f786dacff00 <_Py_NoneStruct>, globals=<optimized out>, name=0x0) at /usr/src/debug/Python-2.7.5/Python/import.c:2224 > buf = 0x1f2c360 "posixpath" > buflen = 9 > head = <optimized out> > tail = <optimized out> > next = <optimized out> >#30 PyImport_ImportModuleLevel (name=<optimized out>, globals=<optimized out>, locals=<optimized out>, fromlist=0x7f786dacff00 <_Py_NoneStruct>, level=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:2288 >No locals. >#31 0x00007f786d81a4cf in builtin___import__ (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/bltinmodule.c:49 > kwlist = {0x7f786d86bbfe "name", 0x7f786d86cf49 "globals", 0x7f786d8816f6 "locals", 0x7f786d880e11 "fromlist", 0x7f786d8875b4 "level", 0x0} > name = 0x7f786dc94d74 "posixpath" > globals = 0x1f2bc10 > locals = 0x1f2bc10 > fromlist = 0x7f786dacff00 <_Py_NoneStruct> > level = -1 >#32 0x00007f786d78a0f3 in PyObject_Call (func=func@entry=0x7f786dcf2050, arg=arg@entry=0x7f786dc924c8, kw=<optimized out>) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 > result = <optimized out> > call = 0x7f786d7c40c0 <PyCFunction_Call> >#33 0x00007f786d81c0e7 in PyEval_CallObjectWithKeywords (func=func@entry=0x7f786dcf2050, arg=arg@entry=0x7f786dc924c8, kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:3967 > result = <optimized out> >#34 0x00007f786d81dbb3 in PyEval_EvalFrameEx (f=f@entry=0x1f281d0, throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:2407 > stack_pointer = 0x1f28350 > next_instr = <optimized out> > opcode = <optimized out> > oparg = <optimized out> > why = 1 > err = 0 > x = 0x7f786dcf2050 > v = 0x7f786dcf2050 > w = 0x7f786dc924c8 > u = 0x1efec98 > t = <optimized out> > stream = 0x0 > fastlocals = 0x1f28348 > freevars = <optimized out> > retval = <optimized out> > tstate = <optimized out> > co = <optimized out> > instr_ub = -1 > instr_lb = 0 > instr_prev = -1 > first_instr = <optimized out> > names = <optimized out> > consts = <optimized out> >#35 0x00007f786d82229d in PyEval_EvalCodeEx (co=co@entry=0x7f786dc9a230, globals=globals@entry=0x1f2bc10, locals=locals@entry=0x1f2bc10, 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.5/Python/ceval.c:3330 > f = 0x1f281d0 > retval = 0x0 > fastlocals = 0x1f28348 > freevars = 0x1f28348 > tstate = 0x1ee20a0 > x = <optimized out> > u = <optimized out> >#36 0x00007f786d8223a2 in PyEval_EvalCode (co=co@entry=0x7f786dc9a230, globals=globals@entry=0x1f2bc10, locals=locals@entry=0x1f2bc10) at /usr/src/debug/Python-2.7.5/Python/ceval.c:689 >No locals. >#37 0x00007f786d83218c in PyImport_ExecCodeModuleEx (name=name@entry=0x1f24f40 "os", co=co@entry=0x7f786dc9a230, pathname=pathname@entry=0x1f26f60 "/usr/lib64/python2.7/os.pyc") at /usr/src/debug/Python-2.7.5/Python/import.c:709 > modules = 0x1f01700 > m = <optimized out> > d = 0x1f2bc10 > v = 0x7f786dc98b30 >#38 0x00007f786d832408 in load_source_module (name=name@entry=0x1f24f40 "os", pathname=0x1f26f60 "/usr/lib64/python2.7/os.pyc", pathname@entry=0x1f25f50 "/usr/lib64/python2.7/os.py", fp=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:1099 > st = {st_dev = 2051, st_ino = 3151576, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 25769, st_blksize = 4096, st_blocks = 56, st_atim = {tv_sec = 1391650756, tv_nsec = 332963390}, st_mtim = {tv_sec = 1384274773, tv_nsec = 0}, st_ctim = {tv_sec = 1391650756, tv_nsec = 332963390}, __unused = {0, 0, 0}} > buf = 0x1f26f60 "/usr/lib64/python2.7/os.pyc" > co = 0x7f786dc9a230 > m = <optimized out> > mtime = 1384274773 >#39 0x00007f786d832dd3 in load_module (name=name@entry=0x1f24f40 "os", fp=<optimized out>, pathname=pathname@entry=0x1f25f50 "/usr/lib64/python2.7/os.py", type=<optimized out>, loader=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:1906 > modules = <optimized out> > m = <optimized out> > err = <optimized out> >#40 0x00007f786d8330a1 in import_submodule (mod=mod@entry=0x7f786dacff00 <_Py_NoneStruct>, subname=subname@entry=0x1f24f40 "os", fullname=fullname@entry=0x1f24f40 "os") at /usr/src/debug/Python-2.7.5/Python/import.c:2700 > buf = 0x1f25f50 "/usr/lib64/python2.7/os.py" > fp = 0x1f27f70 > path = 0x0 > loader = 0x0 > fdp = <optimized out> > modules = 0x1f01700 > m = <optimized out> >#41 0x00007f786d8332ed in load_next (mod=0x7f786dacff00 <_Py_NoneStruct>, altmod=0x7f786dacff00 <_Py_NoneStruct>, p_name=p_name@entry=0x7fff964ebcc8, buf=buf@entry=0x1f24f40 "os", p_buflen=p_buflen@entry=0x7fff964ebcd0) at /usr/src/debug/Python-2.7.5/Python/import.c:2515 > name = 0x7f786dcc966c "os" > dot = <optimized out> > len = 2 > p = 0x1f24f40 "os" > result = <optimized out> >#42 0x00007f786d833cce in import_module_level (locals=<optimized out>, level=<optimized out>, fromlist=0x7f786dacff00 <_Py_NoneStruct>, globals=<optimized out>, name=0x0) at /usr/src/debug/Python-2.7.5/Python/import.c:2224 > buf = 0x1f24f40 "os" > buflen = 2 > head = <optimized out> > tail = <optimized out> > next = <optimized out> >#43 PyImport_ImportModuleLevel (name=<optimized out>, globals=<optimized out>, locals=<optimized out>, fromlist=0x7f786dacff00 <_Py_NoneStruct>, level=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:2288 >No locals. >#44 0x00007f786d81a4cf in builtin___import__ (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/bltinmodule.c:49 > kwlist = {0x7f786d86bbfe "name", 0x7f786d86cf49 "globals", 0x7f786d8816f6 "locals", 0x7f786d880e11 "fromlist", 0x7f786d8875b4 "level", 0x0} > name = 0x7f786dcc966c "os" > globals = 0x1f2b5f0 > locals = 0x1f2b5f0 > fromlist = 0x7f786dacff00 <_Py_NoneStruct> > level = -1 >#45 0x00007f786d78a0f3 in PyObject_Call (func=func@entry=0x7f786dcf2050, arg=arg@entry=0x7f786dc920a8, kw=<optimized out>) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 > result = <optimized out> > call = 0x7f786d7c40c0 <PyCFunction_Call> >#46 0x00007f786d81c0e7 in PyEval_CallObjectWithKeywords (func=func@entry=0x7f786dcf2050, arg=arg@entry=0x7f786dc920a8, kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:3967 > result = <optimized out> >#47 0x00007f786d81dbb3 in PyEval_EvalFrameEx (f=f@entry=0x1f2b710, throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:2407 > stack_pointer = 0x1f2b890 > next_instr = <optimized out> > opcode = <optimized out> > oparg = <optimized out> > why = 1 > err = 0 > x = 0x7f786dcf2050 > v = 0x7f786dcf2050 > w = 0x7f786dc920a8 > u = 0x1efec98 > t = <optimized out> > stream = 0x0 > fastlocals = 0x1f2b888 > freevars = <optimized out> > retval = <optimized out> > tstate = <optimized out> > co = <optimized out> > instr_ub = -1 > instr_lb = 0 > instr_prev = -1 > first_instr = <optimized out> > names = <optimized out> > consts = <optimized out> >#48 0x00007f786d82229d in PyEval_EvalCodeEx (co=co@entry=0x7f786dc905b0, globals=globals@entry=0x1f2b5f0, locals=locals@entry=0x1f2b5f0, 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.5/Python/ceval.c:3330 > f = 0x1f2b710 > retval = 0x0 > fastlocals = 0x1f2b888 > freevars = 0x1f2b888 > tstate = 0x1ee20a0 > x = <optimized out> > u = <optimized out> >#49 0x00007f786d8223a2 in PyEval_EvalCode (co=co@entry=0x7f786dc905b0, globals=globals@entry=0x1f2b5f0, locals=locals@entry=0x1f2b5f0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:689 >No locals. >#50 0x00007f786d83218c in PyImport_ExecCodeModuleEx (name=name@entry=0x1f21cd0 "site", co=co@entry=0x7f786dc905b0, pathname=pathname@entry=0x1f23cf0 "/usr/lib64/python2.7/site.pyc") at /usr/src/debug/Python-2.7.5/Python/import.c:709 > modules = 0x1f01700 > m = <optimized out> > d = 0x1f2b5f0 > v = 0x7f786dc8d7c8 >#51 0x00007f786d832408 in load_source_module (name=name@entry=0x1f21cd0 "site", pathname=0x1f23cf0 "/usr/lib64/python2.7/site.pyc", pathname@entry=0x1f22ce0 "/usr/lib64/python2.7/site.py", fp=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:1099 > st = {st_dev = 2051, st_ino = 3151656, st_nlink = 1, st_mode = 33188, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 20078, st_blksize = 4096, st_blocks = 40, st_atim = {tv_sec = 1391650756, tv_nsec = 434963382}, st_mtim = {tv_sec = 1384274774, tv_nsec = 0}, st_ctim = {tv_sec = 1391650756, tv_nsec = 434963382}, __unused = {0, 0, 0}} > buf = 0x1f23cf0 "/usr/lib64/python2.7/site.pyc" > co = 0x7f786dc905b0 > m = <optimized out> > mtime = 1384274774 >#52 0x00007f786d832dd3 in load_module (name=name@entry=0x1f21cd0 "site", fp=<optimized out>, pathname=pathname@entry=0x1f22ce0 "/usr/lib64/python2.7/site.py", type=<optimized out>, loader=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:1906 > modules = <optimized out> > m = <optimized out> > err = <optimized out> >#53 0x00007f786d8330a1 in import_submodule (mod=mod@entry=0x7f786dacff00 <_Py_NoneStruct>, subname=subname@entry=0x1f21cd0 "site", fullname=fullname@entry=0x1f21cd0 "site") at /usr/src/debug/Python-2.7.5/Python/import.c:2700 > buf = 0x1f22ce0 "/usr/lib64/python2.7/site.py" > fp = 0x1f24d00 > path = 0x0 > loader = 0x0 > fdp = <optimized out> > modules = 0x1f01700 > m = <optimized out> >#54 0x00007f786d8332ed in load_next (mod=0x7f786dacff00 <_Py_NoneStruct>, altmod=0x7f786dacff00 <_Py_NoneStruct>, p_name=p_name@entry=0x7fff964ec238, buf=buf@entry=0x1f21cd0 "site", p_buflen=p_buflen@entry=0x7fff964ec240) at /usr/src/debug/Python-2.7.5/Python/import.c:2515 > name = 0x7f786dc861d4 "site" > dot = <optimized out> > len = 4 > p = 0x1f21cd0 "site" > result = <optimized out> >#55 0x00007f786d833cce in import_module_level (locals=<optimized out>, level=<optimized out>, fromlist=0x7f786dcfaf80, globals=<optimized out>, name=0x0) at /usr/src/debug/Python-2.7.5/Python/import.c:2224 > buf = 0x1f21cd0 "site" > buflen = 4 > head = <optimized out> > tail = <optimized out> > next = <optimized out> >#56 PyImport_ImportModuleLevel (name=<optimized out>, globals=<optimized out>, locals=<optimized out>, fromlist=0x7f786dcfaf80, level=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/import.c:2288 >No locals. >#57 0x00007f786d81a4cf in builtin___import__ (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/bltinmodule.c:49 > kwlist = {0x7f786d86bbfe "name", 0x7f786d86cf49 "globals", 0x7f786d8816f6 "locals", 0x7f786d880e11 "fromlist", 0x7f786d8875b4 "level", 0x0} > name = 0x7f786dc861d4 "site" > globals = 0x1f21bd0 > locals = 0x1f21bd0 > fromlist = 0x7f786dcfaf80 > level = 0 >#58 0x00007f786d78a0f3 in PyObject_Call (func=func@entry=0x7f786dcf2050, arg=arg@entry=0x7f786dcf7cb0, kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 > result = <optimized out> > call = 0x7f786d7c40c0 <PyCFunction_Call> >#59 0x00007f786d78a1d5 in call_function_tail (callable=0x7f786dcf2050, args=0x7f786dcf7cb0) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2561 > retval = <optimized out> >#60 0x00007f786d78a2be in PyObject_CallFunction (callable=callable@entry=0x7f786dcf2050, format=format@entry=0x7f786d8842b0 "OOOOi") at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2585 > va = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7fff964ec430, reg_save_area = 0x7fff964ec370}} > args = <optimized out> >#61 0x00007f786d834772 in PyImport_Import (module_name=module_name@entry=0x7f786dc861b0) at /usr/src/debug/Python-2.7.5/Python/import.c:2886 > silly_list = 0x7f786dcfaf80 > builtins_str = 0x7f786dcc49d0 > import_str = 0x7f786dcef2a0 > globals = 0x1f21bd0 > import = 0x7f786dcf2050 > builtins = 0x7f786dcc4b08 > r = 0x0 >#62 0x00007f786d8348ea in PyImport_ImportModule (name=name@entry=0x7f786d88765b "site") at /usr/src/debug/Python-2.7.5/Python/import.c:2129 > pname = 0x7f786dc861b0 > result = <optimized out> >#63 0x00007f786d83d590 in initsite () at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:729 > m = <optimized out> >#64 0x00007f786d83e8b5 in Py_InitializeEx (install_sigs=1) at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:265 > interp = 0x0 > tstate = 0x1ee20a0 > bimod = 0x7f786dafe688 <method_cache+22632> > sysmod = 0x7f786dafe688 <method_cache+22632> > errors = 0x1ee20a0 "" > saved_locale = 0x0 > loc_codeset = 0x7f786db055f0 <Py_IgnoreEnvironmentFlag> "" >#65 0x00007f786d83ebda in Py_Initialize () at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:377 >No locals. >#66 0x00007f786d84e55f in Py_Main (argc=2, argv=0x7fff964ec6f8) at /usr/src/debug/Python-2.7.5/Modules/main.c:546 > c = <optimized out> > sts = <optimized out> > command = 0x0 > filename = 0x7fff964eceb5 "/usr/libexec/urlgrabber-ext-down" > module = 0x0 > fp = 0x7f786ce0f640 <_IO_2_1_stdin_> > 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} >#67 0x00007f786ca77d65 in __libc_start_main (main=0x4006f0 <main>, argc=2, argv=0x7fff964ec6f8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff964ec6e8) at libc-start.c:285 > result = <optimized out> > unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, -2971607681158593298, 4196088, 140735715133168, 0, 0, 2971696339176932590, 2896487186948048110}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x4007f0 <__libc_csu_init>, 0x7fff964ec6f8}, data = {prev = 0x0, cleanup = 0x0, canceltype = 4196336}}} > not_first_call = <optimized out> >#68 0x0000000000400721 in _start () >No symbol table info available. >From To Syms Read Shared Object Library >0x00007f786d77f3d0 0x00007f786d865e50 Yes /lib64/libpython2.7.so.1.0 >0x00007f786d5289f0 0x00007f786d534614 Yes /lib64/libpthread.so.0 >0x00007f786d31fed0 0x00007f786d3209d0 Yes /lib64/libdl.so.2 >0x00007f786d11cf10 0x00007f786d11d804 Yes /lib64/libutil.so.1 >0x00007f786ce1a890 0x00007f786ce89bb8 Yes /lib64/libm.so.6 >0x00007f786ca75560 0x00007f786cbb6bb4 Yes /lib64/libc.so.6 >0x00007f786db06b10 0x00007f786db1fc70 Yes /lib64/ld-linux-x86-64.so.2 >$1 = 0x0 >No symbol "__glib_assert_msg" in current context. >rax 0x7f786dafe688 140155213047432 >rbx 0x7f786dcc5a20 140155214912032 >rcx 0x0 0 >rdx 0x5868 22632 >rsi 0x7f786cacff00 140155196079872 >rdi 0x1f09920 32545056 >rbp 0x3af 0x3af >rsp 0x7fff964eaac0 0x7fff964eaac0 >r8 0x1ee26a0 32384672 >r9 0x7f786dcfe838 140155215145016 >r10 0x7f786dcfe890 140155215145104 >r11 0x1 1 >r12 0x7f786daf8e20 140155213024800 >r13 0x7f786dabf5a0 140155212789152 >r14 0x2 2 >r15 0x1f09920 32545056 >rip 0x7f786d7e043f 0x7f786d7e043f <_PyType_Lookup+367> >eflags 0x10202 [ IF RF ] >cs 0x33 51 >ss 0x2b 43 >ds 0x0 0 >es 0x0 0 >fs 0x0 0 >gs 0x0 0 >st0 *value not available* >st1 *value not available* >st2 *value not available* >st3 *value not available* >st4 *value not available* >st5 *value not available* >st6 *value not available* >st7 *value not available* >fctrl *value not available* >fstat *value not available* >ftag *value not available* >fiseg *value not available* >fioff *value not available* >foseg *value not available* >fooff *value not available* >fop *value not available* >xmm0 *value not available* >xmm1 *value not available* >xmm2 *value not available* >xmm3 *value not available* >xmm4 *value not available* >xmm5 *value not available* >xmm6 *value not available* >xmm7 *value not available* >xmm8 *value not available* >xmm9 *value not available* >xmm10 *value not available* >xmm11 *value not available* >xmm12 *value not available* >xmm13 *value not available* >xmm14 *value not available* >xmm15 *value not available* >mxcsr *value not available* >Dump of assembler code for function _PyType_Lookup: > 0x00007f786d7e02d0 <+0>: push %r15 > 0x00007f786d7e02d2 <+2>: mov %rdi,%r15 > 0x00007f786d7e02d5 <+5>: push %r14 > 0x00007f786d7e02d7 <+7>: push %r13 > 0x00007f786d7e02d9 <+9>: push %r12 > 0x00007f786d7e02db <+11>: push %rbp > 0x00007f786d7e02dc <+12>: push %rbx > 0x00007f786d7e02dd <+13>: mov %rsi,%rbx > 0x00007f786d7e02e0 <+16>: sub $0x18,%rsp > 0x00007f786d7e02e4 <+20>: mov 0x8(%rsi),%rdx > 0x00007f786d7e02e8 <+24>: cmp 0x2d8949(%rip),%rdx # 0x7f786dab8c38 > 0x00007f786d7e02ef <+31>: je 0x7f786d7e0380 <_PyType_Lookup+176> > 0x00007f786d7e02f5 <+37>: mov 0x158(%r15),%rbp > 0x00007f786d7e02fc <+44>: test %rbp,%rbp > 0x00007f786d7e02ff <+47>: je 0x7f786d7e045e <_PyType_Lookup+398> > 0x00007f786d7e0305 <+53>: mov 0x10(%rbp),%r12 > 0x00007f786d7e0309 <+57>: test %r12,%r12 > 0x00007f786d7e030c <+60>: jle 0x7f786d7e0457 <_PyType_Lookup+391> > 0x00007f786d7e0312 <+66>: xor %r14d,%r14d > 0x00007f786d7e0315 <+69>: mov 0x2d8c6c(%rip),%r13 # 0x7f786dab8f88 > 0x00007f786d7e031c <+76>: jmp 0x7f786d7e0340 <_PyType_Lookup+112> > 0x00007f786d7e031e <+78>: xchg %ax,%ax > 0x00007f786d7e0320 <+80>: mov 0x108(%rax),%rdi > 0x00007f786d7e0327 <+87>: mov %rbx,%rsi > 0x00007f786d7e032a <+90>: callq 0x7f786d77cdd0 <PyDict_GetItem@plt> > 0x00007f786d7e032f <+95>: test %rax,%rax > 0x00007f786d7e0332 <+98>: mov %rax,%rcx > 0x00007f786d7e0335 <+101>: jne 0x7f786d7e0360 <_PyType_Lookup+144> > 0x00007f786d7e0337 <+103>: add $0x1,%r14 > 0x00007f786d7e033b <+107>: cmp %r12,%r14 > 0x00007f786d7e033e <+110>: je 0x7f786d7e0360 <_PyType_Lookup+144> > 0x00007f786d7e0340 <+112>: mov 0x18(%rbp,%r14,8),%rax > 0x00007f786d7e0345 <+117>: cmp %r13,0x8(%rax) > 0x00007f786d7e0349 <+121>: jne 0x7f786d7e0320 <_PyType_Lookup+80> > 0x00007f786d7e034b <+123>: mov 0x18(%rax),%rdi > 0x00007f786d7e034f <+127>: mov %rbx,%rsi > 0x00007f786d7e0352 <+130>: callq 0x7f786d77cdd0 <PyDict_GetItem@plt> > 0x00007f786d7e0357 <+135>: test %rax,%rax > 0x00007f786d7e035a <+138>: mov %rax,%rcx > 0x00007f786d7e035d <+141>: je 0x7f786d7e0337 <_PyType_Lookup+103> > 0x00007f786d7e035f <+143>: nop > 0x00007f786d7e0360 <+144>: mov 0x8(%rbx),%rdx > 0x00007f786d7e0364 <+148>: cmp 0x2d88cd(%rip),%rdx # 0x7f786dab8c38 > 0x00007f786d7e036b <+155>: mov %rcx,%rax > 0x00007f786d7e036e <+158>: je 0x7f786d7e03e0 <_PyType_Lookup+272> > 0x00007f786d7e0370 <+160>: add $0x18,%rsp > 0x00007f786d7e0374 <+164>: pop %rbx > 0x00007f786d7e0375 <+165>: pop %rbp > 0x00007f786d7e0376 <+166>: pop %r12 > 0x00007f786d7e0378 <+168>: pop %r13 > 0x00007f786d7e037a <+170>: pop %r14 > 0x00007f786d7e037c <+172>: pop %r15 > 0x00007f786d7e037e <+174>: retq > 0x00007f786d7e037f <+175>: nop > 0x00007f786d7e0380 <+176>: cmpq $0x64,0x10(%rsi) > 0x00007f786d7e0385 <+181>: jg 0x7f786d7e02f5 <_PyType_Lookup+37> > 0x00007f786d7e038b <+187>: testb $0x8,0xaa(%rdi) > 0x00007f786d7e0392 <+194>: je 0x7f786d7e02f5 <_PyType_Lookup+37> > 0x00007f786d7e0398 <+200>: mov 0x180(%rdi),%ecx > 0x00007f786d7e039e <+206>: mov 0x18(%rsi),%eax > 0x00007f786d7e03a1 <+209>: lea 0x318a78(%rip),%rsi # 0x7f786daf8e20 <method_cache> > 0x00007f786d7e03a8 <+216>: imul %ecx,%eax > 0x00007f786d7e03ab <+219>: shr $0x16,%eax > 0x00007f786d7e03ae <+222>: lea (%rax,%rax,2),%rax > 0x00007f786d7e03b2 <+226>: shl $0x3,%rax > 0x00007f786d7e03b6 <+230>: add %rax,%rsi > 0x00007f786d7e03b9 <+233>: cmp (%rsi),%ecx > 0x00007f786d7e03bb <+235>: jne 0x7f786d7e02f5 <_PyType_Lookup+37> > 0x00007f786d7e03c1 <+241>: cmp %rbx,0x8(%rsi) > 0x00007f786d7e03c5 <+245>: jne 0x7f786d7e02f5 <_PyType_Lookup+37> > 0x00007f786d7e03cb <+251>: lea 0x318a5e(%rip),%rdx # 0x7f786daf8e30 <method_cache+16> > 0x00007f786d7e03d2 <+258>: mov (%rdx,%rax,1),%rax > 0x00007f786d7e03d6 <+262>: jmp 0x7f786d7e0370 <_PyType_Lookup+160> > 0x00007f786d7e03d8 <+264>: nopl 0x0(%rax,%rax,1) > 0x00007f786d7e03e0 <+272>: cmpq $0x64,0x10(%rbx) > 0x00007f786d7e03e5 <+277>: jg 0x7f786d7e0370 <_PyType_Lookup+160> > 0x00007f786d7e03e7 <+279>: mov %r15,%rdi > 0x00007f786d7e03ea <+282>: mov %rcx,0x8(%rsp) > 0x00007f786d7e03ef <+287>: callq 0x7f786d7df750 <assign_version_tag> > 0x00007f786d7e03f4 <+292>: mov 0x8(%rsp),%rcx > 0x00007f786d7e03f9 <+297>: mov %eax,%edx > 0x00007f786d7e03fb <+299>: test %edx,%edx > 0x00007f786d7e03fd <+301>: mov %rcx,%rax > 0x00007f786d7e0400 <+304>: je 0x7f786d7e0370 <_PyType_Lookup+160> > 0x00007f786d7e0406 <+310>: mov 0x180(%r15),%esi > 0x00007f786d7e040d <+317>: mov 0x18(%rbx),%ebp > 0x00007f786d7e0410 <+320>: lea 0x318a09(%rip),%r12 # 0x7f786daf8e20 <method_cache> > 0x00007f786d7e0417 <+327>: imul %esi,%ebp > 0x00007f786d7e041a <+330>: shr $0x16,%ebp > 0x00007f786d7e041d <+333>: lea 0x0(%rbp,%rbp,2),%rdx > 0x00007f786d7e0422 <+338>: shl $0x3,%rdx > 0x00007f786d7e0426 <+342>: lea (%r12,%rdx,1),%rax > 0x00007f786d7e042a <+346>: mov %esi,(%rax) > 0x00007f786d7e042c <+348>: lea 0x3189fd(%rip),%rsi # 0x7f786daf8e30 <method_cache+16> > 0x00007f786d7e0433 <+355>: mov %rcx,(%rsi,%rdx,1) > 0x00007f786d7e0437 <+359>: addq $0x1,(%rbx) > 0x00007f786d7e043b <+363>: mov 0x8(%rax),%rsi >=> 0x00007f786d7e043f <+367>: subq $0x1,(%rsi) > 0x00007f786d7e0443 <+371>: je 0x7f786d7e0465 <_PyType_Lookup+405> > 0x00007f786d7e0445 <+373>: lea 0x0(%rbp,%rbp,2),%rax > 0x00007f786d7e044a <+378>: mov %rbx,0x8(%r12,%rax,8) > 0x00007f786d7e044f <+383>: mov %rcx,%rax > 0x00007f786d7e0452 <+386>: jmpq 0x7f786d7e0370 <_PyType_Lookup+160> > 0x00007f786d7e0457 <+391>: xor %ecx,%ecx > 0x00007f786d7e0459 <+393>: jmpq 0x7f786d7e0364 <_PyType_Lookup+148> > 0x00007f786d7e045e <+398>: xor %eax,%eax > 0x00007f786d7e0460 <+400>: jmpq 0x7f786d7e0370 <_PyType_Lookup+160> > 0x00007f786d7e0465 <+405>: mov 0x8(%rax),%rdi > 0x00007f786d7e0469 <+409>: mov 0x8(%rdi),%rax > 0x00007f786d7e046d <+413>: callq *0x30(%rax) > 0x00007f786d7e0470 <+416>: mov 0x8(%rsp),%rcx > 0x00007f786d7e0475 <+421>: jmp 0x7f786d7e0445 <_PyType_Lookup+373> >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 1062471
: 860353 |
860354
|
860355
|
860356
|
860357
|
860358
|
860359
|
860360
|
860361
|
860362
|
860363