From owner-freebsd-questions@FreeBSD.ORG Fri Aug 27 22:13:21 2004 Return-Path: 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 1EB7716A4CE for ; Fri, 27 Aug 2004 22:13:21 +0000 (GMT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id F095143D4C for ; Fri, 27 Aug 2004 22:13:20 +0000 (GMT) (envelope-from gerard-seibert@rcn.com) Received: from 207-237-110-41.c3-0.crm-ubr4.crm.ny.cable.rcn.com ([207.237.110.41] helo=[192.168.0.2]) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1C0oyF-0004Ya-00; Fri, 27 Aug 2004 18:13:19 -0400 From: Gerard Seibert To: "Michael C. Shultz" Date: Fri, 27 Aug 2004 18:13:18 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408271813.18697.gerard-seibert@rcn.com> cc: FreeBSD Questions Subject: portmanager (pmStatus) crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gerard-seibert@rcn.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 22:13:21 -0000 OK, I think I have it right this time. The following is the output from using 'gdb' with the 'pmStatus' binary. root@rcn / $ gdb /usr/ports/sysutils/portmanager/work/portmanager-0.2.0/pmStatus/pmStatus -c pmStatus.core GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. 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-unknown-freebsd"... Core was generated by `pmStatus'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libMG.0...done. Loaded symbols for /usr/local/lib/libMG.0 Reading symbols from /usr/local/lib/libPMGR.0...done. Loaded symbols for /usr/local/lib/libPMGR.0 Reading symbols from /lib/libc.so.5...done. Loaded symbols for /lib/libc.so.5 Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x28128a4e in strchr () from /lib/libc.so.5 (gdb) where #0 0x28128a4e in strchr () from /lib/libc.so.5 #1 0x2807d7d4 in __JCR_LIST__ () from /usr/local/lib/libPMGR.0 #2 0x08048abf in main () at pmStatus.c:60 #3 0x080489a2 in _start () (gdb) quit I hope this proves to be of some help in solving the problem. Gerard Seibert gerard-seibert@rcn.com