Comment 35 for bug 1368737

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote : Re: Pacemaker can seg fault on crm node online/standby

For now,

I have tested the following scenarios:

- 4 nodes
- stonith-enabled=true
- no-quorum-policy=stop

AND

- 2 nodes only
- stonith-enabled=true
- no-quorum-policy=ignore

I ran the test case (bug description) for hours and could not get a crash, although I do get the following messages (expected) from time to time:

Jan 19 16:52:23 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 12418 to record non-fatal assert at logging.c:63 : Source ID 73 was not found when attempting to remove it
Jan 19 16:52:23 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 12439 to record non-fatal assert at logging.c:63 : Source ID 74 was not found when attempting to remove it
Jan 19 16:52:38 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 13413 to record non-fatal assert at logging.c:63 : Source ID 76 was not found when attempting to remove it
Jan 19 16:52:38 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 13429 to record non-fatal assert at logging.c:63 : Source ID 77 was not found when attempting to remove it
Jan 19 16:52:52 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 14411 to record non-fatal assert at logging.c:63 : Source ID 79 was not found when attempting to remove it
Jan 19 16:52:52 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 14423 to record non-fatal assert at logging.c:63 : Source ID 80 was not found when attempting to remove it
Jan 19 16:53:07 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 15410 to record non-fatal assert at logging.c:63 : Source ID 82 was not found when attempting to remove it
Jan 19 16:53:07 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 15427 to record non-fatal assert at logging.c:63 : Source ID 83 was not found when attempting to remove it
Jan 19 16:53:21 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 16409 to record non-fatal assert at logging.c:63 : Source ID 85 was not found when attempting to remove it
Jan 19 16:53:21 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 16425 to record non-fatal assert at logging.c:63 : Source ID 86 was not found when attempting to remove it
Jan 19 16:53:35 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 17408 to record non-fatal assert at logging.c:63 : Source ID 88 was not found when attempting to remove it
Jan 19 16:53:35 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 17420 to record non-fatal assert at logging.c:63 : Source ID 89 was not found when attempting to remove it
Jan 19 16:53:50 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 18409 to record non-fatal assert at logging.c:63 : Source ID 91 was not found when attempting to remove it
Jan 19 16:53:50 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 18422 to record non-fatal assert at logging.c:63 : Source ID 92 was not found when attempting to remove it
Jan 19 16:54:04 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 19410 to record non-fatal assert at logging.c:63 : Source ID 94 was not found when attempting to remove it
Jan 19 16:54:04 [941] trusty01 stonith-ng: error: crm_abort: crm_glib_handler: Forked child 19426 to record non-fatal assert at logging.c:63 : Source ID 95 was not found when attempting to remove it

Depending on Peter to get his crash + core dump for the analysis.

Thank you

Rafael Tinoco