Closed Bug 1073515 Opened 11 years ago Closed 11 years ago

profile.sh reports incomplete symbols when they contain whitespaces for breakpad

Categories

(Firefox OS Graveyard :: Infrastructure, defect, P1)

All
Linux
defect

Tracking

(Not tracked)

RESOLVED FIXED
2.1 S6 (10oct)

People

(Reporter: wcosta, Assigned: wcosta)

References

Details

User Story

When using breakpad symbols and when resolved symbols contain whitespaces, only the first part shows up in the profile files.

Attachments

(1 file)

43 bytes, text/x-github-pull-request
dhylands
: review+
Details | Review
No description provided.
Attached file Fix symbol resolution
Attachment #8495985 - Flags: review?(dhylands)
Comment on attachment 8495985 [details] [review] Fix symbol resolution This looks fine to me, but out of curiosity, what kinds of symbols contain spaces in them?
Attachment #8495985 - Flags: review?(dhylands) → review+
(In reply to Dave Hylands [:dhylands] from comment #2) > Comment on attachment 8495985 [details] [review] > Fix symbol resolution > > This looks fine to me, but out of curiosity, what kinds of symbols contain > spaces in them? Some symbols contain parameters info, like "test(int var1, int var2)", and the space between the parameters list were causing trouble. After thought: I don't really want to throw away source file info, but just use the base name instead of the complete path. I updated the patch according so. Could you please review again?
Flags: needinfo?(dhylands)
Your source_file will include the :line_number. If that's what you expected, then that's fine.
Flags: needinfo?(dhylands)
(In reply to Dave Hylands [:dhylands] from comment #4) > Your source_file will include the :line_number. If that's what you expected, > then that's fine. Yes, it is. Thanks :)
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.1 S6 (10oct)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: