Opened 15 years ago

Closed 14 years ago

#2972 closed defect (invalid)

core dumped on map load

Reported by: roman185 Owned by: sdlime
Priority: normal Milestone: 5.6 release
Component: MapServer C Library Version: 5.2
Severity: normal Keywords:
Cc:

Description

gdb where:

#0  0x00d71416 in __kernel_vsyscall ()
#1  0x0685a460 in raise () from /lib/libc.so.6
#2  0x0685be28 in abort () from /lib/libc.so.6
#3  0x06897fed in __libc_message () from /lib/libc.so.6
#4  0x0689e3a4 in malloc_printerr () from /lib/libc.so.6
#5  0x068a0356 in free () from /lib/libc.so.6
#6  0x080d15be in ms_regfree (regex=0xbfff2e38) at mapregex.c:80
#7  0x08077534 in msEvalRegex (e=0x8102f59 "\\.map$", s=0x9c74050 "/home/mapdata/first.map") at mapfile.c:97
#8  0x0807bb7d in msLoadMap (filename=0x9c74050 "/home/mapdata/first.map", new_mappath=0x0) at mapfile.c:4624
#9  0x0805c1ef in loadMap () at mapserv.c:203
#10 0x0805c55f in main (argc=3, argv=0xbfff3c94) at mapserv.c:1214

my map file attached

Attachments (1)

first.map (1.9 KB ) - added by roman185 15 years ago.

Download all attachments as: .zip

Change History (6)

by roman185, 15 years ago

Attachment: first.map added

comment:1 by roman185, 15 years ago

not working with ogr support. core dump in function msEvalRegex on last ms_regfree when check filename (regexp is MS_DEFAULT_MAPFILE_PATTERN). if comment line with free() in ms_regfree function then working ( but i think, it isn't good ), but in this case i have core dump when mapserv render ogr layer ( or it's different bugs ).

comment:2 by sdlime, 15 years ago

Can you share the data and fonts too? Tough to debug otherwise.

Steve

comment:3 by sdlime, 15 years ago

Any word on data and fonts? -Steve

comment:4 by sdlime, 14 years ago

One last time, any chance of getting data or fonts?

Steve

comment:5 by dmorissette, 14 years ago

Resolution: invalid
Status: newclosed

No news from reporter. Closing. Please reopen if you can provide a complete test case.

Note: See TracTickets for help on using tickets.