bugGNU Octave - Bugs: bug #35159, FLTK graph hangs with control...

 
 

bug #35159: FLTK graph hangs with control package (MinGW)

Submitter:  Tatsuro MATSUOKA <tmacchant>
Submitted:  Fri 23 Dec 2011 07:31:34 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 3.4.3 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Thu 26 Jan 2012 11:42:07 PM UTC, comment #8: 

Closing bug report.  Keeping duplicate issue #35292 open to record problems with FLTK and mouse.

Rik <rik5>
Group administrator
Thu 26 Jan 2012 03:51:28 AM UTC, comment #7: 

I cannot install control-2.2.4 package into development source on MinGW.
However, this bug is the same as that of
https://savannah.gnu.org/bugs/?35292

The control package seems not to be essential.
The problem is log scale plot on the fltk graphics_toolkit.

From the reason the above, this post can be closed.

Anyhow, the loglog([1:10]) on fltk hangs by mouse operation on MinGW.

Tatsuro MATSUOKA <tmacchant>
Thu 26 Jan 2012 03:20:20 AM UTC, comment #6: 

Tatsuro,

Does this mean we can close this report now?  Lukas reports no problems.

--Rik

Rik <rik5>
Group administrator
Wed 25 Jan 2012 08:54:36 PM UTC, comment #5: 

I tested it again with Octave 3.6.0 on Mac OS X 10.7 and there are no problems.

Lukas Reichlin <paramaniac>
Thu 29 Dec 2011 11:39:05 PM UTC, comment #4: 

I have tested Octave-3.4.2 on cygwin. The operation did not give hang. Mouse operation seems to be strange.

Tatsuro MATSUOKA <tmacchant>
Mon 26 Dec 2011 11:44:07 PM UTC, comment #3: 

I have tested on octave-3.4.3 and control-2.2.3 on Ubuntu 11.10 (32 bit)



octave:1> graphics_toolkit fltk
octave:2> s=tf("s")

Transfer function 's' from input 'u1' to output ...

 y1:  s

Continuous-time model.
octave:3> bode(s)
octave: ../../intel/intel_bufmgr_gem.c:1361: do_bo_emit_reloc: Assertion `offset <= bo->size - 4' failed.
panic: Aborted -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Aborted


Plot itself was in failure.

On gnuplot graphics_toolkit, no problem occured.


Tatsuro MATSUOKA <tmacchant>
Sat 24 Dec 2011 08:12:00 AM UTC, comment #2: 

Below is the result from octave 3.4.3 on MacOS X 10.6 using MacPorts. No crash, but an error message is displayed:


error: memory exhausted or requested size too large for range of Octave's index type -- trying to return to prompt




octave:1> s=tf("s")

Transfer function 's' from input 'u1' to output ...

 y1:  s

Continuous-time model.
octave:2> bode(s)
octave:3> error: memory exhausted or requested size too large for range of Octave's index type -- trying to return to prompt
octave:3> error: memory exhausted or requested size too large for range of Octave's index type -- trying to return to prompt
octave:3> error: memory exhausted or requested size too large for range of Octave's index type -- trying to return to prompt
octave:3>


Lukas Reichlin <paramaniac>
Fri 23 Dec 2011 09:17:16 AM UTC, comment #1: 

I have added Lukas and Nitzan to the Mail Notification Carbon-Copy List

Tatsuro MATSUOKA <tmacchant>
Fri 23 Dec 2011 07:31:34 AM UTC, original submission:  

On Octave 3.4.3 MinGW with octave-forge package,

s=tf("s")
bode(s)

Bode graph itself appeared.

However, it one manipulate the fltk windows by mouse, octave crashes.
http://www.42ch.net/UploaderSmall/source/1323769033.png

The phenomenon has been confirmed on windows XP and windows 7 64 bit.

I have tried subplot on fltk, the crash did not occur.


subplot (211)
plot (0:10)
subplot (212)
plot (0:20)


On other platform, is the crashed occur?

Tatsuro MATSUOKA <tmacchant>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by paramaniac (Posted a comment)
  • -email is unavailable- added by tmacchant
  • -email is unavailable- added by tmacchant
  • -email is unavailable- added by tmacchant (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-01-26 rik5 StatusNone Duplicate
        Open/ClosedOpen Closed
    2012-01-25 rik5 CategoryNone Plotting with OpenGL
    2011-12-23 tmacchant Carbon-Copy- Added -email is unavailable-
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code