[jira] Updated: (QPID-2532) stale lock file

2010-05-10 Thread Jan Sarenik (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Sarenik updated QPID-2532:
--

Attachment: cluster0.log

I am attaching a recent cluster0.log file which should contain
some relevant info because the cluster_read_credit failed
during that run.

 stale lock file
 ---

 Key: QPID-2532
 URL: https://issues.apache.org/jira/browse/QPID-2532
 Project: Qpid
  Issue Type: Test
  Components: C++ Broker
Affects Versions: 0.7
 Environment: Fedora Rawhide
Reporter: Jan Sarenik
Assignee: Alan Conway
 Fix For: 0.7

 Attachments: cluster0.log


 This happents quite regularly in last week but still pretty randomly
 (sometimes whole make checks works well on the same revision
 on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
 before every compilation. And still cluster_read_credit test fails because
 of following error:
 (relevant part of `make check' output follows)
 2010-04-22 11:54:31 warning Connection closed
 2010-04-22 11:54:31 warning Connect failed: Connection refused
 2010-04-22 11:54:31 warning Connection closed
 Failed: Cannot establish a connection
 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file 
 /home/jsarenik/.qpidd/qpidd.41519.pid
 Errors stopping brokers on ports:  41519
 FAIL: cluster_read_credit

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Updated: (QPID-2532) stale lock file

2010-05-10 Thread Jan Sarenik (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Sarenik updated QPID-2532:
--

Attachment: core-analyze-1.txt

After all it really seems to be related to QPID-2552 and new Glibc.
See this gdb backtrace.

 stale lock file
 ---

 Key: QPID-2532
 URL: https://issues.apache.org/jira/browse/QPID-2532
 Project: Qpid
  Issue Type: Test
  Components: C++ Broker
Affects Versions: 0.7
 Environment: Fedora Rawhide
Reporter: Jan Sarenik
Assignee: Alan Conway
 Fix For: 0.7

 Attachments: cluster0.log, core-analyze-1.txt


 This happents quite regularly in last week but still pretty randomly
 (sometimes whole make checks works well on the same revision
 on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
 before every compilation. And still cluster_read_credit test fails because
 of following error:
 (relevant part of `make check' output follows)
 2010-04-22 11:54:31 warning Connection closed
 2010-04-22 11:54:31 warning Connect failed: Connection refused
 2010-04-22 11:54:31 warning Connection closed
 Failed: Cannot establish a connection
 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file 
 /home/jsarenik/.qpidd/qpidd.41519.pid
 Errors stopping brokers on ports:  41519
 FAIL: cluster_read_credit

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Updated: (QPID-2532) stale lock file

2010-05-10 Thread Jan Sarenik (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Sarenik updated QPID-2532:
--

Attachment: core-analyze-1.txt

Cleansed output.

 stale lock file
 ---

 Key: QPID-2532
 URL: https://issues.apache.org/jira/browse/QPID-2532
 Project: Qpid
  Issue Type: Test
  Components: C++ Broker
Affects Versions: 0.7
 Environment: Fedora Rawhide
Reporter: Jan Sarenik
Assignee: Alan Conway
 Fix For: 0.7

 Attachments: cluster0.log, core-analyze-1.txt


 This happents quite regularly in last week but still pretty randomly
 (sometimes whole make checks works well on the same revision
 on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
 before every compilation. And still cluster_read_credit test fails because
 of following error:
 (relevant part of `make check' output follows)
 2010-04-22 11:54:31 warning Connection closed
 2010-04-22 11:54:31 warning Connect failed: Connection refused
 2010-04-22 11:54:31 warning Connection closed
 Failed: Cannot establish a connection
 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file 
 /home/jsarenik/.qpidd/qpidd.41519.pid
 Errors stopping brokers on ports:  41519
 FAIL: cluster_read_credit

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Updated: (QPID-2532) stale lock file

2010-05-10 Thread Jan Sarenik (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Sarenik updated QPID-2532:
--

Comment: was deleted

(was: Cleansed output.)

 stale lock file
 ---

 Key: QPID-2532
 URL: https://issues.apache.org/jira/browse/QPID-2532
 Project: Qpid
  Issue Type: Test
  Components: C++ Broker
Affects Versions: 0.7
 Environment: Fedora Rawhide
Reporter: Jan Sarenik
Assignee: Alan Conway
 Fix For: 0.7

 Attachments: cluster0.log, core-analyze-1.txt


 This happents quite regularly in last week but still pretty randomly
 (sometimes whole make checks works well on the same revision
 on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
 before every compilation. And still cluster_read_credit test fails because
 of following error:
 (relevant part of `make check' output follows)
 2010-04-22 11:54:31 warning Connection closed
 2010-04-22 11:54:31 warning Connect failed: Connection refused
 2010-04-22 11:54:31 warning Connection closed
 Failed: Cannot establish a connection
 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file 
 /home/jsarenik/.qpidd/qpidd.41519.pid
 Errors stopping brokers on ports:  41519
 FAIL: cluster_read_credit

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org