Opened 16 years ago

Closed 16 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 louisewatson, 16 years ago

Owner: set to louisewatson
Status: newassigned

comment:2 by louisewatson, 16 years ago

Resolution: fixed
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.