Print

Print


Hi Lukasz,

Which branch is this?  In trunk, I'm seeing valgrind errors (start server, start transfer with xrdcp, and hit Ctrl+C).  For me, the server is segfaulting on occasion on the disconnect.  Most of the problems appear to be in the stats and disconnect routines. Would be good to know if someone else can reproduce.  My monitoring configuration is:

  xrd.report xrootd.t2.ucsd.edu:9931 every 30s all sync
  xrootd.monitor all auth flush 30s mbuff 1472 window 5s dest files io info user xrootd.t2.ucsd.edu:9930

I'm working on isolating another segfault in the XrdGsi code, but may be able to start to diagnose the problem mentioned above in the next few days.

Brian

On Feb 13, 2012, at 9:39 AM, Lukasz Janyst wrote:

> Hello everyone,
> 
>   please review the the stable branch and tell me which bugfixes are
> missing and you need them in the patch release. AFAIK, there is one
> more thing that Brian is testing for Gerri, do you have anything else?
> 
> Lukasz
> 
> 2012/2/13 Lukasz Janyst <[log in to unmask]>:
>> This is an automated email from the git hooks/post-receive script. It was
>> generated because a ref change was pushed to the repository containing
>> the project "xrootd".
>> 
>> The branch, stable has been updated
>>       via  5f4f40362c9acc26b64e0b4ace077cbff4374712 (commit)
>>       via  102c1ad258e96f89ebf3b3bcdb984417bfb6c839 (commit)
>>       via  fba8d99f5695ee8b04823df450a27f7843153803 (commit)
>>       via  f129745f16cda8d474a5cfbac5e053d87abed61f (commit)
>>       via  0edeaaa84f465aba6d8d91530686bfd2ed328c9f (commit)
>>       via  bee268905919a7c10eba9dff3d9da72c07b4582f (commit)
>>       via  bd597c2db0aada7a2875b7ef8b1623eec6ebbe6e (commit)
>>       via  ed1942e82a04016f0b5cb185a85352896d7d72ef (commit)
>>       via  ec75ac86535fd1e5a75f39c74d45f2e614af4061 (commit)
>>       via  2bb4e02c5ed3d08dabba66789d4acbb79640fc5e (commit)
>>      from  8eb43e025aa1f1f2e11f64d6d07226dd1dd695e7 (commit)
>> 
>> Those revisions listed above that are new to this repository have
>> not appeared on any other notification email; so we list those
>> revisions in full, below.
>> 
>> - Log -----------------------------------------------------------------
>> commit 5f4f40362c9acc26b64e0b4ace077cbff4374712
>> Author: Lukasz Janyst <[log in to unmask]>
>> Date:   Fri Feb 10 12:10:31 2012 +0100
>> 
>>    Add the oss.asize hint to the destination URL in all possible cases
>> 
>> commit 102c1ad258e96f89ebf3b3bcdb984417bfb6c839
>> Author: Lukasz Janyst <[log in to unmask]>
>> Date:   Thu Feb 9 17:40:55 2012 +0100
>> 
>>    Don't ignore errors returned by kXR_close
>> 
>> commit fba8d99f5695ee8b04823df450a27f7843153803
>> Author: Andrew Hanushevsky <[log in to unmask]>
>> Date:   Fri Nov 18 05:34:55 2011 -0800
>> 
>>    Make sure that monitor write length is really negative. This fixes issues pointed
>>    out by John Benes, UNL.
>> 
>> commit f129745f16cda8d474a5cfbac5e053d87abed61f
>> Author: Andrew Hanushevsky <[log in to unmask]>
>> Date:   Sat Nov 12 16:45:28 2011 -0800
>> 
>>    Handle the sessionID in a consistent and thread-safe manner. This should solve the
>>    problem of sessions being uselessly terminated making secsss less than robust.
>> 
>> commit 0edeaaa84f465aba6d8d91530686bfd2ed328c9f
>> Author: Andrew Hanushevsky <[log in to unmask]>
>> Date:   Wed Nov 9 15:19:35 2011 -0800
>> 
>>    Initialize xattr variable name so that xrdadler32 can fetch previous checksum.
>>    The error caused xrdadler32 to always recompute the checksum.
>> 
>> commit bee268905919a7c10eba9dff3d9da72c07b4582f
>> Author: Gerri Ganis <[log in to unmask]>
>> Date:   Wed Nov 2 11:49:14 2011 +0100
>> 
>>    Relax requirements on the permission mode of the x509 key files
>> 
>> commit bd597c2db0aada7a2875b7ef8b1623eec6ebbe6e
>> Author: Benedikt Hegner <[log in to unmask]>
>> Date:   Wed Nov 2 10:53:55 2011 +0100
>> 
>>    Don't check for dependencies of disabled features
>> 
>> commit ed1942e82a04016f0b5cb185a85352896d7d72ef
>> Author: Wei Yang <[log in to unmask]>
>> Date:   Mon Oct 10 22:25:14 2011 -0700
>> 
>>    stop doing XrdFfsPosix_statall() if task queue is long.
>> 
>> commit ec75ac86535fd1e5a75f39c74d45f2e614af4061
>> Author: Andrew Hanushevsky <[log in to unmask]>
>> Date:   Sat Oct 29 12:39:20 2011 -0700
>> 
>>    Squelch useless noise from g++ on Ubuntu.
>> 
>> commit 2bb4e02c5ed3d08dabba66789d4acbb79640fc5e
>> Author: Andrew Hanushevsky <[log in to unmask]>
>> Date:   Tue Oct 25 17:41:13 2011 -0700
>> 
>>    Squelch some ubuntu distro warnings during compilation.
>> 
>> -----------------------------------------------------------------------
>> 
>> Summary of changes:
>>  cmake/XRootDFindLibs.cmake         |   70 ++++++++++++++++++++---------------
>>  src/XrdApps/Xrdadler32.cc          |    3 +-
>>  src/XrdClient/XrdClient.cc         |    8 ++--
>>  src/XrdClient/XrdClientConn.cc     |   38 ++++++++++---------
>>  src/XrdClient/XrdClientConn.hh     |   33 ++++++-----------
>>  src/XrdClient/XrdClientEnv.cc      |    2 +-
>>  src/XrdClient/XrdCpWorkLst.cc      |   48 +++++++++++++++++++++++-
>>  src/XrdClient/XrdCpWorkLst.hh      |    9 +++++
>>  src/XrdClient/Xrdcp.cc             |   30 +---------------
>>  src/XrdCrypto/XrdCryptosslX509.cc  |    5 +--
>>  src/XrdFfs/XrdFfsMisc.cc           |    5 +++
>>  src/XrdFfs/XrdFfsMisc.hh           |    1 +
>>  src/XrdFfs/XrdFfsPosix.cc          |    3 +-
>>  src/XrdFfs/XrdFfsXrootdfs.cc       |    2 +-
>>  src/XrdSecgsi/XrdSecProtocolgsi.cc |   16 +++++++-
>>  src/XrdSecgsi/XrdSecgsiProxy.cc    |    4 +-
>>  src/XrdXrootd/XrdXrootdMonData.hh  |    2 +-
>>  src/XrdXrootd/XrdXrootdMonitor.cc  |    4 +-
>>  src/XrdXrootd/XrdXrootdMonitor.hh  |    5 +--
>>  19 files changed, 165 insertions(+), 123 deletions(-)
>> 
>> 
>> hooks/post-receive
>> --
>> xrootd
>> 
>> ########################################################################
>> Use REPLY-ALL to reply to list
>> 
>> To unsubscribe from the XROOTD-DEV list, click the following link:
>> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1
> 
> ########################################################################
> Use REPLY-ALL to reply to list
> 
> To unsubscribe from the XROOTD-DEV list, click the following link:
> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1


########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1