[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#11387: marked as done (libc6-dbg causes core dump in runtime startup)



Your message dated Tue, 11 May 1999 07:15:16 -0700
with message-id <v04204e00b35dbb23b93a@[206.163.71.146]>
and subject line No longer applicable
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 19 Jul 1997 17:00:43 +0000
Received: (qmail 31290 invoked from network); 19 Jul 1997 17:00:41 -0000
Received: from randolphmax1-58.megsinet.net (HELO waldo) (root@208.133.78.58)
  by master.debian.org with SMTP; 19 Jul 1997 17:00:41 -0000
Received: by waldo
	id m0wpcri-001eL0C
	(Debian Smail-3.2 1996-Jul-4 #2); Sat, 19 Jul 1997 12:00:18 -0500 (CDT)
Message-Id: <m0wpcri-001eL0C@waldo>
Date: Sat, 19 Jul 1997 12:00:18 -0500 (CDT)
From: Bradley Bosch <brad@lachman.com>
To: submit@bugs.debian.org
Subject: libc6-dbg causes core dump in runtime startup
Return-Receipt-To: brad@lachman.com
X-Mailer: VM 6.28 under Emacs 19.34.1
Bcc:
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII

Package: libc6-dbg
Version: 2.0.4-1

This version of libc6-dbg doesn't seem to work at all for me.  When I
run a binary linked with it, I get a segmentation fault before main
even gets called.  Did I do something stupid?

This problem was observed on a Debian 1.3.1 system with some (libc6 and gcc)
packages from the current hamm directory.

To make sure it was the library and not my code, I built the hello
package from source with libc6, then re-linked with the debugging
library like so:

gcc -g -o hello -lc_g hello.o version.o getopt.o getopt1.o

gdb hello

(gdb) run
Starting program: /home/brad/debian/hello/hello-1.3/hello 

Program received signal SIGSEGV, Segmentation fault.
0x8050257 in __getopt_clean_environment () at getopt_init.c:66
getopt_init.c:66: No such file or directory.
(gdb) bt
#0  0x8050257 in __getopt_clean_environment () at getopt_init.c:66
#1  0x804bf9e in init (argc=1, argv=0xbffffb3d, envp=0x0)
    at ../sysdeps/unix/sysv/linux/init-first.c:77
#2  0x804c001 in __libc_init_first (arg=0x1)
    at ../sysdeps/unix/sysv/linux/init-first.c:95
(gdb) 

Thanks,

--Brad Bosch
brad@lachman.com


Reply to: