I've reproduced the bug on a personal test file (not attached, its a generic bug).
Basically the fault lies in the openSomeFile method which mistakenly keeps closing files, which means fseeko() was ultimately segfaulting because it was using a mish-mash of old and newly allocated FILE data (deep inside glibc). Patch attached fixes that problem, and also two memory leaks as reported by valgrind. ** Attachment added: "patch" http://launchpadlibrarian.net/25006958/patch -- AtomicParsley crashes reading fragmented .ismv MP4s https://bugs.launchpad.net/bugs/342541 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
