-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/22/12 3:54 PM, Alexander Hansen wrote: > On 1/22/12 3:12 PM, Gary K Olson wrote: >> While trying to update bundle-octave343, control-oct34, >> data-smoothing-oct343, econometrics-oct343, integration-oct34,3 >> nan-oct343, octcdf-oct343, optim-oct343, optiminterp-oct343 and >> signal-oct343, I get the following memory allocation error >> message: > > >> executing commands from >> /sw/share/octave/3.4.3/m/startup/octaverc ... warning: dispatch >> is obsolete and will be removed from a future version of Octave; >> please use classes instead octave-3.4.3(35277,0x7fff71d8a960) >> malloc: *** error for object 0x1084a95e0: pointer being freed was >> not allocated *** set a breakpoint in malloc_error_break to debug >> panic: Abort trap: 6 -- stopping myself... >> /sw/share/octave/3.4.3/scripts/octave-forge-compile.sh: line 7: >> 35277 Abort trap: 6 bld/octave-forge-comp ### >> execution of /var/tmp/tmp.1.un6sAV failed, exit code 134 Removing >> runtime build-lock... Removing build-lock package... >> /sw/bin/dpkg-lockwait -r >> fink-buildlock-econometrics-oct343-1.0.8-3 (Reading database ... >> 237822 files and directories currently installed.) Removing >> fink-buildlock-econometrics-oct343-1.0.8-3 ... Failed: phase >> compiling: econometrics-oct343-1.0.8-3 failed > >> My setup: > >> Package manager version: 0.31.6 Distribution version: >> selfupdate-rsync Sun Jan 22 12:32:38 2012, 10.7, x86_64 Trees: >> local/main stable/main stable/crypto unstable/crypto >> unstable/main Xcode: 4.2.1 > >> By the way, thanks Alexander for getting octave up and running >> on 10.7. I tried several of the 343 packages, and they all have >> the same malloc error, so I assume this is a general problem at >> the moment with octave343. > >> Gary K Olson > > > I'll check it when I reboot back to 10.7 (I'm testing for > Octave-3.6 there). I test-built all of the packages before adding > them to the 10.7 distribution, but something may have changed > along the way. >
It took me a while to be able to reboot and test this out. :-) I didn't reproduce your error, unfortunately. Try the following, though: 1) Log out and/or reboot when you get a chance, then try to install one of the unhappy packages again. I've found that malloc() errors can be a function of what's running and possibly leaking. :-) 2) If that doesn't work, try editing /sw/fink/dists/stable/main/finkinfo/sci/octave-3.4.3.info and change the CXXFLAGS entry to -O0, then rebuild octave343. I use that for powerpc and i386 now, due to package install failures--different than what you're seeing, though, and I didn't see anything on 10.6/x86_64 or 10.7/x86_64. - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8duOwACgkQB8UpO3rKjQ/KRgCfci9Qp+bLEJXSK0VMVGoKKJ0F e3MAnAwGYXM9SYz9WlerTL889HLTdzyh =Gm7h -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
