This version continues with POSIX and compiles and runs on
Red Hat Linux release 9 (Shrike) gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) glibc-2.3.2
This version add a high level class called Class Multi_Process_Pool_alloc to help secondary processes attached to shared memory.
A regression test suite is also incorporated in this version.
In the regression test suite, when i compile files using make,i got the following info:
./bit_vector ---------------------------------------- Bit vector test. Reserved 5 blocks starting at block: 0 Reserved 3 blocks starting at block: 5 Reserved 7 blocks starting at block: 8 Cleared 2 blocks starting at block: 5 Reserved 3 blocks starting at block: 15 Reserved 2 blocks starting at block: 5 Reserved 1 block starting at block: 18 Passed: 7 Failed: 0 ---------------------------------------- ./shared_header
it seems you can make it,but could not run.
OS:slackware linux 2.4.18, gcc 3.2.2 glibc 3.2.2
Stephen,
Theses are tests which examine particular sub classes within the allocator. Does the entire system build? Or just these couple of test cases?
Is there a working lock_test executable?
I assume also that you have glibc 2.3.2 not 3.2.2
in allocator/bin is there an executable called vector_test?
What happens when you try to run that executable? Can you run it in the debugger?
Thanks,
marc
Log in to post a comment.
This version continues with POSIX and compiles and runs on
Red Hat Linux release 9 (Shrike)
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
glibc-2.3.2
This version add a high level class called Class Multi_Process_Pool_alloc to help secondary processes attached to shared memory.
A regression test suite is also incorporated in this version.
In the regression test suite, when i compile files using make,i got the following info:
./bit_vector
----------------------------------------
Bit vector test.
Reserved 5 blocks starting at block: 0
Reserved 3 blocks starting at block: 5
Reserved 7 blocks starting at block: 8
Cleared 2 blocks starting at block: 5
Reserved 3 blocks starting at block: 15
Reserved 2 blocks starting at block: 5
Reserved 1 block starting at block: 18
Passed: 7
Failed: 0
----------------------------------------
./shared_header
it seems you can make it,but could not run.
OS:slackware linux 2.4.18, gcc 3.2.2 glibc 3.2.2
Stephen,
Theses are tests which examine particular sub classes within the allocator. Does the entire system build? Or just these couple of test cases?
Is there a working lock_test executable?
I assume also that you have glibc 2.3.2 not 3.2.2
in allocator/bin is there an executable called vector_test?
What happens when you try to run that executable? Can you run it in the debugger?
Thanks,
marc