[LLVMbugs] [Bug 13150] New: Crash reporting should be extensible with an external tool
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 19 11:16:24 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13150
Bug #: 13150
Summary: Crash reporting should be extensible with an external
tool
Product: clang
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: chandlerc at gmail.com
CC: chad.rosier at gmail.com, chandlerc at gmail.com,
daniel at zuster.org, llvmbugs at cs.uiuc.edu
Classification: Unclassified
The idea is that anyone distributing Clang could ship an external tool that
does automatic bug triage / reporting, or integrates with crash reporting on
the host OS etc.
It would be important to continue to do most of the crash handling in the
driver where we know about Clang, and the command, and can build up the proper
reproduction steps, and then to hand all that information off to the separate
tool if it exists, or report it (much as we already do) to the user.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list