bugGNU Octave - Bugs: bug #37626, Crash in medium for loop

 
 

bug #37626: Crash in medium for loop

Submitter:  None
Submitted:  Wed 24 Oct 2012 10:11:05 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Need Info Assigned to:  None
Originator Name:  Denis Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.1
Release:  Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 14 Mar 2013 07:37:10 PM UTC, comment #2: 

No response for 6 months.  Closing report.

Rik <rik5>
Group administrator
Wed 24 Oct 2012 03:31:45 PM UTC, comment #1: 

delay is a function from the OF package system-identification. It may have its own problem. Can you confirm that you get a crash without this function?

Does Windows give you any information about the crash or just some uninformative Windows message like "this program has performed an illegal operation"?

Which Octave build are you using?

Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Wed 24 Oct 2012 10:11:05 AM UTC, original submission:  


In a "medium" for loop (1500) elements, I have a consistent crash of either Octave 3.6.1 or Octave GUI 0.8.8

Code 1 (with crash)
for i=1:1500
  % do something
end

Code 2 (without crash)
for i = 1:50:1500
  % do something
end

Run the "driver2.m" attached

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #26824:  driver2.m added by None (389B - application/octet-stream)
file #26825:  delay.m added by None (261B - application/octet-stream)
file #26826:  shiftvec.m added by None (141B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by jordigh (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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-03-14 rik5 Open/ClosedOpen Closed
    2012-10-24 jordigh StatusNone Need Info
    2012-10-24 None Attached File- Added driver2.m, #26824
        Attached File- Added delay.m, #26825
        Attached File- Added shiftvec.m, #26826

    Back to the top

    Powered by Savane 3.15-e6e5.
    Corresponding source code