Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1609 closed defect (fixed)

MdfParser uses global tab methods that are not thread safe

Reported by: brucedechant Owned by: brucedechant
Priority: medium Milestone: 2.3
Component: General Version: 2.2.0
Severity: major Keywords:
Cc: trevorwekel External ID:

Description (last modified by brucedechant)

When the server is under load the MdfParser can generate "A length exception occurred. string too long" exceptions because it uses global tab methods that are not thread safe.

Change History (7)

comment:1 by brucedechant, 13 years ago

Description: modified (diff)
Owner: set to brucedechant

comment:2 by brucedechant, 13 years ago

Fixed. sandbox/adsk/2.3r r5565

comment:3 by brucedechant, 13 years ago

Resolution: fixed
Status: newclosed

Fixed. trunk r5566

comment:4 by trevorwekel, 13 years ago

Cc: trevorwekel added

Bruce, did you want me to apply the patch in #1601 to trunk as well? The patch also includes a performance optimization.

comment:5 by brucedechant, 13 years ago

Yes please.

comment:6 by brucedechant, 13 years ago

Fixed. branches/2.2 r5593

comment:7 by ChristineBao, 13 years ago

Submit to sandbox/adsk/2.2gp r5719.

Note: See TracTickets for help on using tickets.