Skip to content

suppress debug printouts in malloc.c #1453

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

Open
jiayulu opened this issue Mar 14, 2016 · 2 comments
Open

suppress debug printouts in malloc.c #1453

jiayulu opened this issue Mar 14, 2016 · 2 comments

Comments

@jiayulu
Copy link

jiayulu commented Mar 14, 2016

Is there a compile-time option to disable debug messages coming from ./ompi/opal/util/malloc.c?

I get a lot of print-outs like this:
malloc debug: Request for 0 bytes (pmix_ext_server_north.c, 414)

The message is actually coming from ./ompi/opal/util/malloc.c

@jsquyres
Copy link
Member

They only show up in debug builds. See HACKING.

(also, the building-debug-builds-by-default-for-developers behavior is likely to change in the immediate future -- see #1417)

@rhc54
Copy link
Contributor

rhc54 commented Mar 14, 2016

It would be appreciated if you pass those along, however, so we can cleanup the code that is the root cause of them

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

No branches or pull requests

3 participants