Hi, I decided to check if I can start using corosync again on several of my clusters (have to use heartbeat there at the moment). I don't even have any services defined in corosync.conf, commented pacemaker out, just plain corosync and it never goes down:
# ps axf|grep corosync 26294 pts/0 S+ 0:00 | \_ /bin/sh /sbin/service corosync restart 26299 pts/0 S+ 0:01 | \_ /bin/bash /etc/init.d/corosync restart 29249 pts/1 S+ 0:00 \_ grep corosync 25959 ? Ssl 0:00 corosync I attached to the process and this is where it hangs: (gdb) where #0 0x0fe14134 in poll () from /lib/libc.so.6 #1 0x0ffbc530 in poll_run (handle=150346236434579456) at coropoll.c:413 #2 0x10006e50 in main (argc=<value optimized out>, argv=<value optimized out>) at main.c:1576 How can I help to debug this problem? It is 100% reproducible. Thank you, Vadym _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
