When compiling for debug, inline option does not matter. When we compile for
production, unit tests are failing and
test program is crashing..

Did anybody else observed this?

Compiler is standard RH compiler
gcc-c++-3.2.3-24

Flags used:
g++ -fPIC -Wall -ansi -Wno-unused -Wno-ctor-dtor-privacy
-fno-implicit-inline-templates -Wno-non-template-friend -Wno-deprecated -g
-O2  -Dos_linux=24 -Darch_ia64 -DBMC_ARCHBITS=64 -Dos_type_unix
-Dcompiler_gxx=323 -Dlibrary_type_shared -Dthread_type_pthread 


Copying platform specific data file...
cp ../unix/reversed .

Starting test program...
b00 - Should fail
        Failed: A(false)
b01 - Should succeed
b02 - Int property
b03 - Float property
b04 - String property
b05 - View property
b06 - View construction
b07 - Row manipulation
b08 - Row expressions
b09 - View manipulation
b10 - View sorting
b11 - View selection
b12 - Add after remove
b13 - Clear view entry
b14 - Empty view outlives temp storage
b15 - View outlives temp storage
b16 - View outlives cleared temp storage
b17 - Double property
b18 - SetAtGrow usage
b19 - Bytes property
b20 - Search sorted view
        Failed: A(p1 (v2[1]) == 123)
        Failed: A(p1 (v2[2]) == 222)
        Failed: A(p1 (v2[3]) == 234)
        Failed: A(p1 (v2[4]) == 333)
        Failed: A(p1 (v2[5]) == 345)
        Failed: A(p1 (v3[1]) == 345)
        Failed: A(p1 (v3[2]) == 111)
        Failed: A(p1 (v3[3]) == 123)
        Failed: A(p1 (v3[4]) == 333)
        Failed: A(p1 (v3[5]) == 222)
        Failed: A(p1 (v4[1]) == 333)
        Failed: A(p1 (v4[2]) == 123)
        Failed: A(p1 (v4[3]) == 111)
        Failed: A(p1 (v4[4]) == 345)
        Failed: A(p1 (v4[5]) == 234)
b21 - Memo property
b22 - Stored view references
b23 - Sort comparison fix
b24 - Custom view comparisons
b25 - Copy row from derived
b26 - Partial memo field access
b27 - Copy value to another row
n01 - Add to selection
        Failed: A(p1 (v2[1]) == 333)
        Failed: A(p1 (v2[2]) == 234)
n02 - Remove from selection
n03 - Modify into selection
n04 - Modify out of selection
n05 - Add to sorted
n06 - Remove from sorted
n07 - New property through sort
n08 - Nested project and select
n09 - Multiple dependencies
        Failed: A(p1 (v2[1]) == 333)
        Failed: A(p1 (v2[2]) == 234)
n10 - Modify sorted duplicates
n11 - Resize compound derived view
n12 - Alter multiply derived view
n13 - Project without
n14 - Insert in non-mapped position
c01 - Slice forward
c02 - Slice backward
c03 - Slice reverse
c04 - Cartesian product
        Failed: A(p2 (v3[1]) == 222)
        Failed: A(p1 (v3[2]) == 234)
        Failed: A(p1 (v3[3]) == 234)
        Failed: A(p2 (v3[3]) == 222)
        Failed: A(p1 (v3[4]) == 345)
        Failed: A(p1 (v3[5]) == 345)
        Failed: A(p2 (v3[5]) == 222)
c05 - Remapping
c06 - Pairwise combination
        Failed: A(p1 (v3[1]) == 234)
        Failed: A(p2 (v3[1]) == 222)
        Failed: A(p1 (v3[2]) == 345)
        Failed: A(p2 (v3[2]) == 333)
c07 - Concatenate views
c08 - Rename property
c09 - GroupBy operation
        Failed: A(p2 (v3[0]) == 1)
        Failed: A(v3.GetSize() == 2)
        Failed: A(p2 (v3[0]) == 1)
        Failed: A(p2 (v3[1]) == 2)
        Failed: A(v3.GetSize() == 3)
        Failed: A(p2 (v3[1]) == 2)
        Failed: A(p2 (v3[2]) == 3)
c10 - Counts operation
c22 - Groupby with selection
        Failed: A(p3 (v3[1]) == 20)
        Failed: A(p3 (v4[0]) == 30)
make: *** [post_target] Segmentation fault
_____________________________________________
Metakit mailing list  -  [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to