Re: [OMPI users] coredump in guess_strlen()

2007-01-24 Thread Jeff Squyres
Patrick can commit, or as soon as they get us an amendment with Reese's name on schedule A, he can commit directly... ;-) On Jan 24, 2007, at 7:18 PM, Brian W. Barrett wrote: I think this is a reasonable thing to commit. However, keep in mind that %p isn't totally portable. I think it shou

Re: [OMPI users] coredump in guess_strlen()

2007-01-24 Thread Brian W. Barrett
I think this is a reasonable thing to commit. However, keep in mind that %p isn't totally portable. I think it should be good on all the platforms GM/MX support, but probably not a great idea to use it in the general codebase. But still reasonable to make the code at this level understand

Re: [OMPI users] coredump in guess_strlen()

2007-01-24 Thread Reese Faucette
[repost - apologies, apparently my first one was unintentionally a followup to another thread] If you ever do an opal_output() with a "%p" in the format string, guess_strlen() can segfault because it neglects to consume the corresponding argument, causing subsequent "%s" in the same format strin