View Single Post
Old 23rd November 2008, 03:01   #7  |  Link
talen9
Registered User
 
Join Date: Aug 2007
Location: Italy
Posts: 286
Segfault confirmed here too (Ubuntu 8.10 64bit), here's the strace output:

Quote:
# strace ./autox264e ./autox264

execve("./autox264", ["./autox264"], [/* 39 vars */]) = 0
[ Process PID=6436 runs in 32 bit mode. ]
brk(0) = 0xa041000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7eff000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7efe000
set_thread_area(0xff820300) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 6436 detached
talen9 is offline   Reply With Quote