~xnox/whoopsie/fix-realloc

« back to all changes in this revision

Viewing changes to src/whoopsie.c

  • Committer: Brian Murray
  • Date: 2014-04-10 17:58:36 UTC
  • Revision ID: brian@canonical.com-20140410175836-zlscnd7b331h1p7o
Do not send Stacktrace, and ThreadStacktrace as retracing with ddebs will
provide more useful versions of them. (LP: #1306175)

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
    /* add_gdb_info */
126
126
    "Registers",
127
127
    "Disassembly",
128
 
    "Stacktrace",
129
 
    "ThreadStacktrace",
 
128
    /* We do not need these since we retrace with ddebs on errors */
 
129
    /* "Stacktrace", */
 
130
    /* "ThreadStacktrace", */
 
131
    /* used to repair the StacktraceAddressSignature if it is corrupt */
130
132
    "StacktraceTop",
131
133
    "AssertionMessage",
132
134
    "ProcAttrCurrent",