You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/01/27 10:43:36 UTC

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8286: sched: Add _NSIG, SIGFPE, SIGILL and SIGSEGV definition

xiaoxiang781216 opened a new pull request, #8286:
URL: https://github.com/apache/nuttx/pull/8286

   ## Summary
   
   - sched: Add SIGFPE, SIGILL and SIGSEGV definition
   - signal: add marco _NSIG
   
   ## Impact
   
   new macro
   
   ## Testing
   
   CI


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] lucasssvaz commented on pull request #8286: sched: Add _NSIG, SIGFPE, SIGILL and SIGSEGV definition

Posted by "lucasssvaz (via GitHub)" <gi...@apache.org>.
lucasssvaz commented on PR #8286:
URL: https://github.com/apache/nuttx/pull/8286#issuecomment-1406955257

   In the Kconfig, signal 18 is called CONFIG_SIG_SEGA and in the header file it is CONFIG_SIG_SEGV. Is this on purpose ?


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] acassis merged pull request #8286: sched: Add _NSIG, SIGFPE, SIGILL and SIGSEGV definition

Posted by "acassis (via GitHub)" <gi...@apache.org>.
acassis merged PR #8286:
URL: https://github.com/apache/nuttx/pull/8286


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8286: sched: Add _NSIG, SIGFPE, SIGILL and SIGSEGV definition

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 commented on PR #8286:
URL: https://github.com/apache/nuttx/pull/8286#issuecomment-1406958258

   It's typo error, let me provide a patch fix it, thanks.


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] lucasssvaz commented on pull request #8286: sched: Add _NSIG, SIGFPE, SIGILL and SIGSEGV definition

Posted by "lucasssvaz (via GitHub)" <gi...@apache.org>.
lucasssvaz commented on PR #8286:
URL: https://github.com/apache/nuttx/pull/8286#issuecomment-1406977738

   > @lucasssvaz here is the fix: #8312
   
   Thanks!


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8286: sched: Add _NSIG, SIGFPE, SIGILL and SIGSEGV definition

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 commented on PR #8286:
URL: https://github.com/apache/nuttx/pull/8286#issuecomment-1406976455

   @lucasssvaz here is the fix: https://github.com/apache/nuttx/pull/8312


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org