Bug 62231 - memprof rpm missing from server install
Summary: memprof rpm missing from server install
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: memprof
Version: 7.3
Hardware: alpha
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Owen Taylor
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-28 17:03 UTC by Christopher Holmes
Modified: 2007-04-18 16:41 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-03-28 17:03:14 UTC
Embargoed:


Attachments (Terms of Use)

Description Christopher Holmes 2002-03-28 17:03:09 UTC
Description of Problem:

  memprof rpm missing from server install

Version-Release number of selected component (if applicable):

  memprof-0.4.1-5

How Reproducible:

  always

Steps to Reproduce:
1. install RedHat7.2 beta for alpha as server, selecting all packages
2. rpm -qa | grep memprof
3. 

Actual Results:

  no memprof rpm

Expected Results:

  memprof rpm shows up

Additional Information:
	expected results achieved on RedHat7.2 Intel server install

Comment 1 Owen Taylor 2002-03-28 17:10:36 UTC
MemProf, to my knowledge is simply impossible to port to the Alpha
architecture due to the stack layout and calling conventions. 

(MemProf works by doing a complete backtrace for every malloc()
or free. Backtraces on Alpha require searches to find the stack location,
so the result would be something probably hundreds of times slower
on Alpha than on i386, making it entirely useless.)


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