-
Notifications
You must be signed in to change notification settings - Fork 5
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
bobyqa crashes under Windows #19
Comments
Hi @mzaffalon, Thank you for raising this. Would @emmt or @amontoison have a look? Thank you. Zaikun |
@mzaffalon What is your platform? Update: Sorry I didn't read the title of the issue... |
@amontoison Sorry, I added the On v1.9.4 I get the same
I get the same access violation with the other methods under |
@mzaffalon I have no problems with your example on Linux. Did you try the tests that come with ... pkg> test PRIMA I do not have access to a machine with Windows OS but I can add your example to the tests on AppVeyor or GitHub Action for CI... |
@emmt Thanks for the suggestion.
|
I noticed that the CylancePROTECT antivirus complains: I do not know whether it is responsible to terminate the process. |
I have just added your example to the test suite but now spellchecking prevent other tests to complete (@zaikunzhang it seems that some tools are not are not allowed to be used in I also have noticed that
|
Hi @emmt , Thank you for taking care of this.
Note that it was not true that "spellchecking prevent other tests to complete" --- not action can block any other. The error message you saw was the following:
It means that there is a whitelist for the actions that can run on the repos of To resolve the issue, I updated the whitelist to include Merci beaucoup ! Zaikun |
@zaikunzhang Sorry I misunderstandood the error message. Thank you very much for having fixed this. Now I can see that there are some issues with Julia 1.6 due to the different possible ways to implement extensions, I have to deal with them... Note that this is related to CUTEst not to the crash on Windows. |
@emmt We should bump the compat entry to Julia 1.9 if we use package extensions. |
I agree that it is easier to deal with extensions on Julia prior to 1.9, but I managed to have something that will eventually work with Julia < 1.9 and Julia ≥ 1.9 |
@amontoison It seems that CUTEst fail on 32-bit architecture. Do you know whether CUTEst.jl supports these processors? |
It should but I need to compile a more recent version of CUTEst and regenerate CUTEst_jll. |
OK so let us skip testing CUTEst for 32-bit machine for now. We can re-activate this later... |
I have activated testing on Windows OS by GitHub Actions but
@amontoison This is not directly related to the issue discussed here but prevents further tests. Are you sure that |
@amontoison do you have any suggestions? |
Hi @emmt, sorry for not answering earlier. CUTEst was never tested on Windows. |
Hi @amontoison, no problems. We should then try to figure out how to skip CUTEst tests (and installation) on Windows. |
Since no solutions have emerged, I propose to split the package in 2 one, |
CUTEst is wrapped as an NLPModels so we should not modify PRIMA.jl. You can just use |
The problem is not to skip the tests but that |
Can you open an issue in |
@amontoison |
|
This should be solved by version 0.2.1 (see 3956684) so I close the issue. |
On Julia
v1.10.0
and PRIMAv0.2.0
, I getEDIT:
The text was updated successfully, but these errors were encountered: