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: Mon, 9 Sep 2013 12:04:43 +0000

Sorry, that was pretty silly.

Here is the example with the package loaded.

Francis

octave:3> fload_example
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
octave(63118,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 ()
(gdb) bt
#0  0x00007fff89b75212 in __pthread_kill ()
#1  0x00007fff90569b54 in pthread_kill ()
#2  0x00007fff905addce in abort ()
#3  0x00007fff905819b9 in free ()
#4  0x0000000103ae8c23 in Ffload ()
#5  0x00000001004a2506 in octave_builtin::do_multi_index_op ()
#6  0x00000001004a1dd6 in octave_builtin::subsref ()
#7  0x00000001004a1c91 in octave_builtin::subsref ()
#8  0x000000010009cffe in octave_builtin::subsref ()
#9  0x00000001005665dc in octave_value::subsref ()
#10 0x0000000100606034 in tree_index_expression::rvalue ()
#11 0x0000000100605080 in tree_index_expression::rvalue ()
#12 0x0000000100607497 in tree_index_expression::rvalue1 ()
#13 0x00000001005f1c0b in tree_simple_assignment::rvalue1 ()
#14 0x00000001005fed90 in tree_evaluator::visit_statement ()
#15 0x00000001005fef2d in tree_evaluator::visit_statement_list ()
#16 0x0000000100558036 in octave_user_script::do_multi_index_op ()
#17 0x0000000100566e26 in octave_value::do_multi_index_op ()
#18 0x0000000100602631 in tree_identifier::rvalue ()
#19 0x0000000100602f1b in tree_identifier::rvalue1 ()
#20 0x00000001005fed90 in tree_evaluator::visit_statement ()
#21 0x00000001005fef2d in tree_evaluator::visit_statement_list ()
#22 0x000000010042826c in main_loop ()
#23 0x00000001003cb5cb in octave_main ()
#24 0x00007fff878327e1 in start ()


On 2013-09-09, at 7:21 AM, c. <address@hidden>
 wrote:

> 
> On 9 Sep 2013, at 13:17, Francis Poulin <address@hidden> wrote:
> 
>> Hello,
>> 
>> I just tried it and found the following in the debugger,
>> 
>> octave:2> fload_example
>> Reading symbols for shared libraries . done
>> writing message '3.14159' to file '/var/tmp/oct-Egnffd'
>> error: 'fsave' undefined near line 9 column 1
>> error: called from:
>> error:   /Users/fpoulin/fload_example.m at line 9, column 1
>> 
> 
> you need to load the package 'general' before running the test.
> 
>> Thanks,
>> Francis
> c.



reply via email to

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