MantisBT - CDash | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015484 | CDash | (No Category) | public | 2015-03-31 10:04 | 2015-03-31 10:07 |
Reporter | Nils Gladitz | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | random |
Status | new | Resolution | open | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0015484: Missing build failure command line argument | ||||
Description | Currently using 2f35c8a48c503726cd465dc782433540202f0e45 and postgresql. Sometimes in viewBuildError.php for builds that used launcher wrapped compiler calls (CTEST_USE_LAUNCHERS) the command line is missing the first argument (e.g. the compiler command itself). Other arguments may also have been missing but I only noticed it for the first. e.g. the following query on my database shows a missing row in the buildfailureargument table: cdash=# SELECT * FROM buildfailure2argument LEFT OUTER JOIN buildfailureargument ON buildfailureargument.id = buildfailure2argument.argumentid WHERE buildfailureid=391947 AND place = 0; buildfailureid | argumentid | place | id | argument ----------------+------------+-------+----------+---------- 391947 | 391947 | 0 | <<NULL>> | <<NULL>> (1 row) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-03-31 10:04 | Nils Gladitz | New Issue | |||
2015-03-31 10:07 | Nils Gladitz | Note Added: 0038370 |
Notes | |||||
|
|||||
|
|