-
Notifications
You must be signed in to change notification settings - Fork 5
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
Somehow gop stuff is being #132
Comments
If you can give me a core I can definitely track this down and fix it.
|
This looks like the re-used gop control structure is still being used by
another gop and it shouldn't be. I'm pretty sure a core would let me
track this down and fix it quick.
|
I put it in |
And where is the source? Is it plain master?
|
lemme just dump over my working tree. I've got a whole mess of uncommitted
stuff that i'm trying to work on. It'll be
/lio/lfs/cms/store/user/meloam/lstore
|
Forgot to ask what's the binary that generated the core?
|
centos7 osg 3.3 spacewalk version of globus-gridftp-server
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometime in to a long-running process, it appears gop is being initialized after already being initialized once:
That lock somehow causes a deadlock in the process. I haven't quite had time to hunt down how that's slipping through, the init stuff happens on module load, and shouldn't be hit again, AFAICT
The text was updated successfully, but these errors were encountered: