bugGNU Octave - Bugs: bug #52508, [octave forge] (symbolic) overload...

 
 

bug #52508: [octave forge] (symbolic) overload memory by octpy.exe

Submitter:  None
Submitted:  Sun 26 Nov 2017 06:56:44 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Other
Status:  Works For Me Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 01 Feb 2018 02:11:11 AM UTC, comment #2: 

No response from OP in several weeks, closing as works for me. If more information is provided in the future this can be reopened.

Mike Miller <mtmiller>
Group Member
Mon 15 Jan 2018 05:31:02 AM UTC, comment #1: 

It should indeed run octpy.exe because Python and SymPy are doing the actual symbolic computations.  But later commands should reuse the same process.

1.  Does the "Communication established" line show up each time you press F5?

2.  Instead of "Run program (F5)", can you try typing some symbolic commands from the Octave command line?  Does that still start more than octpy.exe?

(I don't really know what "Run program (F5)" actual does; maybe it starts a new clean workspace, in which case this might be the expected behaviour, although the processes shouldn't persist...)

3.  What version are you using?  This "bundle" package from github right?

Colin Macdonald <cbm>
Sun 26 Nov 2017 06:56:44 AM UTC, original submission:  


hello
every times that Run program (F5) , it creat one octpy.exe in
RAM memory , in win xp 32 bit .
code :
%https://wiki.octave.org/Symbolic_package 
... 
% this is just a formula to start with, 
% have fun and change it if you want to. 
f = @(x) x.^2 + 3*x - 1 + 5*x.*sin(x); 
% these next lines take the Anonymous function into a symbolic   formula 
pkg load symbolic 
syms x; 
ff = f(x); 
% now calculate the derivative of the function 
ffd = diff(ff, x) 
... 

I'm not sure it be a bug.
thanks

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #42488:  memory overload.JPG added by None (137KiB - image/jpeg)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by cbm (Posted a comment)
  •  

    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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-02-01 mtmiller Summarysymbolic pkg : overload memory by octpy.exe [octave forge] (symbolic) overload memory by octpy.exe
    2018-02-01 mtmiller StatusNone Works For Me
        Open/ClosedOpen Closed
    2017-11-26 None Attached File- Added memory overload.JPG, #42488

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code