From owner-freebsd-ports Wed Oct 21 12:30:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28566 for freebsd-ports-outgoing; Wed, 21 Oct 1998 12:30:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28553 for ; Wed, 21 Oct 1998 12:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01118; Wed, 21 Oct 1998 12:30:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27682; Wed, 21 Oct 1998 12:20:43 -0700 (PDT) (envelope-from nobody) Message-Id: <199810211920.MAA27682@hub.freebsd.org> Date: Wed, 21 Oct 1998 12:20:43 -0700 (PDT) From: mattp@conundrum.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/8401: vim 5 graphic mode won't run on ELF system Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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