help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parcellfun test issue on Mac OS 10.8, was Re: problems installing op


From: Francis Poulin
Subject: Re: parcellfun test issue on Mac OS 10.8, was Re: problems installing openmpi_ext
Date: Wed, 11 Sep 2013 12:27:35 +0000

Hello,

Thanks for preparing the tests.

Using the standard octave I got the following,

octave-3.6.4:1> pkg load general
octave-3.6.4:2> fid = fopen("test_fload","rb")
fid =  4
octave-3.6.4:3> x = fload(fid)
octave-3.6.4(67984,0x7fff76f3f180) malloc: *** error for object 0x1057d47e0: 
pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
panic: Abort trap: 6 -- stopping myself...
attempting to save variables to 'octave-core'...
save to 'octave-core' complete
Abort trap: 6


Using the debugger I get this

octave:4> pkg load general
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
octave:5> fid = fopen("test_fload","rb")
fid =  5
octave:6> x = fload(fid);
octave(67976,0x7fff76f3f180) malloc: *** error for object 0x1022f47e0: pointer 
being freed was not allocated
*** set a breakpoint in malloc_error_break to debug

Program received signal SIGABRT, Aborted.
0x00007fff89b75212 in __pthread_kill ()

I hope that's what you were suggesting, if not please let me know.

Francis




reply via email to

[Prev in Thread] Current Thread [Next in Thread]