-
Notifications
You must be signed in to change notification settings - Fork 46
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
Exception handling on macOS #1004
Comments
I tried rebuilding on my mac (complete new directory) with these lines uncommented in the
and then unloaded the modules just in case with:
I still receive numerous of the |
@smaticka thanks for submitting this issue, and for testing the in-bundle build. Bummer that the in-bundle build didn't fix it - that would have been a great clue. The INFRA team will continue investigating this and will keep you posted. |
@srherbener @smaticka Any update on this issue? |
@climbfuji I still get a lot of |
I honestly think this issue should be in JCSDA-internal fv3-jedi or jedi-bundle ... |
@srherbener do you have a better idea of what repo might be the source of the problem? I can move the issue there. |
I think the exception messages are being thrown from eckit, but I doubt the problem we are seeing is coming from eckit. What are you running when you see this symptom? Is it any particular ctest, or are you running an application (such as fv3jedi_hofx.x, or fv3jedi_var.x, etc)? |
Describe the bug
Exception handling is unknown when running JEDI on the mac. See this example after a change was made to an
ObsFunction
(.cc
file) inufo
:alternately, the same change made on
Orion
resulted in this readout (more verbose):To Reproduce
I'm not sure if this will reproduce it, but this is what I did:
built the
jedi-bundle
(internal) on the mac (see system) withspack-stack-1.5.1
with IODA converters turned on.Received many warnings during build (see section below).
Expected behavior
The exception handling on the macOS should be more verbose (similar to the handling on Orion).
System:
mac M2 chip. macOS ventura 13.4. spack-stack-1.5.1
Additional context
When building the
jedi-bundle
(internal) on the mac, I received many warnings indicating this:ld: warning: could not create compact unwind for...
From googling, it seems like that could lead to poor exception handling.
The text was updated successfully, but these errors were encountered: