Opened 18 years ago

Closed 13 years ago

#1929 closed defect (fixed)

Truetypesymbols with a negative GAP Value causes a crash in release 4.10

Reported by: pf@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer CGI Version: 4.10
Severity: normal Keywords:
Cc:

Description (last modified by tbonfort)

I tried my cartographic symbol creation mapfiles with the new 4.10 releases and
recognized that one layer causes a server crash; this is the layer and the
corresponding symbol definition that creates the problem; no problems with the
lst 4.8.4 version
SYMBOL # Buchstabe T aus Arial

  NAME "T"

  TYPE TRUETYPE

  FONT "arial"

  CHARACTER "T"

  ANTIALIAS TRUE

  GAP -10

END


LAYER

  NAME Flaeche16

  TYPE POLYGON

  STATUS DEFAULT

  FEATURE

    POINTS

      75 50

      99 50

      99 40

      75 40

      75 50

    END

  END

  CLASS

  STYLE

    SYMBOL "T"

    SIZE 12

    COLOR 0 0 255

    OUTLINECOLOR 0 0 0

  END

  END

END

Change History (3)

comment:1 by pf@…, 18 years ago

the error appears if the gap values get below -7

comment:2 by sdlime, 18 years ago

Status: newassigned
Version: 4.84.10
Wierd since I don't believe there were any changes to that code, at least by 
myself. Will look at for 4.10.1

comment:3 by tbonfort, 13 years ago

Description: modified (diff)
Resolution: fixed
Status: assignedclosed

probably fixed a long time ago. The 6.0 release got line marker code refactorred.

Note: See TracTickets for help on using tickets.