-
Notifications
You must be signed in to change notification settings - Fork 307
Open
Description
Vim crashed while loading clang_complete. It crashes if you open an small file .cpp with just the main function alone included. Please see the stack trace below.
(gdb) where
#0 0x00002aaaaaf8a9f2 in delay_output () from /usr/lib64/libncurses.so.5
#1 0x00002aaaaaf8ac25 in tputs () from /usr/lib64/libncurses.so.5
#2 0x0000000000576eef in ?? ()
#3 0x00000000005344be in screen_fill ()
#4 0x00000000004cab37 in msg_clr_eos_force ()
#5 0x00000000004cf755 in msg_attr_keep ()
#6 0x0000000000592b73 in ?? ()
#7 0x0000000000592ced in ?? ()
#8 0x00000000005a3307 in PyObject_Call ()
#9 0x00000000006207b3 in PyEval_CallObjectWithKeywords ()
#10 0x0000000000689fc2 in PyFile_WriteObject ()
#11 0x000000000068b808 in PyFile_WriteString ()
#12 0x0000000000622ca2 in PyEval_EvalFrameEx ()
#13 0x00000000006280c7 in PyEval_EvalFrameEx ()
#14 0x0000000000628a1c in PyEval_EvalCodeEx ()
#15 0x0000000000628b22 in PyEval_EvalCode ()
#16 0x0000000000648d08 in PyRun_StringFlags ()
#17 0x000000000058d4eb in ?? ()
#18 0x0000000000594040 in ?? ()
#19 0x00000000005944bb in ex_python ()
#20 0x000000000048a523 in do_cmdline ()
#21 0x00000000004630ef in ?? ()
#22 0x0000000000463a9b in ?? ()
#23 0x000000000046789c in ?? ()
#24 0x00000000004662c0 in ?? ()
#25 0x00000000004664f4 in ?? ()
#26 0x0000000000467314 in ?? ()
#27 0x0000000000467375 in ?? ()
#28 0x00000000004674c5 in ?? ()
#29 0x0000000000467dce in ?? ()
#30 0x000000000046ce2b in ex_let ()
#31 0x000000000048a523 in do_cmdline ()
#32 0x00000000004630ef in ?? ()
#33 0x0000000000463a9b in ?? ()
#34 0x000000000046789c in ?? ()
#35 0x000000000046b737 in ex_call ()
#36 0x000000000048a523 in do_cmdline ()
#37 0x000000000049ede5 in ?? ()
#38 0x000000000049f25a in apply_autocmds ()
#39 0x0000000000507b95 in ?? ()
#40 0x000000000050e937 in set_option_value ()
#41 0x000000000048a523 in do_cmdline ()
#42 0x000000000049ede5 in ?? ()
#43 0x00000000004a1567 in readfile ()
#44 0x000000000043b082 in open_buffer ()
#45 0x000000000059ef92 in main ()
(gdb)
Metadata
Metadata
Assignees
Labels
No labels