Menu

#1973 imm: IMM test returns zero even when it fails

4.7.2
fixed
None
defect
imm
tests
major
2016-09-08
2016-08-26
Hung Nguyen
No

Snippet from main() in immtest.c

int main(int argc, char **argv) 
{
    ...

    /* Added pthread_exit() to remove dlopen@@GLIBC leak from valgrind */
    pthread_exit(NULL);

    return rc;
}

pthread_exit() should be removed because it makes the test exit before 'return rc'.
I tried to run valgrind without pthread_exit(), it didn't complain anything about dlopen.

Related

Tickets: #1973
Wiki: ChangeLog-4.7.2
Wiki: ChangeLog-5.0.1

Discussion

  • Hung Nguyen

    Hung Nguyen - 2016-08-28
    • status: accepted --> review
     
  • Hung Nguyen

    Hung Nguyen - 2016-09-08
    • status: review --> fixed
     

Log in to post a comment.