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

2013-07-24 Thread hano
- **summary**: Amfnd:  --> Amfnd: coredumps when calling 
immutil_saImmOmInitialize



---

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

**Status:** unassigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Wed Jul 24, 2013 08:29 AM UTC
**Owner:** nobody

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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-12 Thread Nagendra Kumar
- **status**: unassigned --> assigned
- **assigned_to**: Nagendra Kumar



---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Wed Jul 24, 2013 08:32 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-13 Thread Hans Feldt
This could happen if the local immnd is down, then there would be a deadlock 
like this. I think there are some old tickets on devel.opensaf.org that touches 
this


---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Tue Aug 13, 2013 05:22 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-13 Thread Hans Feldt
Old ticket: https://sourceforge.net/p/opensaf/tickets/395/
not sure if this one is needed. it contains no logs nothing...


---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Tue Aug 13, 2013 12:16 PM 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-13 Thread Anders Bjornerstedt
This kind of problem is also related to imm enhancement ticket [#27]

https://sourceforge.net/p/opensaf/tickets/27/

Not much help right now for solving this ticket.

The idea in (#27) is that a select few operations, such as implementer-set, 
class-implementer-set, class-implementer-release
could be possible to handle (i.e. forwarded) by the local immnd while it is 
still syncing, thus not exposing the handle.
I am assuming in this case that the need for the oi-handle-initialize is due to 
a handle having been exposed.




---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Tue Aug 13, 2013 12:26 PM 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-13 Thread Anders Bjornerstedt



---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Tue Aug 13, 2013 12:26 PM 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-13 Thread Nagendra Kumar
We need some more information on this issue. Is it an application SU or 
middleware SU instantiation ? I guess this is an application SU instantiation 
when opensafd is stoppoing and amfnd is not available. Please confirm.


---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Tue Aug 13, 2013 01:10 PM 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-16 Thread Bertil Engelholm
What triggered this problem was that they powered off SC-2 after a cluster 
reboot. This causes immnd on some of the PL's to restart (OUT OF ORDER 
messages). On one of the PL's (PL-5) the immnd failed to contact the immd after 
the restart causing the amfnd OmInitialize to timeout with TRY AGAIN.
So the issues here are :
Why did some of the immnd's restart when SC-2 was lost.
Why did immnd on PL-5 fail to contact immd after it restarted.
This indicates communication problems in MDS/TIPC.
The question still remains what amfnd should do when IMM communication times 
out. 


---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Wed Aug 14, 2013 06:05 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-18 Thread Nagendra Kumar
>>The question still remains what amfnd should do when IMM communication times 
>>out.
If Immnd is not responsive for configured timeout, then Amfnd aborts and it 
traslates into rebooting the node. It looks justifiable for Amfnd as untill it 
doesn't get configurable information, it can't proceeds and hence, finally it 
looks like local node issue.
Immnd must response in real time.


---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Fri Aug 16, 2013 09:05 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-19 Thread Hans Feldt
First there are logs but they are still internal. And immnd is restarted by AMF


---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Mon Aug 19, 2013 04:37 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-22 Thread Nagendra Kumar
- **Version**:  --> 4.3



---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Mon Aug 19, 2013 09:40 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-30 Thread Nagendra Kumar
In broad level, Amfnd reads configuration from Immnd in below scenario:
1. During CSI Assignment.
2. SU instantiation.
3. Amfnd comming up.
4. During clc script running.

Mostly, we are getting stuck at #2. 

One Solution looks to me for #2 : In case Amfnd fails to get information from 
local Immnd(Timeout), it can get the information from Amfd by some means as 
Amfd has those information already.

Any thoughts ?
  




---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Thu Aug 22, 2013 07:10 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-30 Thread Nagendra Kumar
Or If Amfnd fails to get information from local Immnd(Timeout), it can get the 
information from any other non-local Immnd.


---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Fri Aug 30, 2013 09:10 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-30 Thread Nagendra Kumar
>From Hans :
For more info see: http://devel.opensaf.org/~hafe/AMF/amfnd-start.png
Getting the config from amfd kind of means reverting back to the 3.0 state. 
Good or bad I don't know yet. But it seems unnecessary to distribute 
information that is already available locally on the node. At the same time 
there are some hard to solve problems.
I envision a separate thread in amfnd that read from IMM and handles TRYAGAIN 
loops. Such thread could also be an applier for the case of detecting config 
changes



---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Fri Aug 30, 2013 09:11 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-08-30 Thread Nagendra Kumar
Since I am more worried about #2 situation, we can adopt approach of an applier 
in the main thread and amfnd can be applier for SU/Comp class only if possible. 
We can remove reading imm data from Amfnd.


---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Fri Aug 30, 2013 09:29 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-09-11 Thread Hans Feldt
The problem just occurred in avnd_comp_cap_x_act_or_1_act_check(). 
saImmOmInitialize() fails with code 5, TIMEOUT. That code was introduced in 
#1317.
The test case was SI swap of an application SI. In this particular case the 
read is unnecessary. Is this a separate defect or should we keep them in this 
one?


---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Fri Aug 30, 2013 09:34 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2013-09-11 Thread Hans Feldt
As a start I suggest that:
1) AVSV_D2N_INFO_SU_SI_ASSIGN_MSG_INFO is extended with SI-rank
=> get_sirank() can be removed
2) AVSV_D2N_REG_SU_MSG_INFO is extended with SU-Failover
=> su_get_config_attributes() can be removed

This requires to bump the MDS protocol level between amfd and amfnd. In-service 
needs to be done controllers first, then payloads.



---

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

**Status:** assigned
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Wed Sep 11, 2013 10:08 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127&iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2014-05-16 Thread Hans Feldt
We have seen this problem again.
I suggest we create an additional "IMM reader" thread in amfnd.

Just trying to understand the messaging protocol between the main thread and 
this helper thread.
One idea is to delegate the reading done in context of REG_SU message to the 
new thread. For each object it reads it sends a message to the main thread with 
the data. When done it sends REG_SU response to the main thread that then will 
continue from there.

Nags if you are not working on this I suggest you make it unassigned.


---

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

**Status:** assigned
**Milestone:** future
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Wed Sep 11, 2013 11:10 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2014-05-16 Thread Nagendra Kumar
- **status**: assigned --> unassigned
- **assigned_to**: Nagendra Kumar -->  nobody 



---

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

**Status:** unassigned
**Milestone:** future
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Fri May 16, 2014 09:07 AM UTC
**Owner:** nobody

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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2014-09-02 Thread Nagendra Kumar
- **Milestone**: future --> 4.6.FC



---

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

**Status:** unassigned
**Milestone:** 4.6.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Fri May 16, 2014 09:22 AM UTC
**Owner:** nobody

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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2015-01-20 Thread Nagendra Kumar
- **Milestone**: 4.6.FC --> 5.0



---

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

**Status:** unassigned
**Milestone:** 5.0
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Wed Sep 03, 2014 06:28 AM UTC
**Owner:** nobody

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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2015-07-15 Thread Anders Bjornerstedt
- **Milestone**: 5.0 --> 4.5.2



---

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

**Status:** unassigned
**Milestone:** 4.5.2
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Tue Jan 20, 2015 08:44 AM UTC
**Owner:** nobody

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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2015-08-10 Thread Nagendra Kumar
- **Type**: defect --> enhancement
- **Milestone**: 4.5.2 --> future
- **Comment**:

As part of ticket cleanup, evaluated and decided to keep it as enhancement. The 
one of the solution proposed is to use a separate reader thread and will need 
to revamp the code.



---

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

**Status:** unassigned
**Milestone:** future
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Wed Jul 15, 2015 01:59 PM UTC
**Owner:** nobody


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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2015-11-02 Thread Nagendra Kumar
- **status**: unassigned --> assigned
- **assigned_to**: Nagendra Kumar
- **Part**: - --> nd
- **Milestone**: future --> 5.0.FC



---

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

**Status:** assigned
**Milestone:** 5.0.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by hano
**Last Updated:** Mon Aug 10, 2015 11:28 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-01-08 Thread Nagendra Kumar
- **status**: assigned --> accepted



---

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

**Status:** accepted
**Milestone:** 5.0.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Tue Nov 03, 2015 05:50 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-03-10 Thread Nagendra Kumar
From the ticket description, I can't find the exact issue. I am not able to 
reproduce a case where immnd is down and it is returning TRY_AGAIN to the 
Amfnd. During Immnd down case, Imm API call stuck at Imma at the following 
location:
"immutil_saImmOmInitialize->initialize_common->imma_startup->imma_create->imma_sync_with_immnd"

The log it prints is "Blocking first client".

I could reproduce the following scenario of chicken-egg:
After killing Immnd and performing unlock-in any SU at the same time, Amfnd 
stucks at Imma call and Immnd waits for Amfnd to instantiate. So, both waits 
for each other.

So, I have a fix for this scenario. I have created a separate thread for SU 
instantiaion to happen. Since SU getting instantiation is first step, so it 
doesn't interfare with existing main thread, so no need of having any mutex 
among the main thread and another thread.

What are the opinion? Can I float the patch as I am not able to reproduce the 
issue mentioned in the ticket and there is no logs provided.

Thanks
-Nagu



---

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

**Status:** accepted
**Milestone:** 5.0.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Fri Jan 08, 2016 10:41 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-03-14 Thread Nagendra Kumar
Any comment before I float the patch ?


---

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

**Status:** accepted
**Milestone:** 5.0.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Fri Mar 11, 2016 07:11 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-03-15 Thread Nagendra Kumar
- **status**: accepted --> review
- **Comment**:

I have floated the patch, please review.



---

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

**Status:** review
**Milestone:** 5.0.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Tue Mar 15, 2016 05:08 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-03-19 Thread Nagendra Kumar
So, after this patch, we need to work on the following work items in this 
ticket:

1.  Pushing Imm reading information in other flows of the code in the 
separate thread created in the floated patch: This is not going to be easy as 
Amfnd execution and Reading Imm goes together and segregating them into two 
flows are not easy.
2.  Handling of BAD_HANDLE in all the places as done in Amfd.
3.  Handling of TIMEOUT in all the places as done in Amfd.

Since this patch has a separate thread now to read Imm (implemented SU 
Instantiation), so would be first step to go.


---

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

**Status:** review
**Milestone:** 5.0.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Tue Mar 15, 2016 08:25 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-03-28 Thread Nagendra Kumar
changeset:   7356:4ee6e611100a
tag: tip
user:Nagendra Kumar
date:Mon Mar 28 19:08:31 2016 +0530
summary: amfnd: process su instantiation in a separate thread [#517]

[staging:4ee6e6]



---

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

**Status:** review
**Milestone:** 5.0.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Fri Mar 18, 2016 06:35 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-03-28 Thread Nagendra Kumar
- **status**: review --> unassigned
- **Milestone**: 5.0.FC --> future
- **Comment**:

Moving it to future release as I don't have any plan to fix other issues 
reported in this ticket as of now.



---

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

**Status:** unassigned
**Milestone:** future
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Mon Mar 28, 2016 01:43 PM 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-05-04 Thread Nagendra Kumar
- **Milestone**: future --> 5.1.FC
- **Comment**:

Reverted the changes from 5.0.



---

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

**Status:** unassigned
**Milestone:** 5.1.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Mon Mar 28, 2016 01:45 PM 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-05-04 Thread Mathi Naickan
changeset:   7588:dcf5c3c090fa
user:Mathivanan N.P. 
date:Wed May 04 15:40:43 2016 +0530
summary: amfnd: revert changeset:7412:f2b5abde4d71 - ticket [#517]

changeset:   7589:ede9089137bc
user:Mathivanan N.P. 
date:Wed May 04 15:41:44 2016 +0530
summary: amfnd: revert changeset:7365:323fdb59a154 - ticket [#517]

changeset:   7590:62b34f2f4289
tag: tip
user:Mathivanan N.P. 
date:Wed May 04 15:43:50 2016 +0530
summary: amfnd: revert changeset:7356:4ee6e611100a - ticket [#517]



---

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

**Status:** unassigned
**Milestone:** 5.1.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Wed May 04, 2016 09:51 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-05-04 Thread Mathi Naickan
changeset:   7591:8b7ff9e7ee50
branch:  opensaf-5.0.x
parent:  7583:34aa67561642
user:Mathivanan N.P. 
date:Wed May 04 15:50:00 2016 +0530
summary: amfnd: revert changeset:7541:9cf09e277bd8 - ticket [#1728]

changeset:   7592:149ab1204a06
branch:  opensaf-5.0.x
user:Mathivanan N.P. 
date:Wed May 04 15:51:12 2016 +0530
summary: amfnd: revert changeset:7507:fcd28ac3f6d2 - ticket [#1728]

changeset:   7593:946cc9884652
branch:  opensaf-5.0.x
user:Mathivanan N.P. 
date:Wed May 04 15:51:57 2016 +0530
summary: amfnd: revert changeset:7466:71b86f3732ba - ticket [#1728]

changeset:   7594:19e4be9f0101
branch:  opensaf-5.0.x
user:Mathivanan N.P. 
date:Wed May 04 15:52:33 2016 +0530
summary: amfnd: revert changeset:7412:f2b5abde4d71 - ticket [#517]

changeset:   7595:278911431815
branch:  opensaf-5.0.x
user:Mathivanan N.P. 
date:Wed May 04 15:53:08 2016 +0530
summary: amfnd: revert changeset:7365:323fdb59a154 - ticket [#517]

changeset:   7596:2941ea4c6fb3
branch:  opensaf-5.0.x
tag: tip
user:Mathivanan N.P. 
date:Wed May 04 15:55:01 2016 +0530
summary: amfnd: revert changeset:7356:4ee6e611100a - ticket [#517]


changeset:   7585:627c6844cb20
user:Mathivanan N.P. 
date:Wed May 04 15:36:22 2016 +0530
summary: amfnd: revert changeset:7541:9cf09e277bd8 - ticket [#1728]

changeset:   7586:911d3b83d551
user:Mathivanan N.P. 
date:Wed May 04 15:38:07 2016 +0530
summary: amfnd: revert changeset:7507:fcd28ac3f6d2 - ticket [#1728]

changeset:   7587:1479c419e520
user:Mathivanan N.P. 
date:Wed May 04 15:39:23 2016 +0530
summary: amfnd: revert changeset:7466:71b86f3732ba - ticket [#1728]

changeset:   7588:dcf5c3c090fa
user:Mathivanan N.P. 
date:Wed May 04 15:40:43 2016 +0530
summary: amfnd: revert changeset:7412:f2b5abde4d71 - ticket [#517]

changeset:   7589:ede9089137bc
user:Mathivanan N.P. 
date:Wed May 04 15:41:44 2016 +0530
summary: amfnd: revert changeset:7365:323fdb59a154 - ticket [#517]

changeset:   7590:62b34f2f4289
tag: tip
user:Mathivanan N.P. 
date:Wed May 04 15:43:50 2016 +0530
summary: amfnd: revert changeset:7356:4ee6e611100a - ticket [#517]



---

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

**Status:** unassigned
**Milestone:** 5.1.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Wed May 04, 2016 10:18 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-05-10 Thread Nagendra Kumar
- **status**: unassigned --> review



---

** [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 May 04, 2016 10:28 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-05-12 Thread Nagendra Kumar
Can I make it a defect because another similar defect #1819 has been raised.
Please comment.

Thanks
-Nagu


---

** [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:** Tue May 10, 2016 03:49 PM 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-05-12 Thread Hans Nordebäck
Ticket #1620 cs 7411 solves one of the issues in this ticket, the case where 
ImmutilWrapperProfile was used with default values, e.g. errorsAreFatal. Now 
errorsAreFatal is set to false.


---

** [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:** Thu May 12, 2016 08:59 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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.--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-06-27 Thread Nagendra Kumar
- **Type**: enhancement --> defect



---

** [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:** Thu May 12, 2016 10:18 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-06-29 Thread Nagendra Kumar
I would be pushing the latest flaoted patch today.


---

** [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:** Mon Jun 27, 2016 10:53 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-07-05 Thread Nagendra Kumar
changeset:   7781:2dd8f6e500e9
branch:  opensaf-5.0.x
parent:  7779:4be46c68ab50
user:Nagendra Kumar
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
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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-07-05 Thread Nagendra Kumar
I will be pushing the patch for 4.7.x in 1-2 days.


---

** [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:** Tue Jul 05, 2016 07:04 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-07-05 Thread Nagendra Kumar
changeset:   7784:1f7499ca3ec0
tag: tip
parent:  7782:74d3640dd115
user:Nagendra Kumar
date:Tue Jul 05 14:41:54 2016 +0530
summary: amfnd: commit imm.cc [#517]

changeset:   7783:8126120683ed
branch:  opensaf-5.0.x
parent:  7781:2dd8f6e500e9
user:Nagendra Kumar
date:Tue Jul 05 14:41:25 2016 +0530
summary: amfnd: commit imm.cc [#517]



---

** [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:** Tue Jul 05, 2016 07:05 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-07-07 Thread Nagendra Kumar
changeset:   7791:bff5e886bd26
branch:  opensaf-4.7.x
tag: tip
parent:  7785:5def8dd64c24
user:Nagendra Kumar
date:Thu Jul 07 16:32:21 2016 +0530
summary: amfnd: process su instantiation in a separate thread [#517]

[staging:bff5e8]


---

** [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:** Tue Jul 05, 2016 09:37 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


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

2016-07-07 Thread Nagendra Kumar
- **status**: review --> fixed
- **Comment**:

Closing this ticket. Please raise separate tickets if you find further issues.



---

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

**Status:** fixed
**Milestone:** 5.1.FC
**Created:** Wed Jul 24, 2013 08:29 AM UTC by Hans Nordebäck
**Last Updated:** Thu Jul 07, 2016 11:27 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  0x7ffac238cb35 in raise () from /lib64/libc.so.6
 #1  0x7ffac238e111 in abort () from /lib64/libc.so.6
 #2  0x004051e8 in defaultImmutilError (fmt=0x43fc70 "saImmOmInitialize 
FAILED, rc = %d") at ../../../../../osaf/tools/safimm/src/immutil.c:70
 #3  0x004065e4 in immutil_saImmOmInitialize (immHandle=0x7fff7098d380, 
immCallbacks=0x0, version=0x7fff7098d3a0)
at ../../../../../osaf/tools/safimm/src/immutil.c:1126
 #4  0x00422551 in avnd_comp_config_get_su (su=0x66d8d0) at 
avnd_compdb.c:1743
 #5  0x00436560 in avnd_evt_avd_su_pres_evh (cb=0x6578c0, 
evt=) at avnd_susm.c:1236
 #6  0x0042ffe0 in avnd_evt_process (evt=) at 
avnd_proc.c:278
 #7  avnd_main_process () at avnd_proc.c:219
 #8  0x00408805 in main (argc=1, argv=0x7fff7098d578) at amfnd_main.c:71



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net 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
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets