Occasionally, a computer application executing on a client device may have an error that causes the computer application to stop working, referred to as a “crash”. The client device may collect a set of a data regarding the crash, described as a “crash data set”. The crash data set may describe the activity of the computer at the time of the crash to provide a vendor with clues as to the cause of the crash. The crash data set may be made suitably anonymous to protect the privacy of the user. The client device may send a crash telemetry report describing the crash.
This Summary is provided to introduce a selection of concepts in a simplified form that is further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
Embodiments discussed below relate to a server identifying an executable file using a hash identifier. The server may compute a hash identifier based on a file metadata set associated with an executable file. The server may identify the executable file using the hash identifier.
In order to describe the manner in which the above-recited and other advantages and features can be obtained, a more particular description is set forth and will be rendered by reference to specific embodiments thereof which are illustrated in the appended drawings. Understanding that these drawings depict only typical embodiments and are not therefore to be considered to be limiting of its scope, implementations will be described and explained with additional specificity and detail through the use of the accompanying drawings.
Embodiments are discussed in detail below. While specific implementations are discussed, it should be understood that this is done for illustration purposes only. A person skilled in the relevant art will recognize that other components and configurations may be used without parting from the spirit and scope of the subject matter of this disclosure. The implementations may be a machine-implemented method, a tangible machine-readable medium having a set of instructions detailing a method stored thereon for at least one processor, or a client support server.
An independent software vendor may upload a file metadata set describing an executable file to a vendor support server. A metadata server may match the file metadata set against a crash data set collected from a client device in order to determine which independent software vendor is to receive the crash dataset.
The file metadata set may contain a set of attributes that uniquely identify a single executable file. These attributes include the file name, the file version, and a file link date, in the form of a date timestamp. In database design, a single identifier may facilitate the efficient cross-link of objects. By executing a hash function on a text string of the file metadata set, a server or group of servers may produce a single identifier for an executable file. Alternately, a server may execute the hash function directly on the file metadata set.
The hash function may input the file name, file version and link date and calculate a SHA-1 hash of these values. The multiple components may hash the same values in the same way, allowing different copies of the executable file to be matched across systems even when the file information was collected differently.
Before the hash is generated, a server may pass the file metadata set through a validation phase and a transformation phase. The validation phase may check that the input parameters have the correct format and are within the specified range. If the validation fails, the server may forgo generating a hash identifier to indicate an error in input data, preventing meaningless hash identifiers from entering the system.
In the transformation phase, the server may transform the file metadata set to a format common across the system. The server may transform a file name to a consistent case, such as lower case or upper case, and adjust version information to a common format. After that, the server may generate a text string from the inputs and compute a hash from the resulting text string. Alternately, the server may compute a hash from the file metadata set without converting the file metadata set to a text string.
In addition, the hash function may simplify the process of detecting when two different independent software vendors upload information about the same file. A conflict detector may identify these conflicts when they happen, to prevent a vendor from seeing crash data about other vendors programs.
Thus, in one embodiment, a server may identify an executable file using a hash identifier. The server may compute a hash identifier based on a file metadata set associated with an executable file. The server may identify the executable file using the hash identifier.
A software crash reporting system may compare a crash data set associated with a client hash identifier to a set of vendor hash identifiers associated with one or more vendors. The client hash identifier is a hash identifier associated with data received from the client. The vendor hash identifier is a hash identifier associated with data received from the vendor. If the client hash identifier matches with a vendor hash identifier, the software crash reporting system may send the crash data set to the associated vendor.
The client device 104 may alert a client support server 112 if the executable file crashes during execution. The client device 104 may send a crash data set to the client support server 112 describing the circumstances of the crash. The crash data set may be in a crash telemetry report. The crash telemetry report may associate the crash data set with a file metadata set for the executable file, such as the file name, file version, and the link date. The client support server 112 may compute a client hash identifier based on the file metadata set in the crash telemetry report. The client support server 112 may associate the client hash identifier with the crash data set. The client support server 112 may send the client hash identifier and associated crash data set to the metadata server 110.
The metadata server 110 may compare the client hash identifier with the stored vendor hash identifiers. The metadata server 110 may send the crash data set to the vendor 102 associated with the vendor hash identifier that matches the client hash identifier. The functions of one or more of the vendor support server 108, metadata server 110, or client support server 112 may be combined in any number of combinations or spread across multiple servers.
The processor 220 may include at least one conventional processor or microprocessor that interprets and executes a set of instructions. The memory 230 may be a random access memory (RAM) or another type of dynamic storage device that stores information and instructions for execution by the processor 220. The memory 230 may also store temporary variables or other intermediate information used during execution of instructions by the processor 220. The ROM 240 may include a conventional ROM device or another type of static storage device that stores static information and instructions for the processor 220. The storage device 250 may include any type of tangible machine-readable medium, such as, for example, magnetic or optical recording media and its corresponding drive. The storage device 250 may store a set of instructions detailing a method that when executed by one or more processors cause the one or more processors to perform the method. The storage device 250 may also be a database or a database interface for storing hash identifiers and associated data.
The input device 260 may include one or more conventional mechanisms that permit a user to input information to the computing device 200, such as a keyboard, a mouse, a voice recognition device, a microphone, a headset, etc. The output device 270 may include one or more conventional mechanisms that output information to the user, including a display, a printer, one or more speakers, a headset, or a medium, such as a memory, or a magnetic or optical disk and a corresponding disk drive. The communication interface 280 may include any transceiver-like mechanism that enables computing device 200 to communicate with other devices or networks. The communication interface 280 may include a network interface or a mobile transceiver interface. The communication interface 280 may be a wireless, wired, or optical interface.
The computing device 200 may perform such functions in response to processor 220 executing sequences of instructions contained in a computer-readable medium, such as, for example, the memory 230, a magnetic disk, or an optical disk. Such instructions may be read into the memory 230 from another computer-readable medium, such as the storage device 250, or from a separate device via the communication interface 280.
Alternatively, a vendor portal, representing the metadata server 110, client support server 112, or vendor server 108, may store the vendor program report 400 for later access by the vendor 102. The vendor 102 may authenticate at the vendor portal and download a vendor program report 400.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms for implementing the claims.
Embodiments within the scope of the present invention may also include non-transitory computer-readable storage media for carrying or having computer-executable instructions or data structures stored thereon. Such non-transitory computer-readable storage media may be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, such non-transitory computer-readable storage media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to carry or store desired program code means in the form of computer-executable instructions or data structures. Combinations of the above should also be included within the scope of the non-transitory computer-readable storage media.
Embodiments may also be practiced in distributed computing environments where tasks are performed by local and remote processing devices that are linked (either by hardwired links, wireless links, or by a combination thereof) through a communications network.
Computer-executable instructions include, for example, instructions and data which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions. Computer-executable instructions also include program modules that are executed by computers in stand-alone or network environments. Generally, program modules include routines, programs, objects, components, and data structures, etc. that perform particular tasks or implement particular abstract data types. Computer-executable instructions, associated data structures, and program modules represent examples of the program code means for executing steps of the methods disclosed herein. The particular sequence of such executable instructions or associated data structures represents examples of corresponding acts for implementing the functions described in such steps.
Although the above description may contain specific details, they should not be construed as limiting the claims in any way. Other configurations of the described embodiments are part of the scope of the disclosure. For example, the principles of the disclosure may be applied to each individual user where each user may individually deploy such a system. This enables each user to utilize the benefits of the disclosure even if any one of a large number of possible applications do not use the functionality described herein. Multiple instances of electronic devices each may process the content in various possible ways. Implementations are not necessarily in one system used by all end users. Accordingly, the appended claims and their legal equivalents should only define the invention, rather than any specific examples given.
Number | Name | Date | Kind |
---|---|---|---|
6151708 | Pedrizetti | Nov 2000 | A |
7096493 | Liu | Aug 2006 | B1 |
7325166 | Maguire | Jan 2008 | B2 |
7469362 | Hudson et al. | Dec 2008 | B2 |
7735065 | Jain et al. | Jun 2010 | B2 |
7747582 | Kaminski, Jr. | Jun 2010 | B1 |
8020149 | Wolf | Sep 2011 | B2 |
8140892 | Calinoiu et al. | Mar 2012 | B2 |
8447695 | Chenthamarakshan | May 2013 | B2 |
8561180 | Nachenberg | Oct 2013 | B1 |
8776028 | Enakiev | Jul 2014 | B1 |
20040093491 | Ebata | May 2004 | A1 |
20040128583 | Iulo et al. | Jul 2004 | A1 |
20040167859 | Mirabella | Aug 2004 | A1 |
20050033605 | Bergeron et al. | Feb 2005 | A1 |
20050289404 | Maguire | Dec 2005 | A1 |
20060149806 | Scott et al. | Jul 2006 | A1 |
20060173937 | Sia | Aug 2006 | A1 |
20060235822 | Raghavan | Oct 2006 | A1 |
20060253837 | Hudson et al. | Nov 2006 | A1 |
20070156585 | Chenthamarakshan | Jul 2007 | A1 |
20080052677 | Wolf | Feb 2008 | A1 |
20080098042 | Tian et al. | Apr 2008 | A1 |
20080098109 | Faihe et al. | Apr 2008 | A1 |
20080104403 | Gueron | May 2008 | A1 |
20080126431 | Walliser et al. | May 2008 | A1 |
20080244531 | Schmelter | Oct 2008 | A1 |
20080254777 | Arneson et al. | Oct 2008 | A1 |
20100021027 | Hartkens | Jan 2010 | A1 |
20100083036 | Calinoiu et al. | Apr 2010 | A1 |
20100229157 | Ergan et al. | Sep 2010 | A1 |
20100242094 | Hussain et al. | Sep 2010 | A1 |
20110087690 | Cairns | Apr 2011 | A1 |
Number | Date | Country |
---|---|---|
1617099 | May 2005 | CN |
101669118 | Mar 2010 | CN |
102047260 | May 2011 | CN |
1035482 | Sep 2000 | EP |
1020090116743 | Nov 2009 | KR |
Entry |
---|
Nakhimovsky, et al., “Enabling User-Controlled Collection of Application Crash Data with DTrace”, Retrieved at <<Enabling User-Controlled Collection of Application Crash Data with DTrace>>, May 2005, pp. 9. |
“About Windows Error Reporting”, Retrieved at <<https://winqual.microsoft.com/help/about_windows_error_reporting_for_hardware.htm, Retrieved Date: Sep. 26, 2011, pp. 3. |
“ConflictManager Reference”, Retrieved at <<http://www.symantec.com/business/support/resources/sites/BUSINESS/content/live/DOCUMENTATION/1000/DOC1965/en_US/ConflictManager%208.0%20Reference_V1.0.pdf>>, 2009, pp. 1-54. |
“International Search Report”, dated Feb. 25, 2013, Application No. PCT/US2012/061437, Filed Date: Oct. 23, 2012, pp. 1-9. |
“Search Report Issued in European Application No. 12843048.5”, datd Oct. 12, 2015, 7 pages. |
“First Office Action and Search Report Issued in Chinese Application No. 201280052011.3”, dated Aug. 24, 2015, 13 pages. |
“Second Office Action and Search Report Issued in Chinese Patent Application No. 201280052011.3”, dated Apr. 7, 2016, 17 Pages. |
“Third Office Action Issued in Chinese Patent Application No. 201280052011.3”, dated Oct. 11, 2016, 12 Pages. |
“Office Action Issued in Japanese Patent Application No. 2014-537372”, dated Nov. 22, 2016, 6 pages. |
Japanese Office Action issued in Japanese Patent Application No. 2014-537372 dated Jul. 11, 2017. |
“Fourth Office Action and Search Report Issued in Chinese Patent Application No. 201280052011.3”, dated Sep. 5, 2017, 18 pages. |
“Office Action Issued in Chinese Patent Application No. 201280052011.3”, dated Feb. 3, 2017, 17 pages. |
Number | Date | Country | |
---|---|---|---|
20130103651 A1 | Apr 2013 | US |