Thank you. Will move there. ---- Best regards, Artem Y. Polyakov HPC Engineer, Mellanox Ltd.
________________________________________ От: Jonathan Wakely <jwak...@redhat.com> Отправлено: 26 мая 2016 г. 14:39:01 Кому: Artem Polyakov Копия: gcc-bugs@gcc.gnu.org Тема: Re: Broken connect syscall invocation ? On 26/05/16 07:37 +0000, Artem Polyakov wrote: >Hello, > >I'm using the following version of GCC: >artpol@artpol-ThinkPad-T430 ~ $ gcc --version >gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4 >Copyright (C) 2013 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >I'm facing the problem with the slurm compilation: >https://github.com/SchedMD/slurm >I'm building the master branch. And the problem I get is related to the >following construction: >https://github.com/SchedMD/slurm/blob/master/src/slurmd/slurmd/req.c#L6171:L6172 > >The problem I see is that "connect" returns "+1" instead of "-1". And I can't >reproduce this with the standalone code: >https://github.com/artpol84/poc/blob/master/linux-internals/syscalls/connect/cli_c1.c#L37 Hi, this mailing list is used for automated email from our Bugzilla database and not for reporting bugs. If you think you've found a bug in GCC please report it using Bugzilla, rather than mailing this list directly. https://gcc.gnu.org/bugs/ For general help and support questions about GCC please use the gcc-help mailing list. https://gcc.gnu.org/lists.html