bugGNU Octave - Bugs: bug #66321, pause stops execution of pythonic...

 
 

bug #66321: pause stops execution of pythonic and timer packages

Submitter:  Reimund <rayman>
Submitted:  Fri 11 Oct 2024 12:59:51 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * 9.2.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 11 Oct 2024 12:59:51 PM UTC, original submission:  

Under Matlab during pause(seconds) python (pythonic package) and timer (timer package) are still working in background, while Octave stops both packages until the pause is finished.

Could be complex to fix, but worth to look into it as it breaks the functionality of these packages using pause.

Example:

pkg load timer

t = timer('TimerFcn', @() disp('test'), 'ExecutionMode', 'fixedSpacing', 'Period', 0.5);
start(t);
pause(3);
stop(t);

Reimund <rayman>

 

(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 rayman (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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.14-f13d.
    Corresponding source code