Open PerilousApricot opened 8 years ago
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 /lio/lfs/cms/store/user/meloam/core-oct12
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
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