annerajb commented on PR #10193:
URL: https://github.com/apache/nuttx/pull/10193#issuecomment-1689978775

   > Hmmm seems to be a problem with the common queue.h, not due to our PR...
   > 
   > ```
   > libuv/src/uv-common.c: In function 'uv_walk':
   > Error: libuv/src/queue.h:68:19: error: storing the address of local 
variable 'queue' in '((void * (**)[2])MEM[(void *[2] * *)loop_13(D) + 8B])[1]' 
[-Werror=dangling-pointer=]
   >    68 |     QUEUE_PREV(q) = (n);                                           
           \
   >       |                   ^
   > libuv/src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT'
   >    78 |       QUEUE_SPLIT(h, q, n);                                        
           \
   >       |       ^~~~~~~~~~~
   > libuv/src/uv-common.c:492:3: note: in expansion of macro 'QUEUE_MOVE'
   >   492 |   QUEUE_MOVE(&loop->handle_queue, &queue);
   >       |   ^~~~~~~~~~
   > ```
   
   Yup master never built and failed the same way 10 hours ago
   
https://github.com/apache/nuttx/commit/81118db95d531b17d2f0188a2b37c71f424879a4


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to