On Sat, May 2, 2009 at 8:09 PM, Kazuo Teramoto <[email protected]> wrote: > I'm getting segmentation faults when setting the guidecolumn to any number > > The gdb backtrace output is: > > ------------------------------------------- > Program received signal SIGSEGV, Segmentation fault. > 0x00000000005374fa in showruler (always=0) at screen.c:9482 > 9482 <le if ((*p_stl != NUL || *curwin->w_p_stl != NUL) && > curwin->w_status_height) > (gdb) bt > #0 0x00000000005374fa in showruler (always=0) at screen.c:9482 > #1 0x00000000004a7154 in main_loop (cmdwin=0, noexmode=0) at main.c:1141 > #2 0x00000000004a6d1f in main (argc=2, argv=0x7fff53767528) at main.c:939 > -------------------------------------------
If I change *curwin->w_p_stl to curwin->w_p_stl its works but this is not a part of patch, is this a vim bug? -- «Dans la vie, rien n'est à craindre, tout est à comprendre» Marie Sklodowska Curie. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
