octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #31931] figure (1, "visible", "off") -> Bus er


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31931] figure (1, "visible", "off") -> Bus error
Date: Wed, 23 Nov 2011 13:27:56 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2

Follow-up Comment #38, bug #31931 (project octave):

The problem has improved. I tried ...


graphics_toolkit fltk
figure (1, 'visible', 'off')
figure (1, 'visible', 'on')

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000578
0x00007fff994bb781 in glMatrixMode ()
(gdb) bt
#0  0x00007fff994bb781 in glMatrixMode ()
#1  0x000000011270424c in OpenGL_fltk::resize ()
#2  0x000000010b9dc192 in Fl_Group::resize ()
#3  0x000000010b9c1f6e in Fl_Window::resize ()
#4  0x000000011270c43e in plot_window::draw ()
#5  0x000000010b9bc435 in -[FLView drawRect:] ()
#6  0x00007fff8f687fdf in -[NSView _drawRect:clip:] ()
#7  0x00007fff8f6b58c4 in -[NSView
_recursiveDisplayAllDirtyWithLockFocus:visRect:] ()
#8  0x00007fff8f6b5cf0 in -[NSView
_recursiveDisplayAllDirtyWithLockFocus:visRect:] ()
#9  0x00007fff8f6855ba in -[NSView
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
()
#10 0x00007fff8f684ab3 in -[NSThemeFrame
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
()
#11 0x00007fff8f67fec9 in -[NSView
_displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] ()
#12 0x00007fff8f67893e in -[NSView displayIfNeeded] ()
#13 0x00007fff8f797d76 in -[NSThemeFrame handleSetFrameCommonRedisplay] ()
#14 0x00007fff8f73a8cc in -[NSWindow _setFrameCommon:display:stashSize:] ()
#15 0x00007fff8f739f17 in -[NSWindow setFrame:display:] ()
#16 0x000000010b9c1ee8 in Fl_Window::resize ()
#17 0x000000011270c43e in plot_window::draw ()
#18 0x000000010b9bc435 in -[FLView drawRect:] ()
#19 0x00007fff8f687fdf in -[NSView _drawRect:clip:] ()
#20 0x00007fff8f6b58c4 in -[NSView
_recursiveDisplayAllDirtyWithLockFocus:visRect:] ()
#21 0x00007fff8f6b5cf0 in -[NSView
_recursiveDisplayAllDirtyWithLockFocus:visRect:] ()
#22 0x00007fff8f6855ba in -[NSView
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
()
#23 0x00007fff8f684ab3 in -[NSThemeFrame
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
()
#24 0x00007fff8f67fec9 in -[NSView
_displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] ()
#25 0x00007fff8f67893e in -[NSView displayIfNeeded] ()
#26 0x00007fff8f73817d in -[NSWindow
_reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] ()
#27 0x00007fff8f737b7a in -[NSWindow
_doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] ()
#28 0x00007fff8f737802 in -[NSWindow orderWindow:relativeTo:] ()
#29 0x00007fff8f7370a3 in -[NSWindow makeKeyAndOrderFront:] ()
#30 0x000000010b9c310f in Fl_X::make ()
#31 0x0000000112708e8a in figure_manager::toggle_window_visibility ()
#32 0x0000000112713df4 in fltk_graphics_toolkit::update ()
#33 0x00000001001da8c6 in base_graphics_object::update ()
#34 0x0000000100181a44 in base_property::set ()
#35 0x00000001002031c6 in base_properties::set_visible ()
#36 0x0000000100189194 in base_properties::set ()
#37 0x000000010019dd10 in figure::properties::set ()
#38 0x000000010020b94f in figure::set ()
#39 0x00000001000d2b94 in graphics_object::set_value_or_default ()
#40 0x00000001000d2f60 in graphics_object::set ()
#41 0x000000010017be30 in Fset ()
#42 0x00000001004246d3 in octave_builtin::do_multi_index_op ()
#43 0x0000000100423379 in octave_builtin::subsref ()
#44 0x0000000100424314 in octave_builtin::subsref ()
#45 0x0000000100521afe in octave_value::subsref ()
#46 0x0000000100521b95 in octave_value::subsref ()
#47 0x00000001005d8c94 in tree_index_expression::rvalue ()
#48 0x00000001005da933 in tree_index_expression::rvalue ()
#49 0x00000001005d157a in tree_index_expression::rvalue1 ()
#50 0x00000001005c0f5b in tree_evaluator::visit_statement ()
#51 0x00000001005ba2e3 in tree_evaluator::visit_statement_list ()
#52 0x00000001005c0e82 in tree_evaluator::visit_statement ()
#53 0x00000001005ba2e3 in tree_evaluator::visit_statement_list ()
#54 0x00000001005c0e82 in tree_evaluator::visit_statement ()
#55 0x00000001005ba2e3 in tree_evaluator::visit_statement_list ()
#56 0x000000010050aa03 in octave_user_function::do_multi_index_op ()
#57 0x000000010050b132 in octave_user_function::subsref ()
#58 0x000000010050b814 in octave_user_function::subsref ()
#59 0x0000000100521afe in octave_value::subsref ()
#60 0x0000000100521b95 in octave_value::subsref ()
#61 0x00000001005d8c94 in tree_index_expression::rvalue ()
#62 0x00000001005da933 in tree_index_expression::rvalue ()
#63 0x00000001005d157a in tree_index_expression::rvalue1 ()
#64 0x00000001005c0f5b in tree_evaluator::visit_statement ()
#65 0x00000001005ba2e3 in tree_evaluator::visit_statement_list ()
#66 0x00000001003aee05 in main_loop ()
#67 0x000000010033785f in octave_main ()
#68 0x0000000100000f44 in start ()


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31931>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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