Skip to content
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

Fix segfaults with ArcSDE BLOB/CLOB/NCLOB fields #3508

Closed
mapserver-bot opened this issue Apr 3, 2012 · 6 comments
Closed

Fix segfaults with ArcSDE BLOB/CLOB/NCLOB fields #3508

mapserver-bot opened this issue Apr 3, 2012 · 6 comments
Labels

Comments

@mapserver-bot
Copy link

Reporter: aalbarello
Date: 2010/08/03 - 17:42
Trac URL: http://trac.osgeo.org/mapserver/ticket/3508
The supplied patch fixes random segfaults and weird SDE error messages that I've been getting on several layers with NCLOB fields. It appears that the appropriate SE_BLOB_INFO/SE_CLOB_INFO/SE_NCLOB_INFO struct needs to be completely zeroed out before calling SE_stream_get_*lob (not that there's anything wrong with zeroing them out, it's good practice anyway, it's just weird that SDE would be doing anything with them anyway before filling them in).

@mapserver-bot
Copy link
Author

@petlof
Copy link

petlof commented Feb 18, 2013

This resolved some segfault-issues for me as well with ArcSDE 10 (in 5.6.8), could this patch be merged if not already done?

@szekerest
Copy link
Member

I think I've already fixed this within the scope of this issue
#3001

@petlof
Copy link

petlof commented Feb 18, 2013

It was not present in 5.6.8, but thats a pretty old release anyway but some of us are stuck there... Just wanted to verify that the fix applies for 6.x code

@szekerest
Copy link
Member

Fix should exist in branch-6-0, branch-6-2 and master.

@jratike80
Copy link

Since MS 7.0 native ESRI SDE layers are no longer supported (see #5068).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants