[
https://issues.apache.org/jira/browse/GEODE-9154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17322243#comment-17322243
]
ASF GitHub Bot commented on GEODE-9154:
---------------------------------------
pdxcodemonkey opened a new pull request #785:
URL: https://github.com/apache/geode-native/pull/785
- printf output for "%p" appears to have changed, need to accomodate this
@mreddington
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> gnmsg not working with latest Mac tools
> ---------------------------------------
>
> Key: GEODE-9154
> URL: https://issues.apache.org/jira/browse/GEODE-9154
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Blake Bender
> Assignee: Blake Bender
> Priority: Major
>
> Sometime recently (Big Sur upgrade), the output for formatting a pointer with
> "%p" in clang appears to have gone from a decimal integer to hex with a "0x"
> prefix. This broke the regexes used in gnmsg to detect message output in the
> logs. Need to modify the regexes for messages to accept either an integer or
> hex, with or without "0x" prefix, to make this as flexible as possible going
> forward.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)