Ticket #295 (closed defect: fixed)
qt-faststart segfaults after complaining of non-existent output directory
| Reported by: | rbanffy | Owned by: | michael |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | 0.6.3 | Keywords: | qt-faststart path |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
When doing
"qt-faststart infile.mp4 ./non-existent-directory/outfile.mp4" the program crashes with a segfault after reporting the file/directory doesn't exist.
$ qt-faststart infile.mp4 ./non-existent-directory/outfile.mp4
ftyp 0 32
free 32 8
mdat 40 10084256
moov 10084296 51144
patching stco atom...
patching stco atom...
./non-existent-folder/out.mp4: No such file or directory
Segmentation fault
The message, along with the segfault, made it a bit confusing - it took me a while to figure out the problem was the missing folder.
Change History
Note: See
TracTickets for help on using
tickets.



$ qt-faststart infile.mp4 ./non-existent-directory/outfile.mp4 ftyp 0 32 free 32 8 mdat 40 10084256 moov 10084296 51144 patching stco atom... patching stco atom... ./non-existent-folder/out.mp4: No such file or directory Segmentation fault