kolargol wrote:well, disabling VDSO resolves problem. It can be done by kernel config, or passing parameter during boot.
ok, that's interesting especially if your glibc is something like 2.2 or older as they should be oblivious to the presence of the vDSO. now once you managed to boot with vdso=0, you can re-enable it via /proc/sys/vm/vdso_enabled and can strace something to see how it crashes exactly. note that if you're unlucky, it'll render your system unusable (everything executed afterwards will keep crashing) and you'll need to reboot, so save your important work beforehand.