Bugs item #632260, was opened at 2002-11-01 21:30 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111050&aid=632260&group_id=11050
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Akos Maroy (darkeye) Assigned to: Nobody/Anonymous (nobody) Summary: aviplay crashes - ~/.avm/default Initial Comment: Hi, I just installed avifile 0.7.17 from the rpms at http://free-zg.hinet.hr/mozgy/Avifile/ onto my RedHat system. The packages I installed are: avifile-devel-0.7.17-3 avifile-0.7.17-3 avifile-binaries-001222-1 avifile-utils-0.7.17-3 divx4linux-20020418-2 When I try to play a .avi file, or even just typing aviplay -vc, aviplay crashes with a segfault. The end of the strace is: stat64("/home/darkeye/.avm", 0xbffff450) = -1 ENOENT (No such file or directory)write(1, "<Registry> : creating dir: /home"..., 46<Registry> : creating dir: /home/darkeye/.avm ) = 46 mkdir("/home/darkeye/.avm", 0755) = 0 open("/home/darkeye/.avm/default", O_RDONLY) = -1 ENOENT (No such file or directory) --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ If I create an empty file for ~/.avm/default, I still get a crash, the end of strace being: stat64("/home/darkeye/.avm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 open("/home/darkeye/.avm/default", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0664, st_size=1, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40026000 read(3, "\n", 4096) = 1 read(3, "", 4096) = 0 close(3) = 0 munmap(0x40026000, 4096) = 0 --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111050&aid=632260&group_id=11050 _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
