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.
Updated by Evgeny Novikov over 12 years ago
- Status changed from Open to Resolved
Commit 9aa44ac of bug-453 branch fix the issue: I just canceled replacing of '/' with '-' in RCV library and all began to work properly.
The fix will be merged to master with fix of bug-453.
Updated by Evgeny Novikov over 12 years ago
- Status changed from Resolved to Closed
It works quite fine.
Updated by Evgeny Novikov over 12 years ago
- Published in build set to 1f558ed
Actions