分类: LINUX
2008-04-10 13:29:41
The SDK runs on top of , which has some problems with kernels and memory managers. If you see an error like this when trying to log in in your scratchbox environment:
Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion
`(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
Then you can try this:
# su -
# echo 0 > /proc/sys/vm/vdso_enabled
Note that the maemo-sdk-install_3.1.sh script will fail if you don’t disable the vdso kernel feature as above.