Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

[TRAFODION-2652] run cmd “./odb64luo -l src=nofile:tgt=ldata:map=map:max=300000:rows=K1:parallel=16” core dumped #1128

Merged
merged 3 commits into from Jun 24, 2017

Conversation

SuJinpei
Copy link
Contributor

root cause: "etab[eid].r = etab[eid].rbs / etab[eid].s" may be zero, this value will use for memory allocation and loop condition. so etab[eid].r = 0 is unreasonable, at least one.
fixed by: if etab[eid].r < 0 let it be 1.

@Traf-Jenkins
Copy link

Check Test Started: https://jenkins.esgyn.com/job/Check-PR-master/1857/

@sureshsubbiah
Copy link
Contributor

+1

@Traf-Jenkins
Copy link

@SuJinpei
Copy link
Contributor Author

jenkins, retest
maven download failed

@Traf-Jenkins
Copy link

New Check Test Started: https://jenkins.esgyn.com/job/Check-PR-master/1858/

@Traf-Jenkins
Copy link

@ghost
Copy link

ghost commented Jun 21, 2017

+1

@asfgit asfgit merged commit 604879b into apache:master Jun 24, 2017
@SuJinpei SuJinpei deleted the jira-trafodion-2652 branch September 30, 2017 05:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants