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

Bug#17717: marked as done (libc6-dbg: programs compiled with -lc_g crash?)



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; 1 Feb 1998 16:05:51 +0000
Received: (qmail 30438 invoked by uid 71); 1 Feb 1998 16:05:49 -0000
Received: from xgw10.xgw.fi (HELO bx1.bx.xgw.fi) (tbittih@193.64.41.10)
  by debian.novare.net with SMTP; 1 Feb 1998 16:05:49 -0000
Received: by bx1.bx.xgw.fi
	id m0xywaV-0004Q1C
	(Debian Smail-3.2.0.100 1997-Dec-8 #2); Sun, 1 Feb 1998 12:25:19 +0200 (EET)
Message-Id: <m0xywaV-0004Q1C@bx1.bx.xgw.fi>
Date: Sun, 1 Feb 1998 12:25:19 +0200 (EET)
From:  <tbittih@pal.xgw.fi>
Subject: libc6-dbg: programs compiled with -lc_g crash?
To: submit@bugs.debian.org
Bcc:
X-Mailer: bug 3.1.0

Package: libc6-dbg
Version: 2.0.6-3

$ cat libc6-dbg_bug.c
int main(void)
{
        return 0;
}
$ gcc -Wall -g -lc_g -o libc6-dbg_bug libc6-dbg_bug.c
$ gdb ./libc6-dbg_bug
GDB is free software and you are welcome to 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.
GDB 4.16.patched (i586-debian-linux), Copyright 1996 Free Software Foundation, Inc...
(gdb) run
Starting program: /usr/home/tbittih/src/./libc6-dbg_bug

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

-- System Information
Debian Release: 1.3
Kernel Version: Linux bx1 2.1.75 #92-bx1-exp Tue Dec 23 09:39:45 EET 1997 i586 unknown

Versions of the packages libc6-dbg depends on:
libc6-dev	Version: 2.0.6-3


Reply to: