Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2007 15:54:07 GMT
From:      Aprigio Neto <screenblack@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/117942: Core Dump on redir
Message-ID:  <200711091554.lA9Fs7sZ021991@www.freebsd.org>
Resent-Message-ID: <200711091600.lA9G01D2025113@freefall.freebsd.org>

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

>Number:         117942
>Category:       ports
>Synopsis:       Core Dump on redir
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 09 16:00:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Aprigio Neto
>Release:        FreeBSD 6.2-STABLE
>Organization:
Grupos Internet S.A.
>Environment:
FreeBSD xxx.xxxxxx.xxx 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Oct  4 09:16:11 UTC 2007     root@:/usr/src/sys/amd64/compile/KERNEL  amd64
>Description:
I've been compiled and started the 'redir-2.2.1' program, and when it is accepting a connection it make a core dump.
>How-To-Repeat:
always on redir-2.2.1 .
>Fix:
Debugging the code (using "truss") I found a lib with problem, named "TCP_WRAPPER".
I've been compiled the 'redir' whitout "TCP_WRAPPER" and it is OK now.

Patch attached with submission follows:

34c34
< CFLAGS += -Wall -Igetopt $(STR_CFLAGS) $(WRAP_CFLAGS) $(EXTRA_CFLAGS)
---
> CFLAGS += -Wall -Igetopt $(STR_CFLAGS) $(EXTRA_CFLAGS)


>Release-Note:
>Audit-Trail:
>Unformatted:



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