Open Bug 1726468 Opened 3 years ago Updated 4 months ago

Missing proto_signature for java crashes

Categories

(Socorro :: Webapp, defect)

defect

Tracking

(Not tracked)

People

(Reporter: agi, Unassigned)

References

(Depends on 1 open bug, Blocks 3 open bugs)

Details

I'm looking at https://crash-stats.mozilla.org/report/index/7acbdfb4-a81d-48ff-9a56-ba6480210818#tab-details and even though we do have native stacks, I don't see the proto_signature attribute in https://crash-stats.mozilla.org/api/UnredactedCrash/?crash_id=7acbdfb4-a81d-48ff-9a56-ba6480210818 (not sure if this is a crash reporter problem or a socorro problem).

I can see it on pure Android native crashes like https://crash-stats.mozilla.org/report/index/0b48a495-d171-42d8-a48c-2ae2a0210818

It would be really nice to have this as it would allow me to search for given stacks in broad reports like OutOfMemoryException.

Blocks: 1722924

The proto signature gets generated during signature generation. Since Java crashes have a JavaStackTrace, they go through signature generation differently which doesn't generate a proto signature.

Depends on: 1541120
You need to log in before you can comment on or make changes to this bug.