Re: qpidd crash

2018-03-07 Thread Gordon Sim
On 07/03/18 16:38, Michael Ivanov wrote: No problem, just tell me how to access proper page in jira. https://issues.apache.org/jira/projects/QPID/issues, if you login there should be a 'create' button in red that allows you to create a new JIRA, and then on the issue there will be a 'More' dr

Re: qpidd crash

2018-03-07 Thread Michael Ivanov
No problem, just tell me how to access proper page in jira. 07.03.2018 19:17, Gordon Sim пишет: > On 07/03/18 14:35, Michael Ivanov wrote: >> Greetings, >> >> qpidd 1.37 seems to have a bug in rdma_wrap.cpp, function deviceCount(). >> Originally it looked like follows: >> >>     ::ibv_free_device_

Re: qpidd crash

2018-03-07 Thread Gordon Sim
On 07/03/18 14:35, Michael Ivanov wrote: Greetings, qpidd 1.37 seems to have a bug in rdma_wrap.cpp, function deviceCount(). Originally it looked like follows: ::ibv_free_device_list(::ibv_get_device_list(&count)); And qpidd crashed with segv on my system (debian sid). I changed it as fol

qpidd crash

2018-03-07 Thread Michael Ivanov
Greetings, qpidd 1.37 seems to have a bug in rdma_wrap.cpp, function deviceCount(). Originally it looked like follows: ::ibv_free_device_list(::ibv_get_device_list(&count)); And qpidd crashed with segv on my system (debian sid). I changed it as follows: int deviceCount() { struc