This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Is CLONE_VM really needed in gdbserver?


Hi,

There is a race condition between gdbserver and ld.so on Linux/x86-64:

http://www.sourceware.org/bugzilla/show_bug.cgi?id=11214

Is CLONE_VM really needed? In general, CLONE_VM is a very bad
idea if there is any symbol lookup in both parent and child processes.

Thanks.


H.J.
---


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]