Sun 03 Jul 2011 01:00:35 PM UTC, original submission:
After succesfull build I've tried to make check with error:
Integrated test scripts:
src/DLD-FUNCTIONS/besselj.cc ........................... PASS 180/180
src/DLD-FUNCTIONS/betainc.cc ........................... PASS 6/6
src/DLD-FUNCTIONS/bsxfun.cc ............................terminate called after throwing an instance of 'octave_execution_exception'
panic: Aborted -- stopping myself...
make[1]: *** [check] Aborted
make[1]: Leaving directory `/temp/octave/octave-3.4.2/test'
make: *** [check] Error 2
---
After make install anr run got similar error when trying to exit from Octave:
octave:2> exit
terminate called after throwing an instance of 'octave_interrupt_exception'
panic: Aborted -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Aborted
through gdb:
terminate called after throwing an instance of 'octave_interrupt_exception'
Program received signal SIGABRT, Aborted.
0xb57552d7 in raise () from /lib/libc.so.6
(gdb) bt
#0 0xb57552d7 in raise () from /lib/libc.so.6
#1 0xb5756cee in abort () from /lib/libc.so.6
#2 0xb56ebc35 in __gnu_cxx::__verbose_terminate_handler() ()
from /usr/X11R6/lib/libstdc++.so.6
#3 0xb56e9b55 in ?? () from /usr/X11R6/lib/libstdc++.so.6
#4 0xb56e9b92 in std::terminate() () from /usr/X11R6/lib/libstdc++.so.6
#5 0xb56e9d01 in __cxa_throw () from /usr/X11R6/lib/libstdc++.so.6
#6 0xb653b35d in octave_throw_interrupt_exception () at misc/quit.cc:57
#7 0xb782ca5c in Fquit (args=...) at toplev.cc:713
#8 0xb78ac57a in octave_builtin::do_multi_index_op (this=0x8120fb0,
nargout=0, args=..., lvalue_list=0x0) at ov-builtin.cc:128
#9 0xb78ad05b in octave_builtin::do_multi_index_op (this=0x8120fb0,
nargout=0, args=...) at ov-builtin.cc:98
#10 0xb797cf5f in octave_value::do_multi_index_op (this=0xbfffea30, nargout=0,
idx=...) at ov.cc:1266
#11 0xb7a28f15 in tree_identifier::rvalue (this=0x8172bb8, nargout=0)
at pt-id.cc:85
#12 0xb7a27676 in tree_identifier::rvalue1 (this=0x8172bb8, nargout=0)
at pt-id.cc:106
#13 0xb7a1f917 in tree_evaluator::visit_statement (this=0xb7fdddcc, stmt=...)
at pt-eval.cc:737
#14 0xb7a4f626 in tree_statement::accept (this=0x82ae240, tw=...)
at pt-stmt.cc:151
---Type <return> to continue, or q <return> to quit---
#15 0xb7a189c4 in tree_evaluator::visit_statement_list (this=0xb7fdddcc,
lst=...) at pt-eval.cc:773
#16 0xb7a4f6f6 in tree_statement_list::accept (this=0x825a288, tw=...)
at pt-stmt.cc:215
#17 0xb7830443 in main_loop () at toplev.cc:573
#18 0xb77c3c1f in octave_main (argc=1, argv=0xbfffefa4, embedded=0)
at octave.cc:935
#19 0x080485df in main (argc=Cannot access memory at address 0x18a7) at main.c:35
---
My system is GNU/Linux Slackware. I've attached list of installed packages and their versions.
|