Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check status on MSwindows/signals #4

Closed
wyldckat opened this issue Aug 14, 2016 · 2 comments
Closed

Check status on MSwindows/signals #4

wyldckat opened this issue Aug 14, 2016 · 2 comments
Assignees

Comments

@wyldckat
Copy link
Member

wyldckat commented Aug 14, 2016

  1. The following files from src/OSspecific/MSwindows/signals need to be checked:
sigStopAtWriteNow.C  sigStopAtWriteNow.H  sigWriteNow.C  sigWriteNow.H
  1. In addition, signals for write*now should be revised, since they are both missing the set method. This became a a possible issue with the release of OpenFOAM 4.x.
@wyldckat wyldckat added this to the blueCFD-Core-2016-2 milestone Aug 14, 2016
@wyldckat wyldckat modified the milestones: blueCFD-Core-2016-2, blueCFD-Core-2016-3 Oct 16, 2016
@wyldckat wyldckat self-assigned this Sep 13, 2017
@wyldckat
Copy link
Member Author

Point 2 has been done in commit blueCFD/OpenFOAM-dev@5c111e4

Point 1 has sort-of been done for the same commit. I forgot to make a better indication of what I meant by "need to be checked". Will test this now.

@wyldckat
Copy link
Member Author

Well, setting the signal works, at least for the signals listed here: https://msdn.microsoft.com/en-us/library/xdkz3x12.aspx#Anchor_2

The numbers associated to them are in the file /mingw64/x86_64-w64-mingw32/include/signal.h.

The problem is that I have don't know how to send the signal into the application... so for now, I'm going to close this task as completed, even if it wasn't fully tested.

The following signal numbers were accepted:

  • 2
  • 4
  • 22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant