MapServer / MapServer-import

3 stars 2 forks source link

sporadic segfault in msFreeHashItems #1077

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: sgillies@frii.com Date: 2004/11/21 - 01:13

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) {
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2004/11/21 - 01:16

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.
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2004/11/27 - 17:53

This bug only occurs when 1086 is triggered.
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2006/06/02 - 04:12

won't fix.