Anonymous | Login | 2022-06-26 06:04 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000788 | OMNeT++ | simulation kernel | public | 2014-11-21 15:18 | 2014-11-21 21:22 | ||||
Reporter | andras | ||||||||
Assigned To | andras | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 4.5 | ||||||||
Target Version | 4.6 | Fixed in Version | 4.6 | ||||||
Summary | 0000788: seed-set=${1,2,3} syntax results in error | ||||||||
Description | If you add this line to an omnetpp.ini: seed-set = ${1..8} running a simulation, or just listing the available runs with -G -x results in an error: <!> Scenario generator: no such variable: ${-1--1-0}. Changing the line to: seed-set = ${foo=1..8} will fix it. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0000945) andras (administrator) 2014-11-21 15:30 |
Stack trace (with -G -x): #0 throw 0000001 SectionBasedConfiguration::substituteVariables(...) at sectionbasedconfig.cc:633 0000002 SectionBasedConfiguration::setupVariables(...) at sectionbasedconfig.cc:390 0000003 SectionBasedConfiguration::unrollConfig(...) at sectionbasedconfig.cc:444 0000004 EnvirBase::simulationRequired(...) at envirbase.cc:350 0000005 EnvirBase::run(...) at envirbase.cc:276 ... |
(0000946) andras (administrator) 2014-11-21 21:22 |
cause: substituteVariables() was always called with sectionId=-1 / entryId=-1 instead of actual location of the config option |
![]() |
|||
Date Modified | Username | Field | Change |
2014-11-21 15:18 | andras | New Issue | |
2014-11-21 15:20 | andras | Description Updated | View Revisions |
2014-11-21 15:30 | andras | Note Added: 0000945 | |
2014-11-21 21:22 | andras | Note Added: 0000946 | |
2014-11-21 21:22 | andras | Status | new => resolved |
2014-11-21 21:22 | andras | Fixed in Version | => 4.6 |
2014-11-21 21:22 | andras | Resolution | open => fixed |
2014-11-21 21:22 | andras | Assigned To | => andras |
2015-10-12 09:28 | ammmar1988 | Issue cloned: 0000883 |
Copyright © 2000 - 2022 MantisBT Team |