|
Re: Crash in subscription destroy: error in mamaSubscription_getSubjectContext
Thanks Yury,
Raised https://github.com/OpenMAMA/OpenMAMA/issues/300 so we don't forget to get this sorted.
Cheers,
Frank
Thanks Yury,
Raised https://github.com/OpenMAMA/OpenMAMA/issues/300 so we don't forget to get this sorted.
Cheers,
Frank
|
By
Frank Quinn <fquinn@...>
·
#2051
·
|
|
Code change(s) just landed on origin/next (Successful)
Some changes have just been added to the origin/next branch!
[fquinn.ni] [MAMA] Add comments to the DQ Publisher Manager headers (#299) mama/c_cpp/src/c/mama/dqpublishermanager.h
Results for
Some changes have just been added to the origin/next branch!
[fquinn.ni] [MAMA] Add comments to the DQ Publisher Manager headers (#299) mama/c_cpp/src/c/mama/dqpublishermanager.h
Results for
|
By
jenkins@...
·
#2050
·
|
|
Code change(s) just landed on origin/next (Still Failing)
Some changes have just been added to the origin/next branch!
No changes
Results for OpenMAMA_Snapshot_Windows CI run with latest changes:
CI Project Name: OpenMAMA_Snapshot_Windows
Build Number:
Some changes have just been added to the origin/next branch!
No changes
Results for OpenMAMA_Snapshot_Windows CI run with latest changes:
CI Project Name: OpenMAMA_Snapshot_Windows
Build Number:
|
By
jenkins@...
·
#2049
·
|
|
Crash in subscription destroy: error in mamaSubscription_getSubjectContext
Classification: Public
Hi guys,
There is a copy-paste error in mamaSubscription_getSubjectContext function that leads to crash on subscription destroy in case if issue symbol differs that the symbol
Classification: Public
Hi guys,
There is a copy-paste error in mamaSubscription_getSubjectContext function that leads to crash on subscription destroy in case if issue symbol differs that the symbol
|
By
Yury Batrakov
·
#2048
·
|
|
Re: [Openmama-users] Concurrent subscription.destroy() ? Crash when using tick42rmds transport.
Classification: Public
Hi, Tom.
As Frank suggested, I switched our app from destroy () to destroyEx() (MamaSubscription), but I still get a segmentation fault. I think the reason of segfault is
Classification: Public
Hi, Tom.
As Frank suggested, I switched our app from destroy () to destroyEx() (MamaSubscription), but I still get a segmentation fault. I think the reason of segfault is
|
By
Konstantin Baydarov
·
#2047
·
|
|
Re: [Openmama-users] Concurrent subscription.destroy() ? Crash when using tick42rmds transport.
Yes we call back on the bridge’s thread. We don’t queue the message, we leave the client code to do that if it wants to. This is by design.
Yes we call back on the bridge’s thread. We don’t queue the message, we leave the client code to do that if it wants to. This is by design.
|
By
Tom Doust
·
#2046
·
|
|
Re: [Openmama-users] Concurrent subscription.destroy() ? Crash when using tick42rmds transport.
Classification: Public
Hi, Tom.
I noticed, that comparing to qpid bridge(that comes with openmama sources), tick42rmds calls mamaSubscription_processMsg() method from separate thread and not
Classification: Public
Hi, Tom.
I noticed, that comparing to qpid bridge(that comes with openmama sources), tick42rmds calls mamaSubscription_processMsg() method from separate thread and not
|
By
Konstantin Baydarov
·
#2044
·
|
|
Re: [Openmama-users] Concurrent subscription.destroy() ? Crash when using tick42rmds transport.
Classification: Public
Hi Tom,
We are using version 1.3.
As I see from latest github code the problem still exists. See RMDSBridgeSubscription::OnMessage method:
if (isShutdown_ || ((0 !=
Classification: Public
Hi Tom,
We are using version 1.3.
As I see from latest github code the problem still exists. See RMDSBridgeSubscription::OnMessage method:
if (isShutdown_ || ((0 !=
|
By
Yury Batrakov
·
#2045
·
|
|
Re: [Openmama-users] Concurrent subscription.destroy() ? Crash when using tick42rmds transport.
Hi Yury, Konstantin
Are you using the current github version of the bridge code? We looked at and fixed some of the issues around locking the subscription destroy some time back.
It would be good to
Hi Yury, Konstantin
Are you using the current github version of the bridge code? We looked at and fixed some of the issues around locking the subscription destroy some time back.
It would be good to
|
By
Tom Doust
·
#2043
·
|
|
Re: Concurrent subscription.destroy() ? Crash when using tick42rmds transport.
Apologies, I misread the part in the first email where it mentions mamaSubscription_destroy from arbitrary threads.
If you're calling mamaSubscription_destroy from a thread which was not the same
Apologies, I misread the part in the first email where it mentions mamaSubscription_destroy from arbitrary threads.
If you're calling mamaSubscription_destroy from a thread which was not the same
|
By
Frank Quinn <fquinn@...>
·
#2042
·
|
|
Re: Concurrent subscription.destroy() ? Crash when using tick42rmds transport.
Classification: Public
Hi, guys.
I'm working on the issue with Yury. I spotted the deadlock possibility during debugging tick42rmds bridge crash on unsubscribe, will be interested knowing the
Classification: Public
Hi, guys.
I'm working on the issue with Yury. I spotted the deadlock possibility during debugging tick42rmds bridge crash on unsubscribe, will be interested knowing the
|
By
Konstantin Baydarov
·
#2041
·
|
|
Re: Concurrent subscription.destroy() ? Crash when using tick42rmds transport.
Classification: Public
Hi Frank,
Let me answer your question in random order :)
2. It looks like a designed behavior of RMDS bridge - callbacks are invoked in a thread servicing transport events
Classification: Public
Hi Frank,
Let me answer your question in random order :)
2. It looks like a designed behavior of RMDS bridge - callbacks are invoked in a thread servicing transport events
|
By
Yury Batrakov
·
#2040
·
|
|
Re: Concurrent subscription.destroy() ? Crash when using tick42rmds transport.
Hi Yury,
Thanks for the detailed query, I have a few outstanding questions and suggestions on this one:
1. I would question whether or not mamaSubscription_processMsg should crash for a muted
Hi Yury,
Thanks for the detailed query, I have a few outstanding questions and suggestions on this one:
1. I would question whether or not mamaSubscription_processMsg should crash for a muted
|
By
Frank Quinn <fquinn@...>
·
#2039
·
|
|
Re: Concurrent subscription.destroy() ? Crash when using tick42rmds transport.
Classification: Public
+ Konstantin
Classification: Public
+ Konstantin
|
By
Yury Batrakov
·
#2037
·
|
|
Concurrent subscription.destroy() ? Crash when using tick42rmds transport.
Classification: Public
Hi guys,
I've faced the following issue when using OpenMAMA and tick42rmds bridge.
The bridge internally creates a thread to process events from RMDS server, once a message is
Classification: Public
Hi guys,
I've faced the following issue when using OpenMAMA and tick42rmds bridge.
The bridge internally creates a thread to process events from RMDS server, once a message is
|
By
Yury Batrakov
·
#2038
·
|
|
Code change(s) just landed on origin/next (Successful)
Some changes have just been added to the origin/next branch!
[Frank Quinn] Updated version information to
Some changes have just been added to the origin/next branch!
[Frank Quinn] Updated version information to
|
By
jenkins@...
·
#2036
·
|
|
OpenMAMA 6.2.1 Released
Hi Folks,
We are pleased to announce the final release of OpenMAMA 6.2.1 is now available:
https://github.com/OpenMAMA/OpenMAMA/releases/tag/OpenMAMA-6.2.1-release
This release exists mainly to
Hi Folks,
We are pleased to announce the final release of OpenMAMA 6.2.1 is now available:
https://github.com/OpenMAMA/OpenMAMA/releases/tag/OpenMAMA-6.2.1-release
This release exists mainly to
|
By
Frank Quinn <fquinn.ni@...>
·
#2035
·
|
|
Code change(s) just landed on origin/next (Failure)
Some changes have just been added to the origin/next branch!
No changes
Results for OpenMAMA_Snapshot_Windows CI run with latest changes:
CI Project Name: OpenMAMA_Snapshot_Windows
Build Number:
Some changes have just been added to the origin/next branch!
No changes
Results for OpenMAMA_Snapshot_Windows CI run with latest changes:
CI Project Name: OpenMAMA_Snapshot_Windows
Build Number:
|
By
jenkins@...
·
#2034
·
|
|
Code change just landed on origin/master (Successful)
Some changes have just been added to the origin/master branch!
[Frank Quinn] Added fix for spec file for fresh RPM builds release_scripts/openmama.spec[Frank Quinn] Fixed build issue with mamda
Some changes have just been added to the origin/master branch!
[Frank Quinn] Added fix for spec file for fresh RPM builds release_scripts/openmama.spec[Frank Quinn] Fixed build issue with mamda
|
By
jenkins@...
·
#2033
·
|
|
Code change(s) just landed on OpenMAMA-6.2.1-rc2 (Failure)
Some changes have just been added to the OpenMAMA-6.2.1-rc2 branch!
No changes
Results for OpenMAMA_ReleaseCandidate_Windows CI run with latest changes:
CI Project Name:
Some changes have just been added to the OpenMAMA-6.2.1-rc2 branch!
No changes
Results for OpenMAMA_ReleaseCandidate_Windows CI run with latest changes:
CI Project Name:
|
By
jenkins@...
·
#2032
·
|