Actions
Bug #4389
closedCIF fails at different stages for the same input on different machines
Start date:
07/26/2013
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
This is the case, e.g., for file fs/reiserfs/do_balan.c that is the part of fs/reiserfs/reiserfs.ko module. On one of machines for reference launches I obtained:
.../fs/reiserfs/do_balan.c.prepared: In function 'check_after_balance_leaf': ... .../fs/reiserfs/do_balan.c.prepared:1989:1: error: LDV: ../../aspectator/gcc/c-family/ldv-convert.c: 4273: tree node 'indirect_ref' isn't supported ... Aspectator failed at 'compilation' stage at /home/ldvuser/ldv/inst/ri/bin/compiler line 608.
while on my new machine I got:
.../fs/reiserfs/do_balan.c.prepared:1974:19: error: LDV: ../../aspectator/gcc/c-family/ldv-convert.c: 4273: tree node 'indirect_ref' isn't supported .../fs/reiserfs/do_balan.c.prepared:1974:19: warning: LDV: ../../aspectator/gcc/c-family/ldv-pretty-print.c: 2889: expression of primary expression was not printed [enabled by default] Aspectator failed at 'instrumentation' stage at .../ri/bin/compiler line 608.
Actions