Opened 17 years ago
Closed 17 years ago
#390 closed defect (fixed)
Symbolization: Strings with incorrect op-codes do not render
Reported by: | louisewatson | Owned by: | louisewatson |
---|---|---|---|
Priority: | medium | Milestone: | 2.0 |
Component: | Rendering Service | Version: | 2.0.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1023668 |
Description
A string with an incorrect op-code does not render at all. There should be some feedback.
Change History (2)
comment:1 by , 17 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fix was to respond to Abandonment values more intelligently. Now we continue when the problem is keInvalidArgument, keNotImplemented, keNotSupported. We Quit if we hit keNoMemory or keNoResource. We Abandon parsing if any other error condition is encountered.
In the Continue and Quit case, we display the string partially formatted. In the Abandon case, we display the entire string as if it was plain text.