Bug#751116: meld doesn't compare 2 files SOLVED

Carlos Carvalho carlos at fisica.ufpr.br
Thu Jun 12 23:45:10 UTC 2014


Bálint Réczey (balint at balintreczey.hu) wrote on 12 June 2014 19:21:
 >Does the problem go away if you install libpython2.7?

No, it made no difference.

In fact it was the kernel compilation. I had used the light
ramfs version of tmpfs. However apparently python requires the full
shmem version... It bails out at this point of the strace:

statfs("/run/shm", {f_type=0x858458f6, f_bsize=4096, f_blocks=0, f_bfree=0, f_ba
vail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0
read(12, "", 1024)                      = 0
close(12)                               = 0
munmap(0x33c24e61000, 4096)             = 0
futex(0x33c325d6330, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(2, "Traceback (most recent call last"..., 35Traceback (most recent call la
st):

The kernel did have /run/shm and /run mounted as tmpfs, and did have
futex but it's not enough.

Sorry about the noise. I'll close the bug.




More information about the pkg-gnome-maintainers mailing list