This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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 runtime/11602] New: compress unwind data


16MB of maximum module size can be exceeded if one attempts to upload
unwind/symbol data for huge userspace libraries like libxul.so.  It
turns out that .eh_frame and .debug_frame are highly compressible
(gzip shows 80%).  We could put the compressed form into the .ko
and decompress on demand into the relatively more voluminous kernel
heap.

-- 
           Summary: compress unwind data
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=11602

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


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