Dietmar Maurer wrote: > Can anyone else reproduce that error? > > Any suggestion how to debug such thing? >
For a quick test, please disable any gcc optimization for both corosync and your test code. Set them to -O0. It´s not the first time that Debian default´s gcc optimizations unveil a bug in our code. If the above change makes the code work, it´s going to be easier to look what the problem is. Regarding 32bit vs 64bit, if it works with default settings in 32bit, than it´s mostlikely another conversion error in the code, but it would give us a quick hint on what to look for. Fabio _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
