Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 296007 Details for
Bug 435048
pfmon using uninitialized value on ia64
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to fix ia64 build
pfmon-3.3-ia64-build.patch (text/plain), 1.28 KB, created by
Doug Chapman
on 2008-02-27 00:25:40 UTC
(
hide
)
Description:
patch to fix ia64 build
Filename:
MIME Type:
Creator:
Doug Chapman
Created:
2008-02-27 00:25:40 UTC
Size:
1.28 KB
patch
obsolete
>diff -up pfmon-3.3/pfmon/smpl_mod/dear_hist_ia64.c.broken pfmon-3.3/pfmon/smpl_mod/dear_hist_ia64.c >--- pfmon-3.3/pfmon/smpl_mod/dear_hist_ia64.c.broken 2008-02-25 06:24:59.000000000 -0500 >+++ pfmon-3.3/pfmon/smpl_mod/dear_hist_ia64.c 2008-02-26 19:00:44.000000000 -0500 >@@ -186,7 +186,7 @@ dear_hist_process_samples_normal(pfmon_s > unsigned long addr; > unsigned int l2_latency, l3_latency; > size_t sample_size; >- void *hash_desc = csmpl->data, *data; >+ void *hash_desc, *data; > void *pos; > hash_data_t *hash_entry; > pfmon_hash_key_t key; >@@ -195,6 +195,7 @@ dear_hist_process_samples_normal(pfmon_s > uint32_t current_map_version; > > csmpl = &sdesc->csmpl; >+ hash_desc = csmpl->data; > hdr = csmpl->smpl_hdr; > > pos = hdr+1; >diff -up pfmon-3.3/pfmon/smpl_mod/inst_hist_ia64_old_smpl.c.broken pfmon-3.3/pfmon/smpl_mod/inst_hist_ia64_old_smpl.c >--- pfmon-3.3/pfmon/smpl_mod/inst_hist_ia64_old_smpl.c.broken 2008-02-26 19:03:04.000000000 -0500 >+++ pfmon-3.3/pfmon/smpl_mod/inst_hist_ia64_old_smpl.c 2008-02-26 19:04:01.000000000 -0500 >@@ -308,7 +308,7 @@ inst_hist_show_results(pfmon_sdesc_t *sd > pfmon_smpl_desc_t *csmpl; > FILE *fp; > hash_data_t **tab; >- unsigned long addr, ns; >+ unsigned long addr, ns=0; > unsigned long i, num_entries, j; > double d_cum, cum_total; > hash_sort_arg_t arg;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 435048
: 296007 |
301349