<br><br>On Monday, April 11, 2022, Georgy Salnikov via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, 11 Apr 2022, Andrea paz via Cin wrote:<br>
<br>
> Tried both patches with no problems. No core dumps or error messages.<br>
> Playback is similar to that with CinGG-appimage (without patches).<br>
<br>
In the build system of CGG not all the actual dependencies on the C++ header<br>
files are defined. It is very likely that a simple `make all' after change<br>
in some .h header file will recompile some .C files and not recompile some<br>
other .C files which depend on the changed header. A probable result will be<br>
inconsistency in memory layout of the internal variables in the C++ object<br>
whose header has been changed: for example, some assume frames are 16-byte<br>
aligned, some other assume they are aligned differently. Such inconsistency<br>
can manifest itself, most likely, in a SEGV, but any other quirks are also<br>
possible.</blockquote><div><br></div><div>run into this while testing attached path (I hoped to fix ppc crash, but not yet booted qemu..) </div><div><br></div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
To test if it could be the case is easy: a complete fresh build with<br>
preceding clean-up of all the .o, .a, and .so files.<br>
______________________________<wbr>______________________________<wbr>___________________<br>
<br>
Georgy Salnikov<br>
NMR Group<br>
Novosibirsk Institute of Organic Chemistry<br>
Lavrentjeva, 9, 630090 Novosibirsk, Russia<br>
Phone   +7-383-3307864<br>
Email   <a href="mailto:sge@nmr.nioch.nsc.ru">sge@nmr.nioch.nsc.ru</a><br>
______________________________<wbr>______________________________<wbr>___________________<br>
<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" target="_blank">https://lists.cinelerra-gg.<wbr>org/mailman/listinfo/cin</a><br>
</blockquote>