From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16469 invoked by alias); 12 Aug 2002 18:17:14 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 16447 invoked from network); 12 Aug 2002 18:17:13 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 12 Aug 2002 18:17:13 -0000 Received: from porcupine.slc.redhat.com (vpn3-4.sfbay.redhat.com [172.16.25.4]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id LAA08932; Mon, 12 Aug 2002 11:13:53 -0700 (PDT) Received: from porcupine (law@localhost) by porcupine.slc.redhat.com (8.11.6/8.11.6) with ESMTP id g7CIKxf05398; Mon, 12 Aug 2002 12:20:59 -0600 Message-Id: <200208121820.g7CIKxf05398@porcupine.slc.redhat.com> To: ross.alexander@uk.neceur.com cc: gdb@sources.redhat.com, binutils@sources.redhat.com Reply-To: law@redhat.com Subject: Re: PA64 shared library problems with gdb-5.2 (hpux) In-Reply-To: Your message of "Fri, 12 Jul 2002 11:20:09 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Aug 2002 11:17:00 -0000 From: Jeff Law X-SW-Source: 2002-08/txt/msg00109.txt.bz2 In message , ross.alexan der@uk.neceur.com writes: >I'm trying to debug PA64 program with relies on shared libraries. >I keep getting problems with pa64_solib_add. I have created a simple >program with uses dlopen to show the problem. [ ... ] This happens when dlgetname returns an error. Unfortunately, dlgetname is a routine provided by HP, so it may be very difficult to figure out why it's returning an error. It might be interesting to know which index it's choking on so that we can try to guess which library dlgetname is unhappy about. jeff