I tried to build CinGG for Rosa, but it segfaults on startup ....
Dump attached. Files (rpm) themselves at https://cloud.mail.ru/public/4UHi/u7GSkKZp5 Terminal output was: Cinelerra Infinity - built: Oct 1 2020 21:55:26 git://git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra. init plugin index: /usr/lib64/cin/plugins init lv2 index: ** segv at 0xae5b88 in pid 11125, tid 11709 writing debug data to /tmp/cinelerra_11125.dmp lock_items: 23 lock_frees: 8 ** dump complete Ошибка сегментирования (слепок снят) From brief look it still tries to access some media files, I asked user (Vlad) to try and tar up .bcast5 and then remove it altogether .... It might provide some clue(s)? Waiting for archive from Vlad ....
Andrew, GG was able to reproduce via: #create a session with a "Disolve" transition; save backup; quit cd /path/cinelerra-5.1/bin/plugins/ mv video/dissolve.plugin /tmp/. #restart cin5, and load from backup #Notice the message in the controlling terminal, same backtrace as dump # [Detaching after vfork from child process 16241] # The transition 'Dissolve' in file '/root/.bcast5/backup.xml' is not part of your installation of Cinelerra. # The project won't be rendered as it was meant and Cinelerra might crash. He has made a mod that reports the problem of the missing plugin_server plugin BUT it might not be checked into GIT for a day or 2. On Fri, Oct 2, 2020 at 1:56 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
Dump attached.
Files (rpm) themselves at
https://cloud.mail.ru/public/4UHi/u7GSkKZp5
Terminal output was:
Cinelerra Infinity - built: Oct 1 2020 21:55:26 git://git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra. init plugin index: /usr/lib64/cin/plugins init lv2 index: ** segv at 0xae5b88 in pid 11125, tid 11709 writing debug data to /tmp/cinelerra_11125.dmp lock_items: 23 lock_frees: 8 ** dump complete Ошибка сегментирования (слепок снят)
From brief look it still tries to access some media files, I asked user (Vlad) to try and tar up .bcast5 and then remove it altogether ....
It might provide some clue(s)? Waiting for archive from Vlad ....
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
В сообщении от Saturday 03 October 2020 01:31:30 Phyllis Smith via Cin написал(а):
Andrew, GG was able to reproduce via:
#create a session with a "Disolve" transition; save backup; quit cd /path/cinelerra-5.1/bin/plugins/ mv video/dissolve.plugin /tmp/. #restart cin5, and load from backup #Notice the message in the controlling terminal, same backtrace as dump # [Detaching after vfork from child process 16241] # The transition 'Dissolve' in file '/root/.bcast5/backup.xml' is not part of your installation of Cinelerra. # The project won't be rendered as it was meant and Cinelerra might crash.
Vlad explained his crash a bit more - it was new session with two different media files on same video track, he tried to add transition to them and Cin crashed at playing it .... Still a bit strange because modulo packaging bug all those plugin files should be installed in same places as before, and exactly those video transition plugins were not changed lately?
He has made a mod that reports the problem of the missing plugin_server plugin BUT it might not be checked into GIT for a day or 2.
On Fri, Oct 2, 2020 at 1:56 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
Dump attached.
Files (rpm) themselves at
https://cloud.mail.ru/public/4UHi/u7GSkKZp5
Terminal output was:
Cinelerra Infinity - built: Oct 1 2020 21:55:26 git://git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra. init plugin index: /usr/lib64/cin/plugins init lv2 index: ** segv at 0xae5b88 in pid 11125, tid 11709 writing debug data to /tmp/cinelerra_11125.dmp lock_items: 23 lock_frees: 8 ** dump complete Ошибка сегментирования (слепок снят)
From brief look it still tries to access some media files, I asked user (Vlad) to try and tar up .bcast5 and then remove it altogether ....
It might provide some clue(s)? Waiting for archive from Vlad ....
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
Andrew:
Vlad explained his crash a bit more - it was new session with two different media files on same video track, he tried to add transition to them and Cin crashed at playing it ....
Still a bit strange because modulo packaging bug all those plugin files should be installed in same places as before, and exactly those video transition plugins were not changed lately?
Well, GG did check in a mod that addressed the dmp file. I am trying to duplicate what Vlad did and in doing so I found a different bug but I can not say it is the same thing. I will leave it on my laptop for him to look at when he has a couple of minutes.
Andrew, I use new .bcast5 and can not reproduce a crash. The dump the other day reflected a different problem. If possible, send dump for transition SEGV between 2 pieces of media. On Sun, Oct 4, 2020 at 2:59 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
В сообщении от Saturday 03 October 2020 01:31:30 Phyllis Smith via Cin написал(а):
Andrew, GG was able to reproduce via:
#create a session with a "Disolve" transition; save backup; quit cd /path/cinelerra-5.1/bin/plugins/ mv video/dissolve.plugin /tmp/. #restart cin5, and load from backup #Notice the message in the controlling terminal, same backtrace as dump # [Detaching after vfork from child process 16241] # The transition 'Dissolve' in file '/root/.bcast5/backup.xml' is not part of your installation of Cinelerra. # The project won't be rendered as it was meant and Cinelerra might crash.
Vlad explained his crash a bit more - it was new session with two different media files on same video track, he tried to add transition to them and Cin crashed at playing it ....
Still a bit strange because modulo packaging bug all those plugin files should be installed in same places as before, and exactly those video transition plugins were not changed lately?
He has made a mod that reports the problem of the missing plugin_server plugin BUT it might not be checked into GIT for a day or 2.
On Fri, Oct 2, 2020 at 1:56 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
Dump attached.
Files (rpm) themselves at
https://cloud.mail.ru/public/4UHi/u7GSkKZp5
Terminal output was:
Cinelerra Infinity - built: Oct 1 2020 21:55:26 git://git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra. init plugin index: /usr/lib64/cin/plugins init lv2 index: ** segv at 0xae5b88 in pid 11125, tid 11709 writing debug data to /tmp/cinelerra_11125.dmp lock_items: 23 lock_frees: 8 ** dump complete Ошибка сегментирования (слепок снят)
From brief look it still tries to access some media files, I asked user (Vlad) to try and tar up .bcast5 and then remove it altogether ....
It might provide some clue(s)? Waiting for archive from Vlad ....
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
В сообщении от Monday 05 October 2020 10:54:21 Igor BEGHETTO via Cin написал(а):
I use new .bcast5 and can not reproduce a crash. Probably I am Off Topic. Have I delete my "old" .bcast5? I have a few of presets there. Which of those, can I save and, then, restore? Loading old projects and doing something a crash is occured. Thanks!
I think you can mv it as, say, .bcast6: mv .bcast5 .bcast6 Then Cin will re-create it, and you can add your xml files one by one (from your backup dir .bcast6) until crash occur.
IgorBeg
Andrew, I will try as you said. Thank you! IgorBeg Il 05/10/2020 10:17, Andrew Randrianasulu via Cin ha scritto:
В сообщении от Monday 05 October 2020 10:54:21 Igor BEGHETTO via Cin написал(а):
I use new .bcast5 and can not reproduce a crash. Probably I am Off Topic. Have I delete my "old" .bcast5? I have a few of presets there. Which of those, can I save and, then, restore? Loading old projects and doing something a crash is occured. Thanks! I think you can mv it as, say, .bcast6:
mv .bcast5 .bcast6
Then Cin will re-create it, and you can add your xml files one by one (from your backup dir .bcast6) until crash occur.
Update. I have deleted all in ".bcast5"except: - Cinelerra_plugins - Cinelerra_presets (here I have some presets for Title and Sketcher Plugins) - Cinelerra_rc - layout_1 - layout_2 - layout_3 - mask_rc - palette.dat And now It seems to work good. Thank you Andrew! IgorBeg Il 05/10/2020 10:17, Andrew Randrianasulu via Cin ha scritto:
В сообщении от Monday 05 October 2020 10:54:21 Igor BEGHETTO via Cin написал(а):
I use new .bcast5 and can not reproduce a crash. Probably I am Off Topic. Have I delete my "old" .bcast5? I have a few of presets there. Which of those, can I save and, then, restore? Loading old projects and doing something a crash is occured. Thanks! I think you can mv it as, say, .bcast6:
mv .bcast5 .bcast6
Then Cin will re-create it, and you can add your xml files one by one (from your backup dir .bcast6) until crash occur.
participants (3)
-
Andrew Randrianasulu -
Igor BEGHETTO -
Phyllis Smith