Ticket #319 (assigned defect)
Bus Error in CPND process
| Reported by: | aditya.sinha@… | Owned by: | mahesh |
|---|---|---|---|
| Priority: | blocker | Milestone: | PL 2.0.2 |
| Component: | CPSv | Version: | 2.0.0 |
| Keywords: | Bus Error in CPND | Cc: | sudhir.mittal@…, adityakar.jha@… |
| patch waiting for maintainer: | no |
Description
I ams using OpenSAF2.0.0, while using SAF compliant checkpointing service, it is found that application is not able to create sections beyond a specified number of times. On furthe analysis it is found that cpnd process creates a core dump because of bus error and restarts. After restarting I think cpnd process is not able to handle request for creation of checkpoint section.
Following is the stack trace of cpnd prcoess.
====================================================================
#0 0x0014d510 in ncs_os_posix_shm (req=0xb7f7a19c) at ./src/os_defs.c:1518
#1 0x08052f87 in cpnd_sec_hdr_update (sec_info=0xa833aa4, cp_node=0x9f8747c)
at ./cpnd_proc.c:1992
#2 0x0805915b in cpnd_ckpt_sec_add (cp_node=0x9f8747c, id=0xa833c04,
exp_time=10000000000, gen_flag=0) at ./cpnd_db.c:599
#3 0x0806023c in cpnd_evt_proc_ckpt_sect_create (cb=0x9f82ddc, evt=0x9f85e94,
sinfo=0x9f85ff0) at ./cpnd_evt.c:2244
#4 0x08059f96 in cpnd_process_evt (evt=0x9f85e8c) at ./cpnd_evt.c:256
#5 0x0804bd49 in cpnd_main_process (info=0x9f82ddc) at ./cpnd_init.c:590
#6 0x00abf2db in start_thread () from /lib/libpthread.so.0
#7 0x0028514e in clone () from /lib/libc.so.6
====================================================================
