Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2002 16:08:30 -0700 (PDT)
From:      Henrik Motakef <henrik.motakef@web.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/40361: lang/cmucl dumps core
Message-ID:  <200207082308.g68N8Urx020040@www.freebsd.org>

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

>Number:         40361
>Category:       ports
>Synopsis:       lang/cmucl dumps core
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 08 16:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Motakef
>Release:        4.6-STABLE
>Organization:
>Environment:
FreeBSD pokey.henrik-motakef.de 4.6-STABLE FreeBSD 4.6-STABLE #3: Sat Jul  6 18:55:29 CEST 2002     toor@pokey.henrik-motakef.de:/usr/obj/usr/src/sys/POKEY  i386

>Description:
Trying to run /usr/local/bin/lisp results in a segmentation fault.

I'm using a fresh install from /usr/ports/lang/cmucl. The version of the
port is:

# $FreeBSD: ports/lang/cmucl/Makefile,v 1.15 2002/04/16 17:08:31 cracauer Exp $

If it helps, here's a truss:

$ sudo truss lisp
mmap(0x0,1992,0x3,0x1000,-1,0x0)		 = 1208430592 (0x48073000)
munmap(0x48073000,0x7c8)			 = 0 (0x0)
__sysctl(0xbfbffa80,0x2,0x48072068,0xbfbffa7c,0x0,0x0) = 0 (0x0)
mmap(0x0,32768,0x3,0x1002,-1,0x0)		 = 1208430592 (0x48073000)
geteuid()					 = 0 (0x0)
getuid()					 = 0 (0x0)
getegid()					 = 0 (0x0)
getgid()					 = 0 (0x0)
open("/var/run/ld-elf.so.hints",0x0,00)		 = 3 (0x3)
read(0x3,0xbfbffa60,0x80)			 = 128 (0x80)
lseek(3,0x80,0)					 = 128 (0x80)
read(0x3,0x48077000,0x79)			 = 121 (0x79)
close(3)					 = 0 (0x0)
access("/usr/lib/libm.so.2",0)			 = 0 (0x0)
open("/usr/lib/libm.so.2",0x0,027757775330)	 = 3 (0x3)
fstat(3,0xbfbffaa8)				 = 0 (0x0)
read(0x3,0xbfbfea78,0x1000)			 = 4096 (0x1000)
mmap(0x0,118784,0x5,0x2,3,0x0)			 = 1208463360 (0x4807b000)
mmap(0x48093000,20480,0x3,0x12,3,0x17000)	 = 1208561664 (0x48093000)
close(3)					 = 0 (0x0)
access("/usr/lib/libc.so.4",0)			 = 0 (0x0)
open("/usr/lib/libc.so.4",0x0,027757775330)	 = 3 (0x3)
fstat(3,0xbfbffaa8)				 = 0 (0x0)
read(0x3,0xbfbfea78,0x1000)			 = 4096 (0x1000)
mmap(0x0,643072,0x5,0x2,3,0x0)			 = 1208582144 (0x48098000)
mmap(0x4811c000,16384,0x3,0x12,3,0x83000)	 = 1209122816 (0x4811c000)
mmap(0x48120000,86016,0x3,0x1012,-1,0x0)	 = 1209139200 (0x48120000)
close(3)					 = 0 (0x0)
mmap(0x0,3784,0x3,0x1000,-1,0x0)		 = 1209225216 (0x48135000)
munmap(0x48135000,0xec8)			 = 0 (0x0)
mmap(0x0,2216,0x3,0x1000,-1,0x0)		 = 1209225216 (0x48135000)
munmap(0x48135000,0x8a8)			 = 0 (0x0)
mmap(0x0,13280,0x3,0x1000,-1,0x0)		 = 1209225216 (0x48135000)
munmap(0x48135000,0x33e0)			 = 0 (0x0)
sigaction(SIGILL,0xbfbffb00,0xbfbffae8)		 = 0 (0x0)
sigprocmask(0x1,0x0,0x48071f9c)			 = 0 (0x0)
sigaction(SIGILL,0xbfbffae8,0x0)		 = 0 (0x0)
sigprocmask(0x1,0x48071f60,0xbfbffb28)		 = 0 (0x0)
sigprocmask(0x3,0x48071f70,0x0)			 = 0 (0x0)
mmap(0x10000000,268431360,0x7,0x1012,-1,0x0)	 = 268435456 (0x10000000)
mmap(0x28f00000,252702720,0x7,0x1012,-1,0x0)	 = 686817280 (0x28f00000)
mmap(0x48000000,536870912,0x7,0x1012,-1,0x0)	 = 1207959552 (0x48000000)
SIGNAL 11
SIGNAL 11
Process stopped because of:  16
process exit, rval = 139
Segmentation fault (core dumped)

>How-To-Repeat:
$ /usr/local/bin/lisp      

>Fix:
      
>Release-Note:
>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?200207082308.g68N8Urx020040>