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 580900 Details for
Bug 817196
Running :python commands in vim causes a segfault
[?]
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.
backtrace from dumped core (using gdb)
trace.txt (text/plain), 5.65 KB, created by
Tim Cuthbertson
on 2012-04-28 01:43:15 UTC
(
hide
)
Description:
backtrace from dumped core (using gdb)
Filename:
MIME Type:
Creator:
Tim Cuthbertson
Created:
2012-04-28 01:43:15 UTC
Size:
5.65 KB
patch
obsolete
>$ gdb /bin/vim core.6996 >GNU gdb (GDB) Fedora (7.4.50.20120120-32.fc17) >Copyright (C) 2012 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. Type "show copying" >and "show warranty" for details. >This GDB was configured as "x86_64-redhat-linux-gnu". >For bug reporting instructions, please see: ><http://www.gnu.org/software/gdb/bugs/>... >Reading symbols from /usr/bin/vim...Reading symbols from /usr/lib/debug/usr/bin/vim.debug...done. >done. >[New LWP 6996] >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib64/libthread_db.so.1". >Core was generated by `/bin/vim'. >Program terminated with signal 11, Segmentation fault. >#0 0x0000003e0e435bf7 in kill () at ../sysdeps/unix/syscall-template.S:82 >82 T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS) >Missing separate debuginfos, use: debuginfo-install libattr-2.4.46-5.fc17.x86_64 nss-softokn-freebl-3.13.4-2.fc17.x86_64 >(gdb) bt >#0 0x0000003e0e435bf7 in kill () at ../sysdeps/unix/syscall-template.S:82 >#1 0x0000000000501583 in may_core_dump () at os_unix.c:3166 >#2 0x00000000005030b2 in may_core_dump () at os_unix.c:3163 >#3 mch_exit (r=1) at os_unix.c:3132 >#4 <signal handler called> >#5 memchr () at ../sysdeps/x86_64/memchr.S:40 >#6 0x0000000000575db8 in writer (fn=0x4c3da0 <msg>, str=0x0, n=1) at if_py_both.h:172 >#7 0x0000000000575fe2 in OutputWrite (self=<optimized out>, args=<optimized out>) at if_py_both.h:82 >#8 0x0000003e12449a1e in PyObject_Call (func=func@entry=<built-in method write of message object at remote 0x7f1b20>, arg=arg@entry=('1',), kw=<optimized out>) > at /usr/src/debug/Python-2.7.2/Objects/abstract.c:2529 >#9 0x0000003e124d6097 in PyEval_CallObjectWithKeywords (func=func@entry=<built-in method write of message object at remote 0x7f1b20>, arg=arg@entry=('1',), kw=kw@entry=0x0) > at /usr/src/debug/Python-2.7.2/Python/ceval.c:3959 >#10 0x0000003e12466663 in PyFile_WriteObject (v=v@entry=1, f=f@entry=<message at remote 0x7f1b20>, flags=flags@entry=1) at /usr/src/debug/Python-2.7.2/Objects/fileobject.c:2541 >#11 0x0000003e124d9a75 in PyEval_EvalFrameEx (f=f@entry=Frame 0xdbd070, for file <string>, line 1, in <module> (), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.2/Python/ceval.c:1844 >#12 0x0000003e124dc7c1 in PyEval_EvalCodeEx (co=co@entry=0x7f7c3810ad30, globals=globals@entry= > {'__builtins__': <module at remote 0x7f7c38187ad0>, '__name__': None, 'sys': None, '__doc__': None, '__package__': <unknown at remote 0x120>}, locals=locals@entry= > {'__builtins__': <module at remote 0x7f7c38187ad0>, '__name__': None, 'sys': None, '__doc__': None, '__package__': <unknown at remote 0x120>}, 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.2/Python/ceval.c:3330 >#13 0x0000003e124dc892 in PyEval_EvalCode (co=co@entry=0x7f7c3810ad30, globals=globals@entry= > {'__builtins__': <module at remote 0x7f7c38187ad0>, '__name__': None, 'sys': None, '__doc__': None, '__package__': <unknown at remote 0x120>}, locals=locals@entry= > {'__builtins__': <module at remote 0x7f7c38187ad0>, '__name__': None, 'sys': None, '__doc__': None, '__package__': <unknown at remote 0x120>}) at /usr/src/debug/Python-2.7.2/Python/ceval.c:689 >#14 0x0000003e124f566a in run_mod (mod=<optimized out>, filename=filename@entry=0x3e1251c74b "<string>", globals=globals@entry= > {'__builtins__': <module at remote 0x7f7c38187ad0>, '__name__': None, 'sys': None, '__doc__': None, '__package__': <unknown at remote 0x120>}, locals=locals@entry= > {'__builtins__': <module at remote 0x7f7c38187ad0>, '__name__': None, 'sys': None, '__doc__': None, '__package__': <unknown at remote 0x120>}, flags=flags@entry=0x0, arena=arena@entry=0xd848c0) > at /usr/src/debug/Python-2.7.2/Python/pythonrun.c:1354 >#15 0x0000003e124f6218 in PyRun_StringFlags (str=str@entry=0xc50937 "print 1", start=start@entry=257, globals= > {'__builtins__': <module at remote 0x7f7c38187ad0>, '__name__': None, 'sys': None, '__doc__': None, '__package__': <unknown at remote 0x120>}, locals= > {'__builtins__': <module at remote 0x7f7c38187ad0>, '__name__': None, 'sys': None, '__doc__': None, '__package__': <unknown at remote 0x120>}, flags=flags@entry=0x0) > at /usr/src/debug/Python-2.7.2/Python/pythonrun.c:1317 >#16 0x0000003e124f6ccb in PyRun_SimpleStringFlags (command=command@entry=0xc50937 "print 1", flags=flags@entry=0x0) at /usr/src/debug/Python-2.7.2/Python/pythonrun.c:970 >#17 0x000000000057846f in DoPythonCommand (cmd=0xc50937 "print 1", eap=<optimized out>) at if_python.c:661 >#18 DoPythonCommand (cmd=0xc50937 "print 1", eap=<error reading variable: Unhandled dwarf expression opcode 0xfa>, eap=<error reading variable: Unhandled dwarf expression opcode 0xfa>) at if_python.c:612 >#19 0x0000000000578638 in ex_python (eap=0x7fff4d8bdce0) at if_python.c:698 >#20 0x000000000047e79a in do_one_cmd (cookie=<optimized out>, fgetline=0x48e8c0 <getexline>, cstack=0x7fff4d8bdd90, sourcing=0, cmdlinep=0x7fff4d8bdc38) at ex_docmd.c:2668 >#21 do_cmdline (cmdline=cmdline@entry=0x0, fgetline=0x48e8c0 <getexline>, cookie=cookie@entry=0x0, flags=0) at ex_docmd.c:1122 >#22 0x00000000004df65e in nv_colon (cap=0x7fff4d8be2c0) at normal.c:5396 >#23 0x00000000004e75e2 in normal_cmd (oap=oap@entry=0x7fff4d8be360, toplevel=toplevel@entry=1) at normal.c:1193 >#24 0x0000000000580bf7 in main_loop (cmdwin=cmdwin@entry=0, noexmode=noexmode@entry=0) at main.c:1282 >#25 0x00000000004286da in main (argc=<optimized out>, argv=<optimized out>) at main.c:986
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 817196
: 580900 |
603642
|
608523
|
608524