Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 1998 12:20:43 -0700 (PDT)
From:      mattp@conundrum.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/8401: vim 5 graphic mode won't run on ELF system
Message-ID:  <199810211920.MAA27682@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         8401
>Category:       ports
>Synopsis:       vim 5 graphic mode won't run on ELF system
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 21 12:30:00 PDT 1998
>Last-Modified:
>Originator:     Matthew Pounsett
>Organization:
>Release:        3.0-CURRENT (cvsup as of Oct 21 05h00)
>Environment:
FreeBSD claymore.corp.netcom.ca 3.0-CURRENT FreeBSD 3.0-CURRENT #7: Wed Oct 21 14:38:29 EDT 1998     mattp@claymore.corp.netcom.ca:/usr/local/src/sys/compile/CLAYMORE  i386
>Description:
the /usr/ports/editors/vim5 port appears to hang on a gettimeofday()
call when running in X11 mode.  

gvim forks/execs as normal, draws its window and widgets, then ceases to
function.  It sits in a RUN state, and cannot be killed with the default
signal -- it only seems to respond to sig KILL.

`truss gim -f` (runs gvim in foreground so that it doesn't fork/exec)
shows the last three calls to be:

syscall gettimeofday(0xefbfa5e8,0x0)
        returns 0 (0x0)
syscall gettimeofday(0xefbfa5e8,0x0)
        returns 0 (0x0)
syscall gettimeofday(0xefbfa5e8,0x0)
        returns 0 (0x0)

A full truss of the process is available if it will be useful.  This
problem has been repeated with the most up to date port on a variety of
3.0 ELF systems with different degrees of '-CURRENTness'.
>How-To-Repeat:
make and install /usr/ports/editors/vim5 on any 3.0 ELF system, run 
`gvim` or `vim -g`
>Fix:
Unknown
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810211920.MAA27682>