-
```
The attached test code when linked with DUMA built on MinGW aborts suspecting
double freeing. See the output in the attached test_output.txt which also shows
how I built the test code on MinGW.
…
-
```
What steps will reproduce the problem?
1. Write and run test case:
TestCase("class.js", {
testMethods: function() {
assertFunction(Class.Methods.extend);
assertFunction(Class.Methods.inc…
-
```
The attached test code when linked with DUMA built on MinGW aborts suspecting
double freeing. See the output in the attached test_output.txt which also shows
how I built the test code on MinGW.
…
-
```
The attached test code when linked with DUMA built on MinGW aborts suspecting
double freeing. See the output in the attached test_output.txt which also shows
how I built the test code on MinGW.
…
-
```
The attached test code when linked with DUMA built on MinGW aborts suspecting
double freeing. See the output in the attached test_output.txt which also shows
how I built the test code on MinGW.
…
-
```
The attached test code when linked with DUMA built on MinGW aborts suspecting
double freeing. See the output in the attached test_output.txt which also shows
how I built the test code on MinGW.
…
-
```
The attached test code when linked with DUMA built on MinGW aborts suspecting
double freeing. See the output in the attached test_output.txt which also shows
how I built the test code on MinGW.
…
-
```
The attached test code when linked with DUMA built on MinGW aborts suspecting
double freeing. See the output in the attached test_output.txt which also shows
how I built the test code on MinGW.
…
-
```
What steps will reproduce the problem?
1. Write and run test case:
TestCase("class.js", {
testMethods: function() {
assertFunction(Class.Methods.extend);
assertFunction(Class.Methods.inc…
-
### Use case
When mapping from BigDecimal / double to String type (maybe like a number with 2 digits after separator), then it choose separator with honor to default program locale.
So, the results …