Actions
Bug #3198
closedRCV wrapper exceeds maximum filename length while preprocessing
Start date:
07/12/2012
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
1f558ed
Description
For instance, when it tries to preprocess a file to:
.../-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
which consists of 298 characters. But usually just about 255 bytes are available for file names (e.g. see here).
If one is interested in this topic, he or she can investigate this discussion.
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.
Actions