Op vrijdag 18 oktober 2013 14:40:29 UTC+2 schreef Igmar Palsenberg: > > Version : 7.4.52 > > Also happens on a vanilla 7.4 (without patches). I'll run it through valgrind.
Valgrind says : =2856== Memcheck, a memory error detector ==2856== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al. ==2856== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright info ==2856== Command: ./vim /home/igmar/x.cc ==2856== Parent PID: 26025 ==2856== ==2856== Invalid read of size 4 ==2856== at 0xB687A0: delay_output (in /lib/libtinfo.so.5.7) ==2856== by 0xB68A6C: tputs (in /lib/libtinfo.so.5.7) ==2856== by 0x81C8415: out_str (term.c:2639) ==2856== by 0x8110FEF: vim_beep (misc1.c:3651) ==2856== by 0x8110FC7: beep_flush (misc1.c:3631) ==2856== by 0x812E1D5: clearopbeep (normal.c:3833) ==2856== by 0x8131DB0: nv_down (normal.c:6280) ==2856== by 0x812A71A: normal_cmd (normal.c:1200) ==2856== by 0x81F5A0D: main_loop (main.c:1329) ==2856== by 0x81F549A: main (main.c:1020) ==2856== Address 0x8 is not stack'd, malloc'd or (recently) free'd ==2856== valgrind: m_mallocfree.c:1940 (vgPlain_arena_free): Assertion '(Block*)sb_start == b' failed. ==2856== at 0x3802F16D: report_and_quit (m_libcassert.c:260) ==2856== by 0x3802F384: vgPlain_assert_fail (m_libcassert.c:340) ==2856== by 0x3803DE77: vgPlain_arena_free (m_mallocfree.c:1940) ==2856== by 0x3807D597: vgPlain_cli_free (replacemalloc_core.c:92) ==2856== by 0x38003EFA: create_MC_Chunk (mc_malloc_wrappers.c:165) ==2856== by 0x3800447A: vgMemCheck_new_block (mc_malloc_wrappers.c:393) ==2856== by 0x38004936: vgMemCheck_malloc (mc_malloc_wrappers.c:412) ==2856== by 0x3807ED39: do_client_request (scheduler.c:1684) ==2856== by 0x380803FB: vgPlain_scheduler (scheduler.c:1337) ==2856== by 0x380B7868: run_a_thread_NORETURN (syswrap-linux.c:103) sched status: running_tid=1 <snip thread info> -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
