[jira] [Updated] (GEODE-5626) Segfault in Region::registerAllKeys when getInitialValues set to true

2018-08-28 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/GEODE-5626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated GEODE-5626:
--
Labels: pull-request-available  (was: )

> Segfault in Region::registerAllKeys when getInitialValues set to true
> -
>
> Key: GEODE-5626
> URL: https://issues.apache.org/jira/browse/GEODE-5626
> Project: Geode
>  Issue Type: Bug
>  Components: native client
>Reporter: Blake Bender
>Priority: Major
>  Labels: pull-request-available
>
> getInitialValues has a default value of false.  If you attempt to set it to 
> true, and the region isn't initially empty, it will segfault attempting to 
> insert a value in an internal map which is null.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-5626) Segfault in Region::registerAllKeys when getInitialValues set to true

2018-08-23 Thread Blake Bender (JIRA)


 [ 
https://issues.apache.org/jira/browse/GEODE-5626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Blake Bender updated GEODE-5626:

Description: getInitialValues has a default value of false.  If you attempt 
to set it to true, and the region isn't initially empty, it will segfault 
attempting to insert a value in an internal map which is null.    (was: 
getInitialValues has a default value of false.  If you attempt to set it to 
true, it will segfault attempting to insert a value in an internal map which is 
null.  This may or may not be the case if the region doesn't have any initial 
values.)

> Segfault in Region::registerAllKeys when getInitialValues set to true
> -
>
> Key: GEODE-5626
> URL: https://issues.apache.org/jira/browse/GEODE-5626
> Project: Geode
>  Issue Type: Bug
>  Components: native client
>Reporter: Blake Bender
>Priority: Major
>
> getInitialValues has a default value of false.  If you attempt to set it to 
> true, and the region isn't initially empty, it will segfault attempting to 
> insert a value in an internal map which is null.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)