changeset:   7781:2dd8f6e500e9
branch:      opensaf-5.0.x
parent:      7779:4be46c68ab50
user:        Nagendra Kumar<[email protected]>
date:        Tue Jul 05 12:05:56 2016 +0530
summary:     amfnd: process su instantiation in a separate thread [#517]

changeset:   7782:74d3640dd115
tag:         tip
parent:      7780:665b37a5e313
user:        Nagendra Kumar<[email protected]>
date:        Tue Jul 05 12:10:13 2016 +0530
summary:     amfnd: process su instantiation in a separate thread [#517]

[staging:2dd8f6]
[staging:74d364]



---

** [tickets:#517] Amfnd: coredumps when calling immutil_saImmOmInitialize**

**Status:** review
**Milestone:** 5.1.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Wed Jun 29, 2016 09:55 AM UTC
**Owner:** Nagendra Kumar


avnd_comp_config_get_su calls immutil_saImmOmInitialize and 
ImmutilWrapperProfile is not set by avnd so default values are used and immutil 
calls abort at errors.
There are two problems here, immutil should not do abort and the other problem
is that immutil do sleeps in try again loops. Avnd is event based and immutil 
is configurable but errors and try-again logic has to be managed by avnd.

(gdb) bt
 #0  0x00007ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x00007ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x00000000004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x00000000004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
    at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x0000000000422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x0000000000436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=<optimized out>) at avnd_susm.c:1236
 #6  0x000000000042ffe0 in avnd_evt_process (evt=<optimized out>) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x0000000000408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to