-
-
Notifications
You must be signed in to change notification settings - Fork 381
LABEL ENCODING crashes mapserv on Windows (msSmallMalloc) #5025
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can confirm i get a similar error on linux using b762546
|
@tbonfort Are you ok with the above 2 commits (in a bugfix branch for now) ? Looking at coveralls, the recoding code path isn't currently tested by msautotest |
Verified that the initial change fixes the issue for me. Thanks @rouault !!!! @msmitherdc the test zip was updated, i was missing some font files. |
Above 2 commits merged into master. Test case would still be great to add into msautotest |
Verified with master. Thanks! |
small test case including mapfile: http://www.gatewaygeomatics.com/dl/ticket-msSmallMalloc.zip
command to cause crash:
I have built MapServer (master) and GDAL (trunk) in debug mode
error/crash details displayed:
opening in Visual Studio 2008 debugger, the debugger stops at:
dbgheap.c
line 409 (with arrow):
which is called by maputil.c I believe, at line# 2298
the call stack at that point is:
The text was updated successfully, but these errors were encountered: