Print

Print


```
(gdb) bt
#0  0x00007f535ed7e353 in __dynamic_cast () from /lib64/libstdc++.so.6
#1  0x00007f5354b327ce in XrdCl::AssignLastURLHandler::HandleResponseWithHosts (this=0x7f533c678ea0, status=0x7f51c5408e40, response=0x7f50a5f75320, hostList=0x7f508892cc80)
    at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClFileSystem.cc:1054
#2  0x00007f5354b32582 in XrdCl::AssignLBHandler::HandleResponseWithHosts (this=0x7f533c678ee0, status=0x7f51c5408e40, response=0x7f50a5f75320, hostList=0x7f508892cc80)
    at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClFileSystem.cc:1032
#3  0x00007f5354b41e73 in XrdCl::XRootDMsgHandler::HandleResponse (this=this@entry=0x7f533c4e8d00) at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClXRootDMsgHandler.cc:1603
#4  0x00007f5354b45610 in XrdCl::XRootDMsgHandler::Process (this=0x7f533c4e8d00, msg=<optimized out>) at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClXRootDMsgHandler.cc:563
#5  0x00007f5354b1b7ee in XrdCl::Stream::HandleIncMsgJob::Run (this=0x7f51c5408e90, arg=<optimized out>) at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClStream.hh:323
#6  0x00007f5354ba172d in XrdCl::JobManager::RunJobs (this=0x7f535bc60c60) at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClJobManager.cc:153
#7  0x00007f5354ba17a9 in RunRunnerThread (arg=<optimized out>) at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClJobManager.cc:34
#8  0x00007f535f238ea5 in start_thread () from /lib64/libpthread.so.0
#9  0x00007f535e5399fd in ioperm () from /lib64/libc.so.6
#10 0x0000000000000000 in ?? ()
```

few frames: 

```
(gdb) f 1
#1  0x00007f5354b327ce in XrdCl::AssignLastURLHandler::HandleResponseWithHosts (this=0x7f533c678ea0, status=0x7f51c5408e40, response=0x7f50a5f75320, hostList=0x7f508892cc80)
    at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClFileSystem.cc:1054
1054	    SyncResponseHandler *syncHandler = dynamic_cast<SyncResponseHandler*>( pUserHandler );
(gdb) f 2
#2  0x00007f5354b32582 in XrdCl::AssignLBHandler::HandleResponseWithHosts (this=0x7f533c678ee0, status=0x7f51c5408e40, response=0x7f50a5f75320, hostList=0x7f508892cc80)
    at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClFileSystem.cc:1032
1032	      pUserHandler->HandleResponseWithHosts( status, response, hostList );
(gdb) f 3
#3  0x00007f5354b41e73 in XrdCl::XRootDMsgHandler::HandleResponse (this=this@entry=0x7f533c4e8d00) at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClXRootDMsgHandler.cc:1603
1603	    pResponseHandler->HandleResponseWithHosts( status, response, hosts );
(gdb) f 4
#4  0x00007f5354b45610 in XrdCl::XRootDMsgHandler::Process (this=0x7f533c4e8d00, msg=<optimized out>) at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClXRootDMsgHandler.cc:563
563	        HandleResponse();
(gdb) f 5
#5  0x00007f5354b1b7ee in XrdCl::Stream::HandleIncMsgJob::Run (this=0x7f51c5408e90, arg=<optimized out>) at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClStream.hh:323
323	            pHandler->Process( msg );
(gdb) f 6
#6  0x00007f5354ba172d in XrdCl::JobManager::RunJobs (this=0x7f535bc60c60) at /usr/src/debug/xrootd-5.3.1/src/XrdCl/XrdClJobManager.cc:153
153	      h.job->Run( h.arg );

```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1550#issuecomment-961215105

########################################################################
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