segmentation fault caused by [vdso] and [vsyscall]
While running a program it generated a long output with these three lines
at the end:
7fff584cb000-7fff584ed000 rw-p 00000000 00:00 0
[stack]
7fff58563000-7fff58565000 r-xp 00000000 00:00 0
[vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0
[vsyscall]
Segmentation fault (core dumped)
I've searched a lot and found a bug fix for something like this but could
not use it:
Bug Description
Bug Fix Patch
I'm looking for a way to fix this bug or disable VDSO/vsyscall from the
kernel or any other possible way around the problem. I'm using Ubuntu
13.04 64bit. Can anybody help?
No comments:
Post a Comment