Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Dec 2014 12:54:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 195555] New: [patch] [dtrace] fix alignment issue when iterating DOFs
Message-ID:  <bug-195555-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195555

            Bug ID: 195555
           Summary: [patch] [dtrace] fix alignment issue when iterating
                    DOFs
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: fedor@indutny.com

Created attachment 150067
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150067&action=edit
Patch

Unfortunately, previous fix for DTrace drti was incomplete.

Following problems was found during investigation:

1. FreeBSD's 10.1 dtrace tool produce SHT_PROGBITS .__SUNW_dof section, instead
of SHT_SUNW_dof 
2. DOFs are placed at aligned locations within the ELF section, this wasn't
accounted in the iterating loop .

I suggest this patch to be included in next 10.x iteration.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195555-8>