bugGNU Octave - Bugs: bug #64371, VM causes errors with xlswrite

 
 

bug #64371: VM causes errors with xlswrite

Submitter:  Arun Giridhar <arungiridhar>
Submitted:  Fri 30 Jun 2023 10:06:53 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  9.1.0 Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 11 Oct 2023 09:52:48 AM UTC, comment #3: 

Closing as fixed. If someone gets it again for current dev, it can be reopened.

Arun Giridhar <arungiridhar>
Group Member
Sat 19 Aug 2023 07:40:12 AM UTC, comment #2: 

Thanks for the bug report.

I don't know what patch did it, but the problem seems gone.

Petter <petter>
Sun 02 Jul 2023 05:45:57 PM UTC, comment #1: 

Yes, I hit that one too. At some point the character string variable wsh_name all of a sudden contains a scalar struct

A.R. Burgers <arb>
Fri 30 Jun 2023 10:06:53 PM UTC, original submission:  

Split from bug #64366:

With the VM loaded, the following sequence causes an error:


pkg load io
a = 10;
xlswrite ("/tmp/foo.xlsx", a)


The error is:

error: concatenation operator not implemented for 'matrix' by 'scalar struct' operations
error: called from
    __OCT_oct2xlsx__
    __OCT_oct2spsh__ at line 79 column 16
    oct2xls
    xlswrite


The non-VM version does not give the error.

Arun Giridhar <arungiridhar>
Group Member

 

(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 jwe (Updated the item)
  • -email is unavailable- added by petter (Posted a comment)
  • -email is unavailable- added by arb (Posted a comment)
  • -email is unavailable- added by arungiridhar (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
    2023-10-11 arungiridhar Open/ClosedOpen Closed
        Fixed ReleaseNone 9.1.0
    2023-10-11 arungiridhar StatusNone Fixed
    2023-10-09 jwe CategoryJIT Acceleration Interpreter
    2023-07-06 arungiridhar CategoryInterpreter JIT Acceleration

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code