This is the mail archive of the gdb-patches@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]

Re: [PATCH] Fix PR/21658: gdbserver doesn't start on some libcs


On 06/23/2017 09:18 AM, André Draszik wrote:
> From: André Draszik <adraszik@tycoint.com>
> 
> gdbserver currently fails to start on musl-libc based systems
> with 'sigprocmask: Invalid argument'
> 
> The reason is because it uses an invalid argument to sigprocmask():

No it doesn't.  This has come up before:
 https://sourceware.org/ml/gdb-patches/2017-03/msg00426.html
which led to:
 http://austingroupbugs.net/view.php?id=1132

> This is what musl-libc implements, hence gdbserver fails to start.

Please fix musl...

Thanks,
Pedro Alves


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