Hi, I get this segmentation fault with avifile 0.7.21 (output of strace aviplay):

[..]
old_mmap(0x40e08000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x4000) = 
0x40e08000
close(3)                                = 0
open("/usr/lib/libXt.so.6", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libXt.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/kde3/lib/libXt.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libXt.so.6", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libXt.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/kde3/lib/libXt.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libXt.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\300"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=356478, ...}) = 0
old_mmap(NULL, 313700, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40e09000
mprotect(0x40e52000, 14692, PROT_NONE)  = 0
old_mmap(0x40e52000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x48000) = 
0x40e52000
close(3)                                = 0
open("/usr/lib/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/opt/kde3/lib/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/opt/kde3/lib/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libncurses.so.5", O_RDONLY)  = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\360"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=333142, ...}) = 0
old_mmap(NULL, 294272, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40e56000
mprotect(0x40e92000, 48512, PROT_NONE)  = 0
old_mmap(0x40e92000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x3b000) = 
0x40e92000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40e9e000
mprotect(0x40d19000, 401408, PROT_READ|PROT_WRITE) = 0
mprotect(0x40d19000, 401408, PROT_READ|PROT_EXEC) = 0
mprotect(0x40ce8000, 196608, PROT_READ|PROT_WRITE) = 0
mprotect(0x40ce8000, 196608, PROT_READ|PROT_EXEC) = 0
mprotect(0x408c8000, 356352, PROT_READ|PROT_WRITE) = 0
mprotect(0x408c8000, 356352, PROT_READ|PROT_EXEC) = 0
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

Thanks,

Roland

-- 
Always remember that you are unique.  Just like everyone else.


_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to