From owner-freebsd-bugs Fri Feb 16 15:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7391637B491 for ; Fri, 16 Feb 2001 15:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GNK1A86163; Fri, 16 Feb 2001 15:20:01 -0800 (PST) (envelope-from gnats) Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 8BF2A37B401 for ; Fri, 16 Feb 2001 15:13:47 -0800 (PST) Received: from pain10.corp.disney.com (root@pain10.corp.disney.com [153.7.110.100]) by mail.disney.com (Switch-2.0.1/Switch-2.0.1) with SMTP id f1GNDHc11267 for ; Fri, 16 Feb 2001 15:13:17 -0800 (PST) Received: from louie.fa.disney.com by pain.corp.disney.com with ESMTP for FreeBSD-gnats-submit@freebsd.org; Fri, 16 Feb 2001 15:14:22 -0800 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by louie.fa.disney.com (8.9.2/8.9.2) with ESMTP id PAA11642 for ; Fri, 16 Feb 2001 15:13:45 -0800 (PST) (envelope-from Jim.Pirzyk@fa.disney.com) Received: from snoopy.fan.fa.disney.com (snoopy.fan.fa.disney.com [153.7.117.170]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id PAA12945 for ; Fri, 16 Feb 2001 15:13:44 -0800 (PST) (envelope-from Jim.Pirzyk@fa.disney.com) Received: (from Jim.Pirzyk@localhost) by snoopy.fan.fa.disney.com (8.11.1/8.9.3) id f1GNDie57681; Fri, 16 Feb 2001 15:13:44 -0800 (PST) (envelope-from Jim.Pirzyk@fa.disney.com) Message-Id: <200102162313.f1GNDie57681@snoopy.fan.fa.disney.com> Date: Fri, 16 Feb 2001 15:13:44 -0800 (PST) From: Jim.Pirzyk@disney.com Reply-To: Jim.Pirzyk@disney.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/25153: kdump gets malloc error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25153 >Category: bin >Synopsis: kdump does not finish displaying data >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 15:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: after running a ktrace on a Linux binary, I get a 7MB ktrace.out file. >Description: running kdump on this output file, it fails with Cannot allocate memory after accessing the last break call . Here is the kdump on the kdump: Jim.Pirzyk@snoopy:/usr/src/usr.bin/kdump 46>kdump | grep break 56504 kdump CALL break(0x804e000) 56504 kdump RET break 0 56504 kdump CALL break(0x804f000) 56504 kdump RET break 0 56504 kdump CALL break(0x8051000) 56504 kdump RET break 0 56504 kdump CALL break(0x8052000) 56504 kdump RET break 0 56504 kdump CALL break(0x8054000) 56504 kdump RET break 0 56504 kdump CALL break(0x808b000) 56504 kdump RET break 0 56504 kdump CALL break(0x7d772000) 56504 kdump RET break -1 errno 12 Cannot allocate memory >How-To-Repeat: I can send the ktrace.out file, but compressed, it still is over 1MB. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message