-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Waiting forever for OGR lock in GetFeatureInfo #4869
Comments
unless you can debug this further, it would help a lot if you could provide us with a testcase that reproduces this (mapfile + data + failing request url) |
rouault
added a commit
that referenced
this issue
Feb 19, 2014
rouault
added a commit
that referenced
this issue
Feb 19, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an issue with MapServer 6.4 (as shipped by UbuntuGIS in their 6.4.1-3 release).
My setup:
This works nicely in WMS GetImage mode, draws images like it should.
However, trying to do a GetFeatureImage request leads to the process hanging forever, and not returning a result. Calling mapserv on the command line reveals that the result is indeed written out correctly but afterwards the process never terminates.
I found that the holdup was in msOGRFileClose when it tries to ACQUIRE_OGR_LOCK after calling msConnPoolRelease. I haven't debugged this enough to understand why the lock is not available, however:
I have a hunch that this might be because I am accessing the same SpatiaLite files through each of my TILEINDEX files (pointing to a different layer inside the SpatiaLite file of course).
The text was updated successfully, but these errors were encountered: