Opened 11 months ago
Last modified 11 months ago
#68906 assigned defect
madness: mraplot binary does not work
Reported by: | barracuda156 | Owned by: | barracuda156 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | madness |
Description
Somehow it tries to use a wrong path here:
svacchanda@43-117 ~ % /opt/local/bin/mraplot MADNESS runtime initialized with 7 threads in the pool and affinity -1 -1 -1 A madness exception occurred. Place a break point at madness::exception_break to debug. -------------------------------------------------------------------------- MadnessException : msg=MADNESS CHECK FAILED: : assertion=correct == computed -------------------------------------------------------------------------- value=0 : line=92 : function=read_twoscale : filename='/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_science_madness/madness/work/madness-d108709161b5ee55ba238065e5e7ba62f888bcb8/src/madness/mra/twoscale.cc' MADNESS: fatal error: caught a MADNESS exception
The error is not OS-specific: it is confirmed with 14.2 and 10.6 on different archs.
Change History (4)
comment:1 Changed 11 months ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 11 months ago by barracuda156
Given that I use already installed binary, nothing should point to a non-existing build dir, I believe?
filename='/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_science_madness/madness/work/madness-d108709161b5ee55ba238065e5e7ba62f888bcb8/src/madness/mra/twoscale.cc'
comment:3 follow-up: 4 Changed 11 months ago by ryandesign (Ryan Carsten Schmidt)
That's the path of a source code file, not a file that would be installed. The error message is telling you where in the source code the problem occurred.
comment:4 Changed 11 months ago by barracuda156
Replying to ryandesign:
That's the path of a source code file, not a file that would be installed. The error message is telling you where in the source code the problem occurred.
Got it, thank you for a clarification.
Note: See
TracTickets for help on using
tickets.
Replying to barracuda156:
What makes you say it's due to a wrong path? Which path is wrong?