Bug 48584 - gated crashes immediately
Summary: gated crashes immediately
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gated
Version: 7.1
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-07-11 01:55 UTC by Michael Meissner
Modified: 2007-04-18 16:34 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-10-18 14:27:13 UTC
Embargoed:


Attachments (Terms of Use)

Description Michael Meissner 2001-07-11 01:55:02 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.3 i686)

Description of problem:
Using the sample gated.conf installed in /etc, gated crashes before it gets
to main by strcpy calling abort.

How reproducible:
Always

Steps to Reproduce:
1. cp /usr/share/doc/gated-3.6/gated.conf.sample /etc/gated.conf
2. /usr/sbin/gated -n -N
3. <crash>
	

Additional info:

(gdb) r -n -N   
Starting program: /usr/sbin/gated -n -N

Program received signal SIGABRT, Aborted.
0x400be801 in __kill () from /lib/i686/libc.so.6
(gdb) up
#1  0x400be5da in raise (sig=6) at ../sysdeps/posix/raise.c:27
27      ../sysdeps/posix/raise.c: No such file or directory.
        in ../sysdeps/posix/raise.c
(gdb) up
#2  0x400bfd82 in abort () at ../sysdeps/generic/abort.c:88
88      ../sysdeps/generic/abort.c: No such file or directory.
        in ../sysdeps/generic/abort.c
(gdb) up
#3  0x080784c2 in strcpy () at ../sysdeps/generic/strcpy.c:31
31      ../sysdeps/generic/strcpy.c: No such file or directory.
        in ../sysdeps/generic/strcpy.c
(gdb) where
#0  0x400be801 in __kill () from /lib/i686/libc.so.6
#1  0x400be5da in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2  0x400bfd82 in abort () at ../sysdeps/generic/abort.c:88
#3  0x080784c2 in strcpy () at ../sysdeps/generic/strcpy.c:31
#4  0x080f0c18 in strcpy () at ../sysdeps/generic/strcpy.c:31
#5  0x0807982f in strcpy () at ../sysdeps/generic/strcpy.c:31
#6  0x080803f4 in strcpy () at ../sysdeps/generic/strcpy.c:31
#7  0x400ad177 in __libc_start_main (main=0x807fe30 <strcpy+221948>,
argc=3, ubp_av=0xbfffe0ec, init=0x804948c, 
    fini=0x80f1840 <strcpy+687372>, rtld_fini=0x4000e184 <_dl_fini>,
stack_end=0xbfffe0dc) at ../sysdeps/generic/libc-start.c:129
(gdb) up
#4  0x080f0c18 in strcpy () at ../sysdeps/generic/strcpy.c:31
31      in ../sysdeps/generic/strcpy.c
(gdb) up
#5  0x0807982f in strcpy () at ../sysdeps/generic/strcpy.c:31
31      in ../sysdeps/generic/strcpy.c
(gdb) up
#6  0x080803f4 in strcpy () at ../sysdeps/generic/strcpy.c:31
31      in ../sysdeps/generic/strcpy.c
(gdb) b main
Function "main" not defined.
(gdb) quit

Comment 1 Bill Nottingham 2006-08-07 17:23:43 UTC
Red Hat Linux is no longer supported by Red Hat, Inc. If you are still
running Red Hat Linux, you are strongly advised to upgrade to a
current Fedora Core release or Red Hat Enterprise Linux or comparable.
Some information on which option may be right for you is available at
http://www.redhat.com/rhel/migrate/redhatlinux/.

Red Hat apologizes that these issues have not been resolved yet. We do
want to make sure that no important bugs slip through the cracks.
Please check if this issue is still present in a current Fedora Core
release. If so, please change the product and version to match, and
check the box indicating that the requested information has been
provided. Note that any bug still open against Red Hat Linux on will be
closed as 'CANTFIX' on September 30, 2006. Thanks again for your help.


Comment 2 Bill Nottingham 2006-10-18 14:27:13 UTC
Red Hat Linux is no longer supported by Red Hat, Inc. If you are still
running Red Hat Linux, you are strongly advised to upgrade to a
current Fedora Core release or Red Hat Enterprise Linux or comparable.
Some information on which option may be right for you is available at
http://www.redhat.com/rhel/migrate/redhatlinux/.

Closing as CANTFIX.


Note You need to log in before you can comment on or make changes to this bug.