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 translator/9941] New: add dwfl_*_report_offline callback for quick pending_interrupts exit


When the filesystem caches are cold, the first stap run can load up
a slew of modules/debuginfo data (even it not really needed: bug #3498).
During this time, the code loops within elfutils for potentially many
seconds, with no opportunity to check for ^C for an early abort.

The predicate function callback for these dwfl functions is currently
unused, but could be a reasonable way to check for pending_interrupts
and return the nearest thing to CB_ABORT.

-- 
           Summary: add dwfl_*_report_offline callback for quick
                    pending_interrupts exit
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


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

------- 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]