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

Missing myFile initialization in XrdXrootdProtocol::Reset #27

Merged
merged 1 commit into from
May 29, 2013

Conversation

apeters1971
Copy link
Contributor

Using the Justin imposter we managed to track down the crash related to write requests on not open files. When a redirector (as in the case of EOS) can redirect and serve files protocol objects get recycled and the 'myFile' pointer is not reset to 0 in a recycled object. This leads to a SEGV in the WriteNone logic.

abh3 added a commit that referenced this pull request May 29, 2013
Missing myFile initialization in XrdXrootdProtocol::Reset
@abh3 abh3 merged commit 89726eb into xrootd:master May 29, 2013
@abh3
Copy link
Member

abh3 commented May 29, 2013

Thanks for tracking this down. I just merged it.

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

Successfully merging this pull request may close these issues.

None yet

3 participants