[jbossts-issues] [JBoss JIRA] (JBTM-1768) TX TestTransaction:test_timeout crash on windows caused by the empty content with 404 code

Amos Feng (JIRA) jira-events at lists.jboss.org
Fri Jun 7 21:38:54 EDT 2013


Amos Feng created JBTM-1768:
-------------------------------

             Summary: TX TestTransaction:test_timeout crash on windows caused by the empty content with 404 code
                 Key: JBTM-1768
                 URL: https://issues.jboss.org/browse/JBTM-1768
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: BlackTie
    Affects Versions: 5.0.0.M3
            Reporter: Amos Feng
            Assignee: Amos Feng
             Fix For: 5.0.0.M4


http://172.17.131.2/job/blacktie-windows2008-taconic/321/artifact/tx/target/cpp-test-classes/blacktie.log
{code}
2013-06-07 11:10:51,800 [0x00002678] DEBUG (HttpClient               :165 ) - HTTP/1.1 404 Not Found
Connection: keep-alive
Content-Length: 0


2013-06-07 11:10:51,800 [0x00002678] DEBUG (HttpClient               :194 ) - HTTP/1.1 404 Not Found
2013-06-07 11:10:51,801 [0x00002678] DEBUG (HttpClient               :194 ) - Connection: keep-alive
2013-06-07 11:10:51,801 [0x00002678] DEBUG (HttpClient               :194 ) - Content-Length: 0
2013-06-07 11:10:51,801 [0x00002678] DEBUG (HttpClient               :220 ) - status_code:404
{code}

tx/src/main/cpp/HttpControl.cxx line 299
{code}
LOG4CXX_DEBUG(httpclogger, "do_end: HTTP status: " << ri.status_code <<
        " resp: " << resp << " nread: " << nread);
{code}

there is a bug if resp is NULL. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list