From owner-freebsd-bugs Sun Feb 22 15:00:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01673 for freebsd-bugs-outgoing; Sun, 22 Feb 1998 15:00:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01661; Sun, 22 Feb 1998 15:00:03 -0800 (PST) (envelope-from gnats) Received: from pc759.cs.msu.su (pc759.cs.msu.su [158.250.10.223]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00364 for ; Sun, 22 Feb 1998 14:50:43 -0800 (PST) (envelope-from laskavy@Hedgehog.CS.MSU.SU) Received: from Hedgehog.CS.MSU.SU (d85.z194-58-227.relcom.ru [194.58.227.85]) by pc759.cs.msu.su (8.8.5/8.8.5) with ESMTP id BAA08714 for ; Mon, 23 Feb 1998 01:50:32 +0300 (MSK) Received: (from laskavy@localhost) by Hedgehog.CS.MSU.SU (8.8.8/8.8.8) id BAA00917; Mon, 23 Feb 1998 01:46:09 +0300 (MSK) (envelope-from laskavy) Message-Id: <199802222246.BAA00917@Hedgehog.CS.MSU.SU> Date: Mon, 23 Feb 1998 01:46:09 +0300 (MSK) From: "Sergei S. Laskavy" Reply-To: laskavy@Hedgehog.CS.MSU.SU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/5817: ppp: signal handler: 100% cpu time, terminal mode (duplicated echo) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5817 >Category: bin >Synopsis: ppp: 100% cpu time, funny terminal mode (duplicated echo) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 22 15:00:01 PST 1998 >Last-Modified: >Originator: Sergei S. & >Organization: Gambit Automated Design Inc. >Release: FreeBSD 2.2.5-STABLE i386 >Environment: $ dmesg Copyright (c) 1992-1998 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.5-STABLE #0: Sun Feb 22 23:18:18 MSK 1998 root@Hedgehog.Moscow.Ru:/usr/src/sys/compile/HEDGEHOG CPU: Pentium (132.95-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x526 Stepping=6 Features=0x1bf real memory = 33554432 (32768K bytes) avail memory = 30793728 (30072K bytes) Probing for devices on PCI bus 0: chip0 rev 3 on pci0:0 chip1 rev 1 on pci0:7:0 chip2 rev 0 on pci0:7:1 vga0 rev 6 int a irq ?? on pci0:15 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.2MB 5.25in fd1: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 2446MB (5009760 sectors), 4970 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, accel, dma, iordis wcd0: 1378Kb/sec, 128Kb cache, audio play, 256 volume levels, ejectable tray wcd0: no disc inside, unlocked opl0 at 0x38a on isa opl0: npx0 on motherboard npx0: INT 16 interface Intel Pentium F00F detected, installing workaround IP packet filtering initialized, divert enabled, logging limited to 100 packets/entry $ uname -a FreeBSD Hedgehog.Moscow.Ru 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Sun Feb 22 23:18:18 MSK 1998 root@Hedgehog.Moscow.Ru:/usr/src/sys/compile/HEDGEHOG i386 $ ident /usr/sbin/ppp /usr/sbin/ppp: $Id: setjmp.S,v 1.5 1996/05/05 07:56:06 peter Exp $ $Id: pipe.S,v 1.5 1996/08/20 08:20:03 julian Exp $ $Id: fork.S,v 1.5 1996/08/20 08:19:58 julian Exp $ $Id: strrchr.S,v 1.2 1995/01/23 01:29:23 davidg Exp $ $Id: rindex.S,v 1.2 1995/01/23 01:29:06 davidg Exp $ $Id: sbrk.S,v 1.4 1996/05/05 07:56:16 peter Exp $ $NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc Exp $ $Id: yplib.c,v 1.24.2.3 1997/04/10 20:29:35 wpaul Exp $ $Id: xdryp.c,v 1.6 1996/06/03 13:16:53 jraynard Exp $ $Id: index.S,v 1.2 1995/01/23 01:28:56 davidg Exp $ $Id: bcmp.S,v 1.2 1995/01/23 01:28:47 davidg Exp $ $Id: sigsuspend.S,v 1.4 1996/05/05 07:56:20 peter Exp $ $NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc Exp $ $Id: strncmp.S,v 1.3 1995/01/23 01:29:21 davidg Exp $ $Id: strcpy.S,v 1.2 1995/01/23 01:29:17 davidg Exp $ $Id: strcmp.S,v 1.2 1995/01/23 01:29:14 davidg Exp $ $Id: strchr.S,v 1.2 1995/01/23 01:29:12 davidg Exp $ $Id: strcat.S,v 1.2 1995/01/23 01:29:09 davidg Exp $ $Id: bzero.S,v 1.2 1995/01/23 01:28:52 davidg Exp $ $Id: isinf.c,v 1.3 1996/07/12 18:54:26 jkh Exp $ $Id: memchr.S,v 1.5 1995/01/23 01:28:58 davidg Exp $ $Id: sigprocmask.S,v 1.4 1996/05/05 07:56:19 peter Exp $ $Id: brk.S,v 1.4 1996/06/25 18:54:42 bde Exp $ $Id: memset.S,v 1.2 1995/01/23 01:29:04 davidg Exp $ $NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc Exp $ $Id: cerror.S,v 1.6 1996/05/10 16:43:47 peter Exp $ $Date: 1998/01/26 20:05:32 $ $Id: yp.x,v 1.5 1996/02/26 02:22:53 wpaul Exp $ $ cat /etc/ppp/ppp.conf default: allow user laskavy set log Carrier IPCP Link Phase set device /dev/cuaa1 set speed 115200 >Description: Usually I run ppp provider_tag and tcpdump -i tun0 in the same terminal. First I start `ppp', dial to some of providers, then suspend ppp, put it into the background and run `tcpdump'. But after some update I noticed that my load average is 1.0 and PPP link is frozen. I'm really happy that I saved a binary version of some previous version of ppp and can run it to send this problem report. By the way, here is ident of old working copy of ppp: $ ident /usr/sbin/ppp.stable /usr/sbin/ppp.stable: $Id: slcompress.c,v 1.6.2.4 1997/10/12 21:45:26 brian Exp $ $Date: 1997/09/23 00:01:27 $ I got a very funny special effect: duplicated echo: input at the `ppp' prompt I see after the `ppp' prompt q qq qq qqq qqq qqqqqq qqqq qqqqqqqqqq I was waiting for someone else (more clever) to hit this bug, but no luck. So, try repeat this: >How-To-Repeat: /* All key sequences are in Emacs notation */ 1) log in as trusted user and start `ppp': $ ppp Working in interactive mode Using interface: tun0 2) suspend `ppp' by C-z: ppp ON Hedgehog> ^Z%1 Suspended 3) put it into background: $ bg 3) put it into foreground: $ fg 3.out) this `fg' is output from shell (bug or feature?): fg 4) press RET q RET 4.out) `ppp' will print a blank line, then prompt, then `qq', then "\n": ppp ON Hedgehog> qq 5) run `ps axu | head -2' in another terminal: $ ps axu | head -2 USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND laskavy 417 98.4 2.0 1000 600 p2 R+ 1:04AM 1:25.60 ppp 5) you can kill poor `ppp' (it will die ok). I recompiled `ppp' with CFLAGS+=-g -pg in Makefile, did p p p RET C-z b g RET f g RET RET q RET key sequence and got the profiling info: $ gprof ppp /* I'm sorry, its output is originally 2278 lines, so I edited it and deleted many things that looks like uninformative */ <- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [...] granularity: each sample hit covers 4 byte(s) for 0.00% of 57.47 seconds called/total parents index %time self descendents called+self name index called/total children [1] 99.2 0.00 57.03 start [1] 0.00 57.03 1/1 _main [2] ----------------------------------------------- 0.00 57.03 1/1 start [1] [2] 99.2 0.00 57.03 1 _main [2] 0.00 57.01 1/1 _DoLoop [3] 0.00 0.02 1/1 _IpcpDefAddress [20] 0.00 0.00 1/1 _SelectSystem [35] 0.00 0.00 1/1 _OpenTunnel [67] 0.00 0.00 1/1 _CleanInterface [73] 0.00 0.00 1/13 _fclose [33] 0.00 0.00 1/2 _TtyCommandMode [68] 0.00 0.00 1/2 _ID0fopen [74] 0.00 0.00 1/36 _LogPrintf [28] 0.00 0.00 1/1 _GetShortHost [94] 0.00 0.00 8/2467392 _pending_signal [9] 0.00 0.00 1/1 _TtyInit [97] 0.00 0.00 1/1 _IsInteractive [98] 0.00 0.00 1/13 _snprintf [82] 0.00 0.00 1/47 _fprintf [59] 0.00 0.00 1/4 _tcgetattr [95] 0.00 0.00 1/2467393 _signal [10] 0.00 0.00 1/1233701 _getpid [14] 0.00 0.00 2/15 _close [133] 0.00 0.00 1/1 _getdtablesize [225] 0.00 0.00 1/1 _strrchr [248] 0.00 0.00 1/1 _LogOpen [202] 0.00 0.00 1/1 _ProcessArgs [204] 0.00 0.00 1/1 _ID0init [198] 0.00 0.00 1/2 _ID0realuid [184] 0.00 0.00 1/1 _ValidSystem [207] 0.00 0.00 1/8 _open [152] ----------------------------------------------- 0.00 57.01 1/1 _main [2] [3] 99.2 0.00 57.01 1 _DoLoop [3] 2.26 54.75 4/4 _handle_signals [4] 0.00 0.00 1/1 _ReadTty [37] 0.00 0.00 1/7 _fflush [36] 0.00 0.00 9/11 _bzero [141] 0.00 0.00 6/6 _ModemQlen [163] 0.00 0.00 3/3 _IpStartOutput [179] 0.00 0.00 2/4 _select [177] ----------------------------------------------- 2.26 54.75 4/4 _DoLoop [3] [4] 99.2 2.26 54.75 4 _handle_signals [4] 0.96 53.78 1233690/1233690 _TerminalStop [5] 0.00 0.00 1/1 _CloseConnection [38] 0.00 0.00 1/1 _CloseSession [41] 0.00 0.00 1/1 _TerminalCont [79] ----------------------------------------------- 0.96 53.78 1233690/1233690 _handle_signals [4] [5] 95.3 0.96 53.78 1233690 _TerminalStop [5] 0.88 26.65 1233690/1233691 _TtyOldMode [6] 1.54 14.87 2467380/2467392 _pending_signal [9] 7.00 0.00 1233690/1233690 _kill [12] 2.83 0.00 1233690/1233701 _getpid [14] ----------------------------------------------- 0.00 0.00 1/1233691 _Cleanup [49] 0.88 26.65 1233690/1233691 _TerminalStop [5] [6] 47.9 0.88 26.65 1233691 _TtyOldMode [6] 1.12 20.34 1233691/1233694 _tcsetattr [7] 5.19 0.00 1233691/1233695 _fcntl [13] ----------------------------------------------- 0.00 0.00 1/1233694 _TtyInit [97] 0.00 0.00 2/1233694 _TtyCommandMode [68] 1.12 20.34 1233691/1233694 _TtyOldMode [6] [7] 37.3 1.12 20.34 1233694 _tcsetattr [7] 20.34 0.00 1233694/1233704 _ioctl [8] ----------------------------------------------- 0.00 0.00 1/1233704 _OpenTunnel [67] 0.00 0.00 1/1233704 _tcgetpgrp [101] 0.00 0.00 4/1233704 _ID0ioctl [65] 0.00 0.00 4/1233704 _tcgetattr [95] 20.34 0.00 1233694/1233704 _tcsetattr [7] [8] 35.4 20.34 0.00 1233704 _ioctl [8] ----------------------------------------------- 0.00 0.00 2/2467392 _CloseConnection [38] 0.00 0.00 2/2467392 _TerminalCont [79] 0.00 0.00 8/2467392 _main [2] 1.54 14.87 2467380/2467392 _TerminalStop [5] [9] 28.6 1.54 14.87 2467392 _pending_signal [9] 1.04 13.83 2467392/2467393 _signal [10] ----------------------------------------------- 0.00 0.00 1/2467393 _main [2] 1.04 13.83 2467392/2467393 _pending_signal [9] [10] 25.9 1.04 13.83 2467393 _signal [10] 13.83 0.00 2467393/2467393 _sigaction [11] ----------------------------------------------- 13.83 0.00 2467393/2467393 _signal [10] [11] 24.1 13.83 0.00 2467393 _sigaction [11] ----------------------------------------------- 7.00 0.00 1233690/1233690 _TerminalStop [5] [12] 12.2 7.00 0.00 1233690 _kill [12] ----------------------------------------------- 0.00 0.00 1/1233695 _TtyInit [97] 0.00 0.00 1/1233695 _connectlog [103] 0.00 0.00 2/1233695 _TtyCommandMode [68] 5.19 0.00 1233691/1233695 _TtyOldMode [6] [13] 9.0 5.19 0.00 1233695 _fcntl [13] ----------------------------------------------- 0.00 0.00 1/1233701 _randinit [106] 0.00 0.00 1/1233701 _main [2] 0.00 0.00 1/1233701 ___res_randomid [105] 0.00 0.00 8/1233701 _vsyslog [29] 2.83 0.00 1233690/1233701 _TerminalStop [5] [14] 4.9 2.83 0.00 1233701 _getpid [14] ----------------------------------------------- [15] 0.8 0.44 0.00 _signal_recorder [15] ----------------------------------------------- [...] flat profile: [...] granularity: each sample hit covers 4 byte(s) for 0.00% of 71.59 seconds % cumulative self self total time seconds seconds calls ms/call ms/call name 28.4 20.34 20.34 1233704 0.02 0.02 _ioctl [8] 19.7 34.46 14.12 mcount (114) 19.3 48.29 13.83 2467393 0.01 0.01 _sigaction [11] 9.8 55.29 7.00 1233690 0.01 0.01 _kill [12] 7.3 60.49 5.19 1233695 0.00 0.00 _fcntl [13] 4.0 63.32 2.83 1233701 0.00 0.00 _getpid [14] 3.2 65.58 2.26 4 563.96 14251.62 _handle_signals [4] 2.1 67.12 1.54 2467392 0.00 0.01 _pending_signal [9] 1.6 68.24 1.12 1233694 0.00 0.02 _tcsetattr [7] 1.5 69.28 1.04 2467393 0.00 0.01 _signal [10] 1.3 70.24 0.96 1233690 0.00 0.04 _TerminalStop [5] 1.2 71.12 0.88 1233691 0.00 0.02 _TtyOldMode [6] 0.6 71.56 0.44 _signal_recorder [15] 0.0 71.58 0.02 10 2.34 2.34 _read [16] 0.0 71.59 0.01 7 1.12 1.12 _write [27] 0.0 71.59 0.00 46 0.02 0.02 _LogName [58] 0.0 71.59 0.00 7 0.14 0.14 _sysctl [63] 0.0 71.59 0.00 359 0.00 0.00 _memcpy [117] 0.0 71.59 0.00 311 0.00 0.00 _random [118] 0.0 71.59 0.00 191 0.00 0.01 ___sfvwrite [52] 0.0 71.59 0.00 191 0.00 0.01 ___sprint [53] 0.0 71.59 0.00 145 0.00 0.00 _detzcode [119] 0.0 71.59 0.00 114 0.00 0.00 _strncasecmp [120] 0.0 71.59 0.00 99 0.00 0.00 _memchr [121] 0.0 71.59 0.00 76 0.00 0.02 _vfprintf [51] 0.0 71.59 0.00 69 0.00 0.00 ___ultoa [122] 0.0 71.59 0.00 67 0.00 0.00 _LogIsKept [123] 0.0 71.59 0.00 60 0.00 0.31 _fgets [17] 0.0 71.59 0.00 56 0.00 0.00 _strcasecmp [124] 0.0 71.59 0.00 47 0.00 0.02 _fprintf [59] 0.0 71.59 0.00 36 0.00 0.18 _LogPrintf [28] 0.0 71.59 0.00 32 0.00 0.00 _imalloc [125] 0.0 71.59 0.00 30 0.00 0.00 _strncmp [126] 0.0 71.59 0.00 26 0.00 0.00 _malloc_bytes [127] 0.0 71.59 0.00 25 0.00 0.00 _strchr [128] 0.0 71.59 0.00 22 0.00 0.00 _seteuid [129] 0.0 71.59 0.00 20 0.00 0.00 _malloc [130] 0.0 71.59 0.00 19 0.00 0.00 _strspn [131] 0.0 71.59 0.00 18 0.00 0.00 _malloc_pages [132] 0.0 71.59 0.00 16 0.00 0.49 ___sflush [25] 0.0 71.59 0.00 15 0.00 0.00 _close [133] 0.0 71.59 0.00 15 0.00 0.00 _findblank [134] 0.0 71.59 0.00 15 0.00 0.00 _free [135] 0.0 71.59 0.00 15 0.00 0.00 _ifree [136] 0.0 71.59 0.00 14 0.00 0.00 ___smakebuf [99] 0.0 71.59 0.00 14 0.00 0.00 ___swhatbuf [137] 0.0 71.59 0.00 13 0.00 0.00 ___sfp [138] 0.0 71.59 0.00 13 0.00 0.34 _fclose [33] 0.0 71.59 0.00 13 0.00 0.02 _snprintf [82] 0.0 71.59 0.00 11 0.00 0.00 _ID0set0 [139] 0.0 71.59 0.00 11 0.00 0.00 _ID0setuser [140] 0.0 71.59 0.00 11 0.00 0.00 _bzero [141] 0.0 71.59 0.00 11 0.00 0.00 _getenv [142] 0.0 71.59 0.00 11 0.00 0.00 _gettimeofday [143] 0.0 71.59 0.00 10 0.00 0.00 ___swsetup [102] 0.0 71.59 0.00 10 0.00 0.00 __getshort [144] 0.0 71.59 0.00 10 0.00 0.00 _sigprocmask [145] 0.0 71.59 0.00 9 0.00 0.00 _memset [146] 0.0 71.59 0.00 9 0.00 0.00 _send [147] 0.0 71.59 0.00 9 0.00 0.00 _sendto [148] 0.0 71.59 0.00 9 0.00 0.00 _time [149] 0.0 71.59 0.00 8 0.00 2.34 ___sread [19] 0.0 71.59 0.00 8 0.00 2.34 ___srefill [18] 0.0 71.59 0.00 8 0.00 0.02 _asctime [91] 0.0 71.59 0.00 8 0.00 0.00 _connectlog [103] 0.0 71.59 0.00 8 0.00 0.31 _ctime [42] 0.0 71.59 0.00 8 0.00 0.00 _funopen [150] 0.0 71.59 0.00 8 0.00 0.00 _localsub [151] 0.0 71.59 0.00 8 0.00 0.29 _localtime [45] 0.0 71.59 0.00 8 0.00 0.00 _open [152] 0.0 71.59 0.00 8 0.00 0.00 _socket [153] 0.0 71.59 0.00 8 0.00 0.02 _sprintf [92] 0.0 71.59 0.00 8 0.00 0.00 _strstr [154] 0.0 71.59 0.00 8 0.00 0.00 _syslogLevel [155] 0.0 71.59 0.00 8 0.00 0.00 _timesub [156] 0.0 71.59 0.00 8 0.00 0.29 _tzset [46] 0.0 71.59 0.00 8 0.00 0.29 _tzsetwall [47] 0.0 71.59 0.00 8 0.00 0.77 _vsyslog [29] 0.0 71.59 0.00 8 0.00 0.00 _writehook [157] 0.0 71.59 0.00 7 0.00 1.12 ___swrite [26] 0.0 71.59 0.00 7 0.00 0.00 ___sysctl [158] 0.0 71.59 0.00 7 0.00 0.49 _fflush [36] 0.0 71.59 0.00 7 0.00 0.00 _fstat [159] 0.0 71.59 0.00 7 0.00 0.00 _strncpy [160] 0.0 71.59 0.00 7 0.00 0.00 _strpbrk [161] 0.0 71.59 0.00 6 0.00 0.00 _FindCommand [162] 0.0 71.59 0.00 6 0.00 0.16 _FindExec [56] 0.0 71.59 0.00 6 0.00 0.00 _ModemQlen [163] 0.0 71.59 0.00 6 0.00 0.00 _strsep [164] 0.0 71.59 0.00 5 0.00 0.18 _StopTimer [61] 0.0 71.59 0.00 5 0.00 0.18 _StopTimerNoBlock [62] 0.0 71.59 0.00 5 0.00 0.00 ___sclose [165] 0.0 71.59 0.00 5 0.00 0.00 ___sflags [166] 0.0 71.59 0.00 5 0.00 0.00 _dn_expand [167] 0.0 71.59 0.00 5 0.00 0.00 _fopen [168] 0.0 71.59 0.00 5 0.00 0.00 _sbrk [169] 0.0 71.59 0.00 5 0.00 0.00 _sigblock [170] 0.0 71.59 0.00 5 0.00 0.00 _sigsetmask [171] 0.0 71.59 0.00 4 0.00 0.20 _ID0ioctl [65] 0.0 71.59 0.00 4 0.00 0.07 _Index2Nam [80] 0.0 71.59 0.00 4 0.00 0.00 _InterpretCommand [172] 0.0 71.59 0.00 4 0.00 0.00 _LogKeep [173] 0.0 71.59 0.00 4 0.00 0.00 _MakeArgs [174] 0.0 71.59 0.00 4 0.00 0.00 _brk [175] 0.0 71.59 0.00 4 0.00 0.00 _map_pages [176] 0.0 71.59 0.00 4 0.00 0.00 _select [177] 0.0 71.59 0.00 4 0.00 0.00 _strcspn [178] 0.0 71.59 0.00 4 0.00 0.02 _tcgetattr [95] 0.0 71.59 0.00 3 0.00 0.18 _FsmInit [70] 0.0 71.59 0.00 3 0.00 0.18 _HangupModem [71] 0.0 71.59 0.00 3 0.00 0.18 _ID0socket [72] 0.0 71.59 0.00 3 0.00 0.00 _IpStartOutput [179] 0.0 71.59 0.00 3 0.00 0.51 _Prompt [50] 0.0 71.59 0.00 3 0.00 0.33 _RunCommand [57] 0.0 71.59 0.00 3 0.00 0.00 _SetCommand [180] 0.0 71.59 0.00 3 0.00 0.00 ___res_hnok [181] 0.0 71.59 0.00 3 0.00 0.00 _dn_find [182] 0.0 71.59 0.00 3 0.00 0.00 _strcmp [183] 0.0 71.59 0.00 2 0.00 0.18 _ID0fopen [74] 0.0 71.59 0.00 2 0.00 0.00 _ID0realuid [184] 0.0 71.59 0.00 2 0.00 0.18 _NewPhase [75] 0.0 71.59 0.00 2 0.00 0.38 _OsInterfaceDown [66] 0.0 71.59 0.00 2 0.00 0.00 _OsLinkdown [185] 0.0 71.59 0.00 2 0.00 0.18 _SetIpDevice [76] 0.0 71.59 0.00 2 0.00 0.30 _TtyCommandMode [68] 0.0 71.59 0.00 2 0.00 0.00 ___putshort [186] 0.0 71.59 0.00 2 0.00 0.00 ___res_close [187] 0.0 71.59 0.00 2 0.00 0.00 __getlong [188] 0.0 71.59 0.00 2 0.00 0.00 _bcopy [189] 0.0 71.59 0.00 2 0.00 0.00 _connect [190] 0.0 71.59 0.00 2 0.00 0.00 _get_service_name [191] 0.0 71.59 0.00 2 0.00 4.53 _gethostent [24] 0.0 71.59 0.00 2 0.00 0.14 _gethostname [81] 0.0 71.59 0.00 2 0.00 0.02 _inet_ntoa [96] 0.0 71.59 0.00 2 0.00 0.00 _inet_pton [192] 0.0 71.59 0.00 2 0.00 0.00 _inet_pton4 [193] 0.0 71.59 0.00 1 0.00 0.18 _CcpInit [86] 0.0 71.59 0.00 1 0.00 0.38 _CleanInterface [73] 0.0 71.59 0.00 1 0.00 1.94 _Cleanup [49] 0.0 71.59 0.00 1 0.00 2.87 _CloseConnection [38] 0.0 71.59 0.00 1 0.00 2.67 _CloseSession [41] 0.0 71.59 0.00 1 0.00 1.00 _DeleteIfRoutes [54] 0.0 71.59 0.00 1 0.00 57010.01 _DoLoop [3] 0.0 71.59 0.00 1 0.00 2.68 _DownConnection [40] 0.0 71.59 0.00 1 0.00 0.00 _DropClient [194] 0.0 71.59 0.00 1 0.00 0.00 _FsmClose [195] 0.0 71.59 0.00 1 0.00 0.00 _FsmDown [196] 0.0 71.59 0.00 1 0.00 0.00 _GenerateMagic [104] 0.0 71.59 0.00 1 0.00 0.14 _GetIfIndex [93] 0.0 71.59 0.00 1 0.00 0.14 _GetShortHost [94] 0.0 71.59 0.00 1 0.00 0.00 _HdlcInit [197] 0.0 71.59 0.00 1 0.00 0.00 _ID0init [198] 0.0 71.59 0.00 1 0.00 0.18 _ID0open [87] 0.0 71.59 0.00 1 0.00 0.18 _ID0unlink [88] 0.0 71.59 0.00 1 0.00 0.00 _IntToSpeed [199] 0.0 71.59 0.00 1 0.00 18.04 _IpcpDefAddress [20] 0.0 71.59 0.00 1 0.00 0.18 _IpcpInit [89] 0.0 71.59 0.00 1 0.00 0.02 _IsInteractive [98] 0.0 71.59 0.00 1 0.00 0.56 _LcpClose [69] 0.0 71.59 0.00 1 0.00 2.50 _LcpDown [43] 0.0 71.59 0.00 1 0.00 0.18 _LcpInit [83] 0.0 71.59 0.00 1 0.00 2.50 _LcpLayerFinish [44] 0.0 71.59 0.00 1 0.00 0.00 _LogClose [200] 0.0 71.59 0.00 1 0.00 0.00 _LogDiscardAll [201] 0.0 71.59 0.00 1 0.00 0.00 _LogOpen [202] 0.0 71.59 0.00 1 0.00 0.00 _LogSetTun [203] 0.0 71.59 0.00 1 0.00 0.75 _OpenTunnel [67] 0.0 71.59 0.00 1 0.00 0.00 _ProcessArgs [204] 0.0 71.59 0.00 1 0.00 3.58 _ReadSystem [34] 0.0 71.59 0.00 1 0.00 3.04 _ReadTty [37] 0.0 71.59 0.00 1 0.00 3.58 _SelectSystem [35] 0.0 71.59 0.00 1 0.00 0.00 _ServerClose [205] 0.0 71.59 0.00 1 0.00 0.81 _SetLogLevel [64] 0.0 71.59 0.00 1 0.00 0.00 _SetModemSpeed [206] 0.0 71.59 0.00 1 0.00 0.18 _SetVariable [90] 0.0 71.59 0.00 1 0.00 0.90 _StopAllTimers [60] 0.0 71.59 0.00 1 0.00 0.18 _StopIdleTimer [84] 0.0 71.59 0.00 1 0.00 0.18 _StopLqrTimer [85] 0.0 71.59 0.00 1 0.00 0.32 _TerminalCont [79] 0.0 71.59 0.00 1 0.00 0.02 _TtyInit [97] 0.0 71.59 0.00 1 0.00 0.00 _ValidSystem [207] 0.0 71.59 0.00 1 0.00 0.00 ___dn_comp [208] 0.0 71.59 0.00 1 0.00 0.00 ___res_isourserver [209] 0.0 71.59 0.00 1 0.00 0.00 ___res_nameinquery [210] 0.0 71.59 0.00 1 0.00 0.00 ___res_queriesmatch [211] 0.0 71.59 0.00 1 0.00 0.00 ___res_randomid [105] 0.0 71.59 0.00 1 0.00 0.00 ___sinit [212] 0.0 71.59 0.00 1 0.00 0.00 ___syscall [213] 0.0 71.59 0.00 1 0.00 0.00 __endhostdnsent [214] 0.0 71.59 0.00 1 0.00 0.34 __endhosthtent [77] 0.0 71.59 0.00 1 0.00 0.00 __gethostbydnsname [215] 0.0 71.59 0.00 1 0.00 15.06 __gethostbyhtname [23] 0.0 71.59 0.00 1 0.00 0.00 __mcleanup (216) 0.0 71.59 0.00 1 0.00 5.65 __sethostdnsent [30] 0.0 71.59 0.00 1 0.00 0.00 __sethosthtent [217] 0.0 71.59 0.00 1 0.00 0.00 _access [218] 0.0 71.59 0.00 1 0.00 0.00 _atexit [219] 0.0 71.59 0.00 1 0.00 0.00 _atoi [220] 0.0 71.59 0.00 1 0.00 0.00 _ccpstateInit [221] 0.0 71.59 0.00 1 0.00 0.00 _closelog [222] 0.0 71.59 0.00 1 0.00 0.34 _endhostent [78] 0.0 71.59 0.00 1 0.00 0.00 _ex_desc [223] 0.0 71.59 0.00 1 0.00 0.00 _exit [224] 0.0 71.59 0.00 1 0.00 0.00 _getdtablesize [225] 0.0 71.59 0.00 1 0.00 0.00 _geteuid [226] 0.0 71.59 0.00 1 0.00 0.00 _gethostanswer [227] 0.0 71.59 0.00 1 0.00 17.90 _gethostbyname [21] 0.0 71.59 0.00 1 0.00 17.90 _gethostbyname2 [22] 0.0 71.59 0.00 1 0.00 0.00 _getpgrp [228] 0.0 71.59 0.00 1 0.00 0.00 _getuid [229] 0.0 71.59 0.00 1 0.00 0.00 _inet_aton [230] 0.0 71.59 0.00 1 0.00 0.00 _inet_pton6 [231] 0.0 71.59 0.00 1 0.00 2.84 _init_services [39] 0.0 71.59 0.00 1 0.00 0.02 _isatty [100] 0.0 71.59 0.00 1 0.00 57034.04 _main [2] 0.0 71.59 0.00 1 0.00 0.00 _malloc_init [232] 0.0 71.59 0.00 1 0.00 0.00 _mmap [233] 0.0 71.59 0.00 1 0.00 0.00 _moncontrol [234] 0.0 71.59 0.00 1 0.00 0.00 _nointr_dosleep [235] 0.0 71.59 0.00 1 0.00 0.00 _nointr_sleep [236] 0.0 71.59 0.00 1 0.00 0.00 _openlog [237] 0.0 71.59 0.00 1 0.00 0.00 _profil [238] 0.0 71.59 0.00 1 0.00 0.00 _randinit [106] 0.0 71.59 0.00 1 0.00 0.00 _readlink [239] 0.0 71.59 0.00 1 0.00 0.00 _recvfrom [240] 0.0 71.59 0.00 1 0.00 5.65 _res_init [31] 0.0 71.59 0.00 1 0.00 0.00 _res_mkquery [241] 0.0 71.59 0.00 1 0.00 0.00 _res_query [242] 0.0 71.59 0.00 1 0.00 0.00 _res_querydomain [243] 0.0 71.59 0.00 1 0.00 0.00 _res_search [244] 0.0 71.59 0.00 1 0.00 0.00 _res_send [245] 0.0 71.59 0.00 1 0.00 5.65 _sethostent [32] 0.0 71.59 0.00 1 0.00 0.00 _settzname [246] 0.0 71.59 0.00 1 0.00 0.00 _srandom [247] 0.0 71.59 0.00 1 0.00 0.00 _strrchr [248] 0.0 71.59 0.00 1 0.00 0.00 _strtol [249] 0.0 71.59 0.00 1 0.00 0.02 _tcgetpgrp [101] 0.0 71.59 0.00 1 0.00 0.00 _throughput_init [250] 0.0 71.59 0.00 1 0.00 0.00 _throughput_stop [251] 0.0 71.59 0.00 1 0.00 2.34 _tzload [48] 0.0 71.59 0.00 1 0.00 0.00 _unlink [252] Index by function name [...] <- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I'm happy if you are reading this. Thank you very much! >Fix: Not avaliable /* from me */ >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message