CINXE.COM
Abrt Server
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Abrt Server</title> <link rel="stylesheet" href="/static/css/patternfly-additions.css"> <link rel="stylesheet" href="/static/css/patternfly.css"> <link rel="stylesheet" href="/static/css/bootstrap-multiselect.css"> <link rel="stylesheet" href="/static/css/daterangepicker-bs3.css"> <link rel="stylesheet" href="/static/css/bootstrap-tagsinput.css"> <link rel="stylesheet" href="/static/css/typeaheadjs.css"> <link rel="stylesheet" href="/static/css/style.css"> <script src="/static/js/jquery.js"></script> <script src="/static/js/bootstrap.js"></script> </head> <body> <div class="navbar navbar-default navbar-pf"> <a class="navbar-brand" href="/"><strong class="brand-title">ABRT</strong>Server</a> </div> <div class='jumbotron depth-0'> <div class='container'> <div class="row"> <div class="col-md-9 col-lg-9"> <h1>Automatic Bug Reporting Tool</h1> <p> ABRT is a set of tools for detecting and reporting application crashes.<br> Crashes are automatically detected and processed for later reporting and analysis.<br> The reporting can be both automated and user-assisted, with users providing additional information and reporting it using our tools. Reports are collected, analyzed and aggregated, providing valuable information for developers. </p> </div> <div class="col-md-3 col-lg-3"> <div class="logo-transparent"> <img src="/static/abrt-logo.png"/> </div> </div> </div> </div> </div> <div class="wide-panel"> <h1>Remote services</h1> <div class='container'> <div class="row no-gutters"> <div class="col-md-6 col-lg-6"> <div class="single-block border-right"> <h2>ABRT Analytics</h2> <p> A framework for aggregating and analyzing reports of crashes.<br> Web pages are available to users, containing reports, problems and statistics associated with crashes, such as time, manner and owner. <a href="https://github.com/abrt/faf/">Learn more...</a><br> <br> </p> <a href=https://retrace.fedoraproject.org/faf class="btn btn-default depth-2">Visit ABRT Analytics site</a><br> </div> </div> <div class="col-md-6 col-lg-6"> <div class="single-block"> <h2>Retrace Server</h2> <p> Users sending reports can also send coredump for remote analysis and receive backtrace without the need to install debuginfo packages locally. This process is also integrated into automated reporting. <a href="https://github.com/abrt/retrace-server">Learn more...</a><br> <br> </p> This feature is not accessible through web UI. </div> </div> </div> </div> <a data-toggle="collapse" href="#disclaimer" class="disclaimer-link">Click to see Retrace Server's disclaimer</a> <div id="disclaimer" class="collapse"> <div class='container'> <div class="row no-gutters"> <div class="col-md-6 col-lg-6"> <div class="disclaimer-block border-right"> <h2>Keeping your data</h2> <p> Your coredump is only kept on the server while the retrace job is running. Once the job is finished, the server keeps retrace log and backtrace. All the other data (including coredump) are deleted. The retrace log and backtrace are only accessible via unique task ID and password, thus no one (except the author) is allowed to view it. All the crash information (including backtrace) is deleted after 24 hours of inactivity. No potentially private data are kept on the server beyond that point. </p> </div> </div> <div class="col-md-6 col-lg-6"> <div class="disclaimer-block"> <h2>Communicating with server</h2> <p> Your coredump is only used for retrace purposes. Server administrators are not trying to get your private data from coredumps or backtraces. Using a secure communication channel (HTTPS) is strictly recommended. Server administrators accept no responsibility for problems arising from the use of an insecure channel (such as HTTP). </p> </div> </div> </div> </div> </div> </div> <div class="wide-panel"> <h1>End-user application</h1> <div class='container'> <div class="row no-gutters"> <div class="col-md-6 col-lg-6"> <div class="single-block border-right"> <h2>Automatic Bug Reporting Tool</h2> <p> A tool for detection of defects in applications. The detection is automatic and a report is presented to the user. This report can be sent to the developers to help them fix the problem. <a href="https://github.com/abrt/abrt/">Learn more...</a><br> </p> </div> </div> <div class="col-md-6 col-lg-6"> <div class="single-block"> <h2>GNOME ABRT</h2> <p> A graphical application for browsing detected problems. Each problem is presented as a full report for better understanding of the given crash. Bugs can also be reported using this app. <a href="https://github.com/abrt/gnome-abrt/">Learn more...</a><br> </p> </div> </div> </div> </div> </div> <div class="wide-panel"> <h1>Libraries</h1> <div class='container'> <div class="row no-gutters"> <div class="col-md-6 col-lg-6"> <div class="single-block border-right"> <h2>Libreport</h2> <p> A library for reporting various problems to destinations like mailing lists, regular files, remote servers and bug tracking tools. Other destinations and tools can be easily added by writing their own plugins. <a href="https://github.com/abrt/libreport/">Learn more...</a><br> </p> </div> </div> <div class="col-md-6 col-lg-6"> <div class="single-block"> <h2>Satyr</h2> <p> Satyr is a collection of low-level algorithms for program failure processing, analysis and reporting, supporting kernel space, user space, Python, and Java programs. <a href="https://github.com/abrt/satyr/">Learn more...</a><br> </p> </div> </div> </div> </div> </div> <div class="footer-panel"> <p> ABRT | <a href="https://github.com/abrt/abrt/wiki">About</a> | <a href="https://github.com/abrt/">Report a bug</a> <p> </div> </body> </html>