Date: Fri, 16 Feb 2001 15:13:44 -0800 (PST) From: Jim.Pirzyk@disney.com To: FreeBSD-gnats-submit@freebsd.org Subject: bin/25153: kdump gets malloc error Message-ID: <200102162313.f1GNDie57681@snoopy.fan.fa.disney.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102162313.f1GNDie57681>