| Anonymous | Login | Signup for a new account | 2013-06-19 13:06 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0002948 | Kdenlive | Rendering | public | 2013-01-18 20:24 | 2013-01-21 11:28 | ||||||||
| Reporter | sys3175 | ||||||||||||
| Assigned To | j-b-m | ||||||||||||
| Priority | normal | Severity | crash | Reproducibility | sometimes | ||||||||
| Status | feedback | Resolution | open | ||||||||||
| Platform | x86/32 | OS | Debian GNU/Linux | OS Version | Sid | ||||||||
| Product Version | Recent git | ||||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Summary | 0002948: Rendering crashes at a still image | ||||||||||||
| Description | Hi all, my rendering crashes at the first frame of a still image. Strangely enough, if I use the same sources, project, and kdenlive on another PC, it does not crash. Also, if i select only the zone of the crash, it does render fine. I'm running Debian Sid. The kdenlive Version 0.9.3 (rev. c3fa0f6)/melt 0.8.7/ffmpeg git-2013-01-13-a6e4796 are frome the build script. In gdb, the crashing thread shows the following, with s pointing to NULL afaics Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x9ea70b70 (LWP 26012)] 0xb278b44d in convert_image (frame=0x78984430, image=0x9ea6ff54, format=0x9ea6ff50, output_format=mlt_image_rgb24a) at filter_avcolour_space.c:237 237 case 0: do { *d = *s++; d += 4; Thread 3 (Thread 0x9ea70b70 (LWP 26012)): #0 0xb278b44d in convert_image (frame=0x78984430, image=0x9ea6ff54, format=0x9ea6ff50, output_format=mlt_image_rgb24a) at filter_avcolour_space.c:237 #1 0xb7fbbcba in mlt_frame_get_image (self=0x78984430, buffer=0x9ea6ff54, format=0x9ea6ff50, width=0x9ea6ff4c, height=0x9ea6ff48, writable=0) at mlt_frame.c:481 0000002 0xb2e3142f in transition_get_image (a_frame=0x7cebbac8, image=0x9ea702f8, format=0x805f5f4, width=0x9ea70314, ---Type <return> to continue, or q <return> to quit--- height=0x9ea70310, writable=0) at transition_affine.c:438 0000003 0xb7fbbc28 in mlt_frame_get_image (self=0x7cebbac8, buffer=0x9ea702f8, format=0x805f5f4, width=0x9ea70314, height=0x9ea70310, writable=0) at mlt_frame.c:475 0000004 0xb2e2c1a9 in filter_get_image (this=0x78984430, image=0x9ea702f8, format=0x805f5f4, width=0x9ea70314, height=0x9ea70310, writable=0) at filter_affine.c:106 0000005 0xb7fbbc28 in mlt_frame_get_image (self=0x78984430, buffer=0x9ea702f8, format=0x805f5f4, width=0x9ea70314, height=0x9ea70310, writable=0) at mlt_frame.c:475 0000006 0xb7fd160b in producer_get_image (self=0x47bcc710, buffer=0x9ea702f8, format=0x805f5f4, width=0x9ea70314, height=0x9ea70310, writable=0) at mlt_tractor.c:273 0000007 0xb7fbbc28 in mlt_frame_get_image (self=0x47bcc710, buffer=0x9ea702f8, format=0x805f5f4, width=0x9ea70314, height=0x9ea70310, writable=0) at mlt_frame.c:475 0000008 0xb7fd160b in producer_get_image (self=0x69906668, buffer=0x9ea702f8, format=0x805f5f4, width=0x9ea70314, height=0x9ea70310, writable=0) at mlt_tractor.c:273 0000009 0xb7fbbc28 in mlt_frame_get_image (self=0x69906668, buffer=0x9ea702f8, format=0x805f5f4, width=0x9ea70314, height=0x9ea70310, writable=0) at mlt_frame.c:475 0000010 0xb7fce03a in consumer_read_ahead_thread (arg=0x805f5b0) at mlt_consumer.c:778 0000011 0xb7f7bc39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 0000012 0xb7ee878e in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 | ||||||||||||
| Additional Information | This is a rather large project with lots of clips and stills, so it's quite difficult tor reproduce. But If I can be of assistance to narrow his down, I'd gladly help. | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Build/Install Method | Build Script | ||||||||||||
| Attached Files | |||||||||||||
Notes |
|
|
(0009104) sys3175 (reporter) 2013-01-18 20:27 |
The command line I used for this was gdb --args melt /home/hartmut/kdenlive/scripts/suedtirol-01-hd-x200s_002.sh.mlt -profile atsc_1080p_25 -consumer avformat:/home/hartmut/Videos/suedtirol-2012-hd.mp4 progress=1 f=mp4 hq=1 acodec=aac ab=128k ar=48000 pix_fmt=yuv420p vcodec=libx264 crf=23 maxrate=12000k bufsize=1835k preset=superfast tune=film aspect=@16/9 threads=10 real_time=-1 verbose=1 and I sourced bin/kdenlive_env before calling this. |
|
(0009113) j-b-m (administrator) 2013-01-21 11:28 |
Can you try to make a copy of your .kdenlive project file and remove everything from the project except the clip that causes the rendering crash. Does rendering also crash with this modified project? If it does, could you archive the project (in Kdenlive's Project menu > Archive Project, then select the "Compressed archive" option)? It will create a .tar.gz file with the project file and all necessary clips. You can then attach the tar.gz here or mail it to me - jb at kdenlive org - so that I can try to reproduce.. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2013-01-18 20:24 | sys3175 | New Issue | |
| 2013-01-18 20:27 | sys3175 | Note Added: 0009104 | |
| 2013-01-21 11:28 | j-b-m | Note Added: 0009113 | |
| 2013-01-21 11:28 | j-b-m | Assigned To | => j-b-m |
| 2013-01-21 11:28 | j-b-m | Status | new => feedback |
| Copyright © 2000 - 2013 MantisBT Team |