This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/606] profiling causes segfault in gmon mcount on ARM


------- Additional Comments From gotom at debian dot or dot jp  2004-12-15 12:24 -------
Your suggested patch adds padding space for the start point of
p->kcount and p->froms.  This means p->tossize or p->kcountsize may            
                       
have unaligned size.  However, p->kcountsize is multiplied by
sizeof(*p->froms) and p->tossize is also multiplied by sizeof(struct           
                       
tostruct).  I think they should be 4-bytes aligned, but isn't it true
on your system?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sources.redhat.com/bugzilla/show_bug.cgi?id=606

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]