From owner-freebsd-questions@FreeBSD.ORG Mon Mar 20 13:20:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09FD16A41F for ; Mon, 20 Mar 2006 13:20:05 +0000 (UTC) (envelope-from stephen.liss@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 231AC43D46 for ; Mon, 20 Mar 2006 13:20:05 +0000 (GMT) (envelope-from stephen.liss@gmail.com) Received: by zproxy.gmail.com with SMTP id q3so1094994nzb for ; Mon, 20 Mar 2006 05:20:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ptE8WJWOBZ61UQX0oFpaEu2HGNuVwxwmS0CdonX9NRszYpbqauQHLX33jH29HfMH8i8/7KW1Yi2gktJyruJgSeNfbX3xiAUiLMKiMhZpCZldgxgX89pVUsHPk71cS/CnmjimRNIwY8svvyZd8hVIr9yhemh987xaLYGfrEXvzcg= Received: by 10.35.99.5 with SMTP id b5mr2481943pym; Mon, 20 Mar 2006 05:20:03 -0800 (PST) Received: by 10.35.57.3 with HTTP; Mon, 20 Mar 2006 05:20:03 -0800 (PST) Message-ID: <6f384a970603200520o5e547a93p877599aaf2cb9cb2@mail.gmail.com> Date: Mon, 20 Mar 2006 08:20:03 -0500 From: "Stephen Liss" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: telnet core dump - SIGSEGV in /usr/lib/libcrypto.so.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2006 13:20:05 -0000 Hi, How do I correct this? I'm trying to test Postfix by telnet-ing to localhost port 25. When I do th= at, telnet core dumps. ]# gdb telnet [GDB will not be able to debug user-mode threads: Shared object "libthread_db.so" not found, required by "gdb"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you ar= e welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... (gdb) break main Function "main" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 (main) pending. (gdb) run Starting program: /usr/bin/telnet (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found) ...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols fou nd)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...telnet> open localhost 25 Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Program received signal SIGSEGV, Segmentation fault. 0x28130ea7 in BN_CTX_init () from /usr/lib/libcrypto.so.4 (gdb) quit The program is running. Exit anyway? (y or n) y