Yup, UMEM_DEBUG exported.
It wasnt clear to me whether it took a value or not, but the comments
suggested to me it might:
50 *
51 * If the item is valid, item_flag_target != NULL, and:
52 * type is not CLEARFLAG, then (*item_flag_target) |=
item_flag_value
53 * type is CLEARFLAG, then (*item_flag_target) &= ~item_flag_value
54 */
And, since I'm working with Solaris 10 0606, it might just be that the
version I have doesnt implement it.
The reason its important is that I have some pretty dirty 3rd party stuff
being integrated with some of our stuff that is leveraging the object caching
features and thus needs to link with umem. In due time I can get the third
party stuff cleaned up, but in the near term to make progress I really just
need to get the verbose reports and then continue in the case of a truely
recoverable error. The alternative of getting a core dump every time is just a
non-starter for making rapid progress.
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]