Anonymous | Login | Signup for a new account | 2024-11-21 14:11 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000182 | CLE/P | 1. CLE | public | 2013-09-22 12:21 | 2013-09-22 12:27 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | immediate | Severity | major | Reproducibility | sometimes | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | General | OS | General | OS Version | General | ||||
Product Version | 1.0 | ||||||||
Target Version | 1.1 | Fixed in Version | 1.1 | ||||||
Summary | 0000182: Set of enviroment variables over the config file sometimes does not work | ||||||||
Description | The LANG variable can be set, but this Setting is not realised. | ||||||||
Steps To Reproduce | Sometimes it works but often the value is lost. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000115) Falk Reichbott (administrator) 2013-09-22 12:27 |
Depending on the platform and operating system version, the variable env string in the putenv() function is copied or direct used. The implementation in CLE use a local variable to build the env string based on the key word and value ("keyword=value"). This kind of implementation requires that the env variable must be copied by the system. Now we have changed the implementation and we use a variable which is part of the config list structure. Based on that, the copy is not required anymore. This implementation is mutch more platform indepentant. By the we we have add some more checks if the value was realy set. With the build-in function GETENV you can now verify that this mechanismn works. |
Issue History | |||
Date Modified | Username | Field | Change |
2013-09-22 12:21 | Falk Reichbott | New Issue | |
2013-09-22 12:21 | Falk Reichbott | Status | new => assigned |
2013-09-22 12:21 | Falk Reichbott | Assigned To | => Falk Reichbott |
2013-09-22 12:27 | Falk Reichbott | Note Added: 0000115 | |
2013-09-22 12:27 | Falk Reichbott | Status | assigned => resolved |
2013-09-22 12:27 | Falk Reichbott | Fixed in Version | => 1.1 |
2013-09-22 12:27 | Falk Reichbott | Resolution | open => fixed |
Copyright © 2000 - 2024 MantisBT Team |