Keyframes Autos and Title plugin
I wanted to put writings that would appear gradually thanks to the keyframes autos. But it didn't work, and the writings all appeared together as if there were no keyframes. The following sentences appear in the terminal: BOOBY! /home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_Z5boobyv+0x3f) [0x557069fa9b2f] /home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_ZN13BC_WindowBase9draw_lineEiiiiP9BC_Pixmap+0x3b) [0x557069fb9a9b] /home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_ZN10BC_ListBox11draw_borderEi+0x73) [0x557069f7dc73] /home/paz/cinelerra5/cinelerra-5.1/bin/./cin(+0x9707fb) [0x557069f7e7fb] /home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_ZN10BC_ListBox16center_selectionEv+0x4e) [0x557069f7f2ae] /home/paz/cinelerra5/cinelerra-5.1/bin/plugins/video/sketcher.plugin(_ZN17SketcherCurveList6updateEi+0x1a0) [0x7f1b8002a4c0] /home/paz/cinelerra5/cinelerra-5.1/bin/plugins/video/sketcher.plugin(_ZN18SketcherCurveColor17handle_done_eventEi+0x76) [0x7f1b8002a5f6] /home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_ZN15BC_DialogThread3runEv+0xd8) [0x557069f6fb78] /home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_ZN6Thread10entrypointEPv+0x45) [0x557069fc5995] /usr/lib/libpthread.so.0(+0x7a9d) [0x7f1b91b4ea9d] /usr/lib/libc.so.6(clone+0x43) [0x7f1b90accb23] It's just about the sketcher plugin I used before, but not about Title. But they are phrases that have never appeared before and that I do not know. There's also a Booby! I just can not understand what is happening to my system + CinGG.
Andrea, We are having some problems with the latest CinGG build checked in yesterday. Is that the version you are using? A serious deadlock was discovered here that has been in the code for a long time but was uncovered with use of the shuttle because it goes faster than a person can type. So operations get queued up faster than cinelerra is used to handling. However, this deadlock bug is probably the cause in other freezes that were not analyzed to the same depth in the past. We need to solve this once and for all so we need our "super testers" to keep testing! GG is working on it and has been for a few days to get a final solution. The "BOOBY" is a trap to catch locks bugs that might have been missed (traps if compiled --with-booby). GG may have accidentally checked in with the trap enabled. But the good news is that you found one and he can look at the error messages you sent and get rid of it. Thanks for your patience, gg/phyllis
BOOBY! /home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_Z5boobyv+0x3f) [0x557069fa9b2f]
/home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_ZN13BC_WindowBase9draw_lineEiiiiP9BC_Pixmap+0x3b) [0x557069fb9a9b]
/home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_ZN10BC_ListBox11draw_borderEi+0x73) [0x557069f7dc73] /home/paz/cinelerra5/cinelerra-5.1/bin/./cin(+0x9707fb) [0x557069f7e7fb]
/home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_ZN10BC_ListBox16center_selectionEv+0x4e) [0x557069f7f2ae]
/home/paz/cinelerra5/cinelerra-5.1/bin/plugins/video/sketcher.plugin(_ZN17SketcherCurveList6updateEi+0x1a0) [0x7f1b8002a4c0]
/home/paz/cinelerra5/cinelerra-5.1/bin/plugins/video/sketcher.plugin(_ZN18SketcherCurveColor17handle_done_eventEi+0x76) [0x7f1b8002a5f6]
/home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_ZN15BC_DialogThread3runEv+0xd8) [0x557069f6fb78]
/home/paz/cinelerra5/cinelerra-5.1/bin/./cin(_ZN6Thread10entrypointEPv+0x45) [0x557069fc5995] /usr/lib/libpthread.so.0(+0x7a9d) [0x7f1b91b4ea9d] /usr/lib/libc.so.6(clone+0x43) [0x7f1b90accb23]
I report the messages from the terminal and a dump that I had during three tests. The messages (with booby) are numerous and happen when I use the color picker of the Sketcher plugin. I also had one freeze and one crash. Unfortunately the dump is not from root. I tried again as root but, for now I have not had a crash. NOTE1: I use a lot of PNG still images, derived from Inkscape's SVG and exported as png. It seems to me that Cin mishandles this format and accentuates playback problems in a similar way to the MKV container. NOTE2: How I catch and read a Booby?
The messages (with booby) are numerous and happen when I
use the color picker of the Sketcher plugin. I also had one freeze and
one crash. Unfortunately the dump is not from root. I tried again as root but, for now I have not had a crash. NOTE1: I use a lot of PNG still images, derived from Inkscape's SVG and exported as png. It seems to me that Cin mishandles this format and accentuates playback problems in a similar way to the MKV container. NOTE2: How I catch and read a Booby?
Thanks for the dumps! I will have GG reply on "how to catch and read a Booby" after we have a new CinGG checked in. The current version you are using will most likely show the same booby and GG has generated a fix for that one and for IgorB's issue #135 BUT we have to do more serious checking before releasing it. I am not sure we have a fix for the shuttle wheel "wheeling" around yet though. I can not get the freeze when using the ShuttleXpress and GG is using the ShuttlePRO that seems faster. gg/Phyllis
Some information about the Booby Bird Trap. It seems to be a bad day for the birds as we are trapping a lot. *Find Lock Problems with Booby Trap* A Booby Trap is used in CinGG for setting a trap to catch lock problems that might have been missed. It will trap boobies only if compile by adding “--with-booby” on the configuration command line. This is the default if you compile using ./bld.sh from the GIT repository. It should not interfere with normal execution. There are 2 potential traps: 1) If you try to unlock a lock when it is not locked; 2) or if you execute a drawing operation without holding the window lock. The trap prints the following in the controlling terminal window: BOOBY! <backtrace> An example backtrace is below along with some hints on how to analyze: - - - - - - - - /home/cin5/bin/./cin(_Z5boobyv+0x3f) [0x557069fa9b2f] /home/cin5/bin/./cin(_ZN13BC_WindowBase9draw_lineEiiiiP9BC_Pixmap+0x3b)0x557069fb9a9b] /home/cin5/bin/./cin(_ZN10BC_ListBox11draw_borderEi+0x73)[0x557069f7dc73] /home/cin5/bin/./cin(+0x9707fb) [0x557069f7e7fb] /home/cin5/bin/./cin(_ZN10BC_ListBox16center_selectionEv+0x4e)[0x557069f7f2ae] /home/cin5/bin/plugins/video/sketcher.plugin(_ZN17SketcherCurveList6updateEi+0x1a0) [0x7f1b8002a4c0] /home/cin5/bin/plugins/video/sketcher.plugin(_ZN18SketcherCurveColor17handle_done_eventEi+0x76) [0x7f1b8002a5f6] /home/cin5/bin/./cin(_ZN15BC_DialogThread3runEv+0xd8)[0x557069f6fb78] /home/cin5/bin/./cin(_ZN6Thread10entrypointEPv+0x45)[0x557069fc5995] /usr/lib/libpthread.so.0(+0x7a9d) [0x7f1b91b4ea9d] /usr/lib/libc.so.6(clone+0x43) [0x7f1b90accb23] - - - - - - - - To see which routine is reporting the booby keyin: c++filt And then the 2nd line in the backtrace above: _ZN13BC_WindowBase9draw_lineEiiiiP9BC_Pixmap It comes back with the routine as: BC_WindowBase::draw_line(int, int, int, int, BC_Pixmap*)
participants (2)
-
Andrea paz -
Phyllis Smith