FACTOID # 74: More than a third of the time, Icelanders don't show up for work. Perhaps that's why they're the world's happiest nation.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Breakpad

A crash reporter is an application whose function is to report crash data to a third party, usually to the party responsible for the crashed program. Crash reports often include data such as stack traces, type of crash, and version of software. This information helps software developers to diagnose and fix the underlying problem causing the crash. This article or section does not cite its references or sources. ... A crash in computing is a condition where a program (either an application or part of the operating system) stops performing its expected function and also stops responding to other parts of the system. ... A stack trace (also called backtrace) is a report of the active stack frames instantiated by the execution of a program. ... A crash in computing is a condition where a program (either an application or part of the operating system) stops performing its expected function and also stops responding to other parts of the system. ... A software developer is an entity, either a company or individual, that creates software. ...

Contents

Mac OS X

Main article: Crash Reporter

In Mac OS X there is a standard crash reporter in /System/Library/CoreServices/Crash Reporter.app. Crash Reporter.app sends the Unix crash logs to Apple Computer for their engineers to look at. The top text field of the window has the crash log, while the bottom field is for user comments. Users may also copy and paste the log in their email client to send to the application vendor for them to use. Crash Reporter.app has 3 main modes: display nothing on crash, display "Application has crashed" dialog box or display Crash Report window. Image File history File links Apple_Crash_Reporter_10. ... A crash reporter is an application whose function is to report crash data to a third party, usually to the party responsible for the crashed program. ... Mac OS X (official IPA pronunciation: ) is a line of proprietary, graphical operating systems developed, marketed, and sold by Apple Inc. ... Filiation of Unix and Unix-like systems Unix (officially trademarked as UNIX®) is a computer operating system originally developed in the 1960s and 1970s by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy. ... Apple Inc. ... For the Technical Symposium of NITK Surathkal Engineer , see Engineer (Technical Fest). ... This page is about computer text editing. ... Example of dialog box from Microsoft Windows Dialog boxes are special windows which are used by computer programs or by the operating system to display information to the user, or to get a response if needed. ...


Windows XP

Microsoft Windows XP includes a crash reporting service called Windows Error Reporting (formerly Online Crash Analysis) that prompts users to send crash reports to Microsoft for online analysis.[1] The information goes to a central database run by Microsoft. It consists of diagnostic information that helps the company or development team responsible for the crash to debug and resolve the issue if they choose to do so. Microsoft Corporation, (NASDAQ: MSFT, HKSE: 4338) is a multinational computer technology corporation with global annual revenue of US$44. ... Windows XP is a line of proprietary operating systems developed by Microsoft for use on general-purpose computer systems, including home and business desktops, notebook computers, and media centers. ... It has been suggested that this article or section be merged with Dr. Watson (debugger). ... Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware thus making it behave as expected. ...


Windows probably contains the most sophisticated form of OCA to date where the central database can be setup to gather additional information from users that are experiencing a particular type of crash (through user approval). The system considers all parts of the debug and release process, such that targeted bug fixes can be applied through Windows Update. In other words, only people experiencing a particular type of crash can be offered the bug fix, thus limiting exposure to an issue. Windows Update version 5 through Netscape Browser 8. ...


GNOME

Bug Buddy in GNOME 2.16
Bug Buddy in GNOME 2.16

Bug Buddy is the crash reporting tool used by the GNOME platform. When an application using the GNOME libraries crashes, Bug Buddy generates a stack trace using gdb and invites the user to submit the report to the GNOME bugzilla. The user can add comments and view the details of the crash report. Image File history File links Screenshot-Bug_Buddy. ... Image File history File links Screenshot-Bug_Buddy. ... This article or section does not adequately cite its references or sources. ... The GNU Debugger, usually called just GDB, is the standard debugger for the GNU software system. ... Bugzilla is a general-purpose bug-tracking tool originally developed and used by the Mozilla Foundation. ...


KDE

The crash reporting tool used by KDE is called Dr. Konqi. KDE (K Desktop Environment) (IPA: ) is a free software project which aims to be a powerful ecosystem for an easy-to-use desktop environment. ...


Mozilla

Image File history File links Talkback. ...

Talkback

(also known as the Quality Feedback Agent) is the crash reporter used by the Mozilla software to report crashes of its products to a centralized server for aggregation or case-by-case analysis.[2] Talkback is proprietary software licensed to the Mozilla Corporation by SupportSoft. If a Mozilla product (e.g. Mozilla Firefox, Mozilla Thunderbird) were to crash with Talkback enabled, the Talkback agent would appear, prompting the user to provide optional information regarding the crash. Talkback does not replace the native OS crash reporter which, if enabled, will appear along with the Talkback agent. Mozilla was the official, public, original name of Mozilla Application Suite by the Mozilla Foundation, nowadays called SeaMonkey suite. ... This article or section does not cite its references or sources. ... Proprietary software is software with restrictions on using, copying and modifying as enforced by the proprietor. ... Mozilla Firefox is a graphical web browser developed by the Mozilla Corporation and a large community of external contributors. ... Mozilla Thunderbird is a free, cross-platform e-mail and news client developed by the Mozilla Foundation. ...


Breakpad

(previously called Airbag) is an open-source replacement for Talkback for Firefox and Thunderbird. It is being developed by Google and Mozilla.[3][4] Although not finished, this product is significant because it is the first open source multi-platform crash reporting system. Google, Inc. ...


Ubuntu

With the release of Ubuntu 6.10, Ubuntu includes Apport[5]. It is not currently enabled for GNOME desktop applications; they continue to use Bug Buddy.


Apport works by installing a userspace helper which intercepts user processes when they would usually dump core, and writes crash reports to a staging location. A user daemon then invites the user to submit new crash reports to Ubuntu for analysis.[6] A core dump is the name often given to the recorded state of the working memory of a computer program at a specific time, generally when the program that has terminated abnormally (crashed). ...


World of Warcraft

World of Warcraft is another program to use its own crash reporter, "Error Reporter". Its effectiveness at catching crashes isn't always 100%; sometimes the OS crash reporter is invoked instead. Error Reporter has even been known to crash while reporting errors. World of Warcraft (commonly abbreviated as WoW) is a massive multiplayer online role-playing game (MMORPG) developed by Blizzard Entertainment and is the fourth game in the Warcraft series, excluding expansion packs and the cancelled Warcraft Adventures: Lord of the Clans. ...


References

  1. ^ http://microsoft.com/windowsxp/using/setup/expert/northrup_03october06.mspx
  2. ^ Mozilla Talkback server. Retrieved on 2006-09-21.
  3. ^ Deploying the Airbag. BSBlog (Mozilla developer Benjamin Smedberg's weblog).
  4. ^ Using Breakpad with Gran Paradiso (1.9a3). BSBlog (Mozilla developer Benjamin Smedberg's weblog).
  5. ^ EdgyReleaseNotes. Retrieved on 2007-02-14.
  6. ^ Apport. Ubuntu Wiki. Retrieved on 2007-02-14.


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.