-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux: Random crashes after a few minutes (possible timemapping as the cause) #23
Comments
Thanks, Markdown, for folding |
To write long blocks of code with markdown you shouldn't use the
That'll be rendered as
|
I've tried running valgrind with it like this: |
@RussNelson What OS are you running OpenShot on, and what version of OpenShot are you running. Also, please attach your log file (~/.openshot_qt/openshot_qt.log). Thanks! With the newest version, there should be 2 new preferences: Debug (Verbose) and Debug (Port), and with those settings enabled, it should output much more debug info to the openshot_qt.log file. You can download the latest version from http://www.openshot.org/download/ and click "Other Installers", and choose the newest file. Thanks and good luck! |
Running HEAD on Ubuntu 14.04 Turned on Verbose debugging. Loaded two video clips that caused a crash earlier. Inserted them into the stream and set Time->Fast->Forward-32X. Moved them both to the beginning of the stream. Without doing any more editing, I exported a video using the default settings. And it worked!! Which it never had before. Then I loaded another five video clips, and it immediately segfaulted: |
FWIW, I tried loading six video clips, set them all to Time->Fast->Forward->32X. It ran for about two hours and segfaulted then. Here are the log files from both crashes (you can discard the other one if you've already downloaded it). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm trying to make a time-lapse out of five clips. I've only had success with just one clip. As soon as I put two clips in, I get a segmentation fault every time. I'm trying to make a test case that will always crash, but I can't get consistent crashing. Sometimes it crashes immediately after starting the export, and sometimes it crashes after 20 minutes. I ran it under gdb, provoked a crash and have appended the output.
at /usr/include/c++/4.8/tr1/shared_ptr.h:673
frame_number=3) at /home/nelson/libopenshot/src/Clip.cpp:470
at /home/nelson/libopenshot/src/Timeline.cpp:206
source_clip=0x17e44b0, clip_frame_number=3, timeline_frame_number=3, is_top_clip=true) at /home/nelson/libopenshot/src/Timeline.cpp:230
The text was updated successfully, but these errors were encountered: