pmem / issues

Old issues repo for PMDK.
http://pmem.io
13 stars 7 forks source link

Test: obj_pmalloc_mt/TEST1: SETUP (all/pmem/nondebug/pmemcheck) fails #1118

Closed Greg091 closed 5 years ago

Greg091 commented 5 years ago

ISSUE:

Environment Information

Please provide a reproduction of the bug:

$ ./obj_pmalloc_mt/TEST1: SETUP (all/pmem/nondebug/pmemcheck)

How often bug is revealed: (always, often, rare): always

Actual behavior:

[2019-08-22T09:43:42.386Z] obj_pmalloc_mt/TEST1: SETUP (all/pmem/nondebug/pmemcheck)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 failed with Valgrind. See pmemcheck1.log. Last 20 lines below.
[2019-08-24T01:05:06.196Z] yes: standard output: Broken pipe
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==    by 0x40604D: actions_clear (obj_pmalloc_mt.c:323)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==    by 0x4065AC: main (obj_pmalloc_mt.c:403)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==     Address: 0x5696bd0  size: 8 state: DIRTY
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618== [531224]    at 0x48C1F38: pthread_cond_init@@GLIBC_2.3.2 (in /usr/lib64/libpthread-2.29.so)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==    by 0x43B54D: os_cond_init (os_thread_posix.c:291)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==    by 0x40605F: actions_clear (obj_pmalloc_mt.c:324)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==    by 0x4065AC: main (obj_pmalloc_mt.c:403)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==     Address: 0x5696be0  size: 16    state: DIRTY
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618== [531225]    at 0x48C1F3B: pthread_cond_init@@GLIBC_2.3.2 (in /usr/lib64/libpthread-2.29.so)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==    by 0x43B54D: os_cond_init (os_thread_posix.c:291)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==    by 0x40605F: actions_clear (obj_pmalloc_mt.c:324)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==    by 0x4065AC: main (obj_pmalloc_mt.c:403)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==     Address: 0x5696bf0  size: 16    state: DIRTY
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618== [531226]    at 0x48C1F3F: pthread_cond_init@@GLIBC_2.3.2 (in /usr/lib64/libpthread-2.29.so)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==    by 0x43B54D: os_cond_init (os_thread_posix.c:291)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==    by 0x40605F: actions_clear (obj_pmalloc_mt.c:324)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==    by 0x4065AC: main (obj_pmalloc_mt.c:403)
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618==     Address: 0x5696c00  size: 16    state: DIRTY
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618== Total memory not made persistent: 6912000
[2019-08-24T01:05:06.196Z] obj_pmalloc_mt/TEST1 pmemcheck1.log ==1618== ERROR SUMMARY: 531227 errors
[2019-08-24T01:05:06.196Z] RUNTESTS: stopping: obj_pmalloc_mt/TEST1 failed, TEST=all FS=pmem BUILD=nondebug

Expected behavior:

Test should pass.

Details

It is difficult to reproduce because the test takes a lot of time.

Additional information about Priority and Help Requested:

Are you willing to submit a pull request with a proposed change? (Yes, No)

Requested priority: (Showstopper, High, Medium, Low)

pbalcer commented 5 years ago

@Greg091 Is this still failing?

Greg091 commented 5 years ago

Verified on 1.7-rc2