Opened 19 years ago

Closed 18 years ago

#1077 closed defect (wontfix)

sporadic segfault in msFreeHashItems

Reported by: sgillies@… Owned by: sgillies@…
Priority: high Milestone: 4.4 release
Component: MapServer C Library Version: 4.4
Severity: normal Keywords:
Cc:

Description

in Python mapscript running in Zope.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -191763536 (LWP 9620)]
0x00498331 in msFreeHashItems (table=0xa36695c) at maphash.c:113
113             if (table->items[i] != NULL) {

Change History (3)

comment:1 by sgillies@…, 19 years ago

Milestone: 4.4 release
Owner: changed from sdlime to sgillies@…
Am rewriting msFreeHashItems to be more robust and avoid array lookup if
table->items is NULL.  While I'm at it, change msFreeHashTable to use
msFreeHashItems.

comment:2 by sgillies@…, 19 years ago

dependson: 1086
Status: newassigned
This bug only occurs when 1086 is triggered.

comment:3 by sgillies@…, 18 years ago

Resolution: wontfix
Status: assignedclosed
won't fix.
Note: See TracTickets for help on using tickets.