Libportal Cores with Sigsegv when Trying to Close a Context from a Client Application Using PCM_CONTEXT_CLOSE
(Doc ID 1631704.1)
Last updated on SEPTEMBER 29, 2024
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.3.1.0.0 to 7.3.1.0.0 [Release 7.3.0]Information in this document applies to any platform.
Goal
On BRM 7.3.1.0.0
While trying to close a context from a client application, libportal library crashes the application with segmentation fault (SIGSEGV).
Errors logged in default.pinlog before the crash:
Scenario :
- OBRM up
- Client app -> PCM_CONTEXT_OPEN(..)
- Client app -> rating ... (rating ok)
- OBRM down
- Client app -> tries rating and fails (this is ok)
- Client app -> PCM_CONTEXT_CLOSE(...)
- Client app -> tries PCM_CONTEXT_OPEN(...) and fails (this is ok)
- OBRM up
- Client app -> PCM_CONTEXT_OPEN(...) (successfully)
- Client app -> rating ... (rating ok)
- OBRM down
- Client app -> tries rating and fails (this is ok)
- Client app -> tries PCM_CONTEXT_CLOSE(...) <crashes with core>
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |