On my Mac:

~/felix>flx  build/release-optimized/test/gmp/gmp-0
99
7
106
....
true
true
flx_run(329) malloc: *** error for object 0x7fff706d1500: pointer being freed 
was not allocated
*** set a breakpoint in malloc_error_break to debug

~/felix>flx  --static build/release-optimized/test/gmp/gmp-0
99
7
106
....
true
true
.99e2
.7e1
.106e3
.92e2
.693e3
.141428571428571428571e2
false
true
false
false
true
true
~/felix>echo $?
0

On Linux (Ubuntu 10.5 LTS, slicehost):

checking build/release-optimized/test/regress/drt/main1: failed: output does 
not match
  Starting ..
+ lib1 running
+ lib2 running
+ Its run
  

The following tests failed:
  test/regress/drt/main1.flx

main1 says:

print "Starting .."; endl;
Dynlink::run_lib(Env::getenv "lib1");
Dynlink::run_lib(Env::getenv "lib2");
print "Its run"; endl;

So this looks like a bug in the build system because it works just fine when I 
run it by hand:

skal...@skaller:~/felix/felix$ env 
lib1=./build/release-optimized/test/regress/drt/lib1.so 
lib2=./build/release-optimized/test/regress/drt/lib2.so flx 
./build/release-optimized/test/regress/drt/main1
Starting ..
lib1 running
lib2 running
Its run

So basically there's one bug, dynamic link only, macosx only, possibly on my 
box only
due to an old gmp (maybe 32 bit gmp, 64 bit Snow Leopard ..).

So Felix is now in pretty good shape.. anyone else have OSX than can duplicate 
he gmp error?
Could also be build error, i.e. wrong fpc file or something.

--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to