vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vile] xvile 9.7y core dumps on *.rc files


From: Thomas Dickey
Subject: Re: [vile] xvile 9.7y core dumps on *.rc files
Date: Thu, 31 Dec 2009 05:37:49 -0500 (EST)

On Thu, 31 Dec 2009, Gary Jennejohn wrote:

I just tried to look at /usr/local/share/vile/vileinit.rc with xvile
and got a core dump.  I've only seen this with *.rc files so far.
C, shell scripts and mail are OK.

If I comment out "set cs light" in my .vilerc then it works.

However, vile works just fine with "set cs light".

Is there a way to test whether vile or xvile is running so I can "set
cs light" only for vile?  xvile actually works OK without that setting.

The $cfgopts variable contains some details about the terminal driver.
For instance, with my copy it shows that it ends with "athena,xaw".

This would work (for me):

~if &not &sin $cfgopts "athena"
        set cs=light
~endif

If you're building with Motif, "motif" rather than "athena" would work.

I can view/edit all of the ".rc" files - perhaps some difference in
the .vilerc would show this on my machine...



Here a bt from gdb:
(gdb) bt
#0  0x000000080161f41c in kill () from /lib/libc.so.7
#1  0x000000080161e21b in abort () from /lib/libc.so.7
#2  0x000000000044942b in imdying ()
#3  <signal handler called>
#4  0x000000000041eb83 in get_color_gc ()
#5  0x000000000041f798 in flush_line ()
#6  0x000000000041fa1c in display_cursor ()
#7  0x000000000041fee3 in x_flush ()
#8  0x0000000000426a3b in x_process_event ()
#9  0x000000080090aa76 in XtDispatchEventToWidget ()
  from /usr/local/lib/libXt.so.6
#10 0x000000080090aecc in _XtDefaultDispatcher ()
  from /usr/local/lib/libXt.so.6
#11 0x000000080090a0b8 in XtDispatchEvent () from /usr/local/lib/libXt.so.6
#12 0x0000000000420e84 in x_getc ()
#13 0x0000000000458f4b in sysmapped_c ()
#14 0x0000000000452aad in tgetc ()
#15 0x0000000000458ccf in mapped_c ()
#16 0x000000000044fe70 in mapped_keystroke ()
#17 0x000000000044fe89 in kbd_seq ()
#18 0x000000000042929b in main ()

---
Gary Jennejohn


_______________________________________________
vile mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/vile


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]