Re: mac centris potato - xosview segfault
> xosview seg faults on a stock potato install on a centris 650. No reasonable
> error appears, so I ran strace. Here are the results.
>
> munmap(0xc00b3000, 4096) = 0
> open("/proc/memstat", O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/proc/meminfo", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
> old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xc00b3000
> read(4, " total: used: free:"..., 1024) = 314
> --- SIGSEGV (Segmentation fault) ---
> +++ killed by SIGSEGV +++
>
> /proc/meminfo exists and appears normal.
> /proc/memstat does not exist
Please send the output of cat /proc/meminfo. The meminfo format changed
between 2.0 and 2.2, maybe that's the problem.
Michael
Reply to: