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: Sun, 19 Dec 2010 20:28:44 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.231 Safari/534.10

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

                 Summary: figure (1, "visible", "off") -> Bus error
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Sun 19 Dec 2010 03:28:43 PM EST
                Category: Plotting with OpenGL
                Severity: 5 - Blocker
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Mac OS

    _______________________________________________________

Details:


octave:1> backend ("fltk"); figure (1, "visible", "off")
octave:2> panic: Bus error -- stopping myself...


>From gdb, and the backtrace is


octave:1> backend ("fltk"); figure (1, "visible", "off")
Reading symbols for shared libraries . done
octave:2> 
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
0x97a1025e in glMatrixMode ()
(gdb) bt
#0  0x97a1025e in glMatrixMode ()
#1  0x04554bbe in OpenGL_fltk::setup_viewport () at
/Users/bpabbott/Development/mercurial/local_clone/src/DLD-FUNCTIONS/fltk_backend.cc:136
#2  0x04554bbe in OpenGL_fltk::resize (this=0x2eadc10, xx=0, yy=20, ww=640,
hh=440) at DLD-FUNCTIONS/fltk_backend.cc:120
#3  0x0456be11 in fltk_uimenu::show () at
/Users/bpabbott/Development/mercurial/local_clone/src/DLD-FUNCTIONS/fltk_backend.cc:765
#4  0x0456be11 in plot_window::show_menubar () at
/Users/bpabbott/Development/mercurial/local_clone/src/DLD-FUNCTIONS/fltk_backend.cc:766
#5  0x0456be11 in plot_window::plot_window (this=0x2e8b6d0, xx=0, yy=0,
ww=640, hh=480, address@hidden) at DLD-FUNCTIONS/fltk_backend.cc:728
#6  0x0456c446 in plot_window [inlined] () at
/Users/bpabbott/Development/mercurial/local_clone/src/DLD-FUNCTIONS/fltk_backend.cc:731
#7  0x0456c446 in figure_manager::do_new_window () at
/Users/bpabbott/Development/mercurial/local_clone/src/DLD-FUNCTIONS/fltk_backend.cc:1541
#8  0x0456c446 in figure_manager::new_window (address@hidden) at
DLD-FUNCTIONS/fltk_backend.cc:1419
#9  0x04552c38 in __fltk_redraw__ () at DLD-FUNCTIONS/fltk_backend.cc:1735
#10 0x04552d07 in F__fltk_redraw__ () at DLD-FUNCTIONS/fltk_backend.cc:1874
#11 0x004b5656 in octave_builtin::do_multi_index_op (this=0x48465e0,
nargout=0, address@hidden, lvalue_list=0x0) at ov-builtin.cc:129
#12 0x004b5a2f in octave_builtin::do_multi_index_op (this=0x48465e0,
nargout=0, address@hidden) at ov-builtin.cc:99
#13 0x000808ca in octave_value::do_multi_index_op (this=0xbfffa018,
nargout=0, address@hidden) at ov.cc:1267
#14 0x00062a4f in feval (address@hidden, address@hidden, nargout=0) at
oct-parse.yy:4136
#15 0x002b7ce7 in input_event_hook () at input.cc:1266
#16 0x01947c37 in command_editor::event_handler () at cmd-edit.cc:889
#17 0x02c015ec in rl_read_key ()
#18 0x02be99f8 in readline_internal_char ()
#19 0x02be9bc4 in readline_internal_charloop ()
#20 0x02be9bec in readline_internal ()
#21 0x02be96ac in readline ()
#22 0x0194e2ce in octave_rl_readline (prompt=0x2e8f40c "octave:2> ") at
oct-rl-edit.c:167
#23 0x01948d72 in gnu_readline::do_readline (this=0x42000b0,
address@hidden, address@hidden) at cmd-edit.cc:253
#24 0x01948c6d in command_editor::readline (address@hidden,
address@hidden) at cmd-edit.cc:914
#25 0x0003bcab in gnu_readline (address@hidden, force_readline=false) at
input.cc:205
#26 0x0003db3d in interactive_input (address@hidden, force_readline=<value
temporarily unavailable, due to optimizations>) at input.cc:251
#27 0x0003dd62 in std::string::operator= () at
/usr/include/c++/4.2.1/bits/basic_string.h:281
#28 0x0003dd62 in octave_gets [inlined] () at
/Users/bpabbott/Development/mercurial/local_clone/src/input.cc:281
#29 get_user_input [inlined] () at
/Users/bpabbott/Development/mercurial/local_clone/src/input.cc:352
#30 0x0003dd62 in octave_read (buf=0x306c400 "", max_size=8192) at
input.cc:374
#31 0x0003f00f in yy_get_next_buffer () at lex.cc:3098
#32 0x00050019 in octave_lex () at lex.cc:2940
#33 0x00066dcc in octave_parse () at oct-parse.cc:2395
#34 0x0043506b in main_loop () at toplev.cc:568
#35 0x003cc2da in octave_main (argc=6, argv=0xbfffb1d0, embedded=0) at
octave.cc:933
#36 0x00001f82 in main (argc=6, argv=0xbfffb1d0) at main.c:35





    _______________________________________________________

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]