Project

General

Profile

Bug #3198

Updated by Evgeny Novikov almost 12 years ago

For instance, when it tries to preprocess a file to: 
 <pre> 
 .../-home-joker-work-14_driver-test_regr_tests-launcher-working-dir-ldv-manager-work-dir-work-current--X--tests-model-32_1--test-doublelock.tar.bz2--X--regression-testmykernel-1-2.6.32.15--X--32_1a-mykernel-1-2.6.32.15-csd_deg_dscv-2-dscv_tempdir-rule-instrumentor-32_1a-common-model-ldv_common_model.i 
 </pre> 
 which consists of 298 characters. But usually just about 255 bytes are available for file names (e.g. see "here":http://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits). "here": http://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits). 
 If one is interested in this topic, he or she can investigate this "discussion":http://gcc.gnu.org/ml/gcc-help/2005-10/msg00026.html. 
 This bug is general, but at the moment it blocks #453 issue, that changed the way of common models processing. 
 I'm going to fix the bug. It's obvious that file names shouldn't be so large.

Back