28166, "jabraham17", "[Bug]: Arkouda fails to compile with '-g --verify'", "2025-12-09T23:10:33Z"
opened 11:10PM - 09 Dec 25 UTC
type: Bug
While trying to build Arkouda with CHPL_COMM=gasnet and debug info, I found a ve… rification error with the generated debug info.
<img width="1077" height="76" alt="Image" src="https://github.com/user-attachments/assets/63df335f-1874-4f77-af23-193cc2925870" />
This should not be a problem with user builds (`--verify` is off by default unless you have `--devel`), but this is going to result in unusable debug info for the affected variable. So we should fix this.
While trying to build Arkouda with CHPL_COMM=gasnet and debug info, I found a verification error with the generated debug info.
This should not be a problem with user builds (--verify is off by default unless you have --devel), but this is going to result in unusable debug info for the affected variable. So we should fix this.