Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2002 03:16:46 -0800 (PST)
From:      Paul Safonov <spf@krasnet.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/34111: rlogin not finished
Message-ID:  <200201211116.g0LBGkV44369@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         34111
>Category:       bin
>Synopsis:       rlogin not finished
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 21 03:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Paul Safonov
>Release:        4.4-RELEASE
>Organization:
ISP KRASNET
>Environment:
FreeBSD t3.krasnet.ru 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Jan 17 16:04:53 KRAT 2002     root@t3.krasnet.ru:/usr/src/sys/compile/T3  i386

>Description:
I am use rlogin for transport uucp to remote machine.
Sometimes I see strange process:

#ps ax
        . . .
36204  d5- I      0:00.12 -uucico (access)
36207  d5- S      0:04.99 rlogin -8KE remote.krasnet.ru
        . . .

Use GDB to attach strange process:

#gdb rlogin 36207
Attaching to program: /u/rlogin/rlogin, process 36207
Reading symbols from /usr/lib/libc.so.4...done.
Reading symbols from /usr/libexec/ld-elf.so.1...done.
0x280514ec in nanosleep () from /usr/libexec/ld-elf.so.1
(gdb) bt
#0  0x280514ec in nanosleep () from /usr/libexec/ld-elf.so.1
#1  0x28050082 in xprintf () from /usr/libexec/ld-elf.so.1
#2  0x2804ed9c in find_symdef () from /usr/libexec/ld-elf.so.1
#3  0x280df008 in exit () from /usr/lib/libc.so.4
#4  0x804947c in done (status=1) at rlogin.c:458
#5  0x8049518 in catch_child (signo=20) at rlogin.c:491
#6  0xbfbfffac in ?? ()
#7  0x2804d391 in _rtld_bind_start () from /usr/libexec/ld-elf.so.1
#8  0x280d6a91 in fprintf () from /usr/lib/libc.so.4
#9  0x8049e78 in msg (str=0x804a2e8 "closed connection.") at rlogin.c:879
#10 0x8049383 in doit (omask=0) at rlogin.c:429
#11 0x80491d4 in main (argc=3, argv=0xbfbffccc) at rlogin.c:372
#12 0x8048c29 in _start ()


Why rlogin not finished?
>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201211116.g0LBGkV44369>