From owner-freebsd-hackers Thu May 20 22:10:36 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 5645814C9B for ; Thu, 20 May 1999 22:10:32 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id WAA21725; Thu, 20 May 1999 22:10:31 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id WAA42968; Thu, 20 May 1999 22:10:30 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Thu, 20 May 1999 22:10:30 -0700 (PDT) Message-Id: <199905210510.WAA42968@vashon.polstra.com> To: damian@cablenet.net Subject: Re: dlopen failure In-Reply-To: <373C3F3F.A99DBD28@cablenet.net> Organization: Polstra & Co., Seattle, WA Cc: hackers@freebsd.org Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <373C3F3F.A99DBD28@cablenet.net>, Damian Hamill wrote: > I have a program that is dumping core. > > ----------------------------------------------- > Here's the gdb output; > > Program terminated with signal 6, Abort trap. > #0 0x800b728 in _kill () > (gdb) bt > #0 0x800b728 in _kill () > #1 0x800b34c in abort () > #2 0x8004aa2 in __assert () > #3 0x8003b4b in map_object () > #4 0x8002e9e in find_symdef () > #5 0x800334d in dlopen () > #6 0x8049a68 in Get_SQL_Driver (name=0x804c7e4 "mysql") at Vdb.c:150 > #7 0x8049ff9 in GetDefaultDriver () at Vdb.c:254 > #8 0x804a141 in VdbInit (user=0x804bfb1 "nobody", passwd=0x0) at > Vdb.c:329 > #9 0x8049316 in main () > #10 0x8048be5 in _start () I don't know what's going on here, but this stack trace can't be right. dlopen doesn't call find_symdef, and find_symdef doesn't call map_object. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message