octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44552] inputdlg crashes GUI with certain prom


From: anonymous
Subject: [Octave-bug-tracker] [bug #44552] inputdlg crashes GUI with certain prompts
Date: Mon, 16 Mar 2015 16:02:57 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?44552>

                 Summary: inputdlg crashes GUI with certain prompts 
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 16 Mar 2015 04:02:56 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Dan Zimmerman
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I am attempting to define an input dialog with many fields with complex names
and want to split the prompt over many lines.

If I do it with ellipses then everything is okay:



prompt = {'foo',...
          'bar'}
inputdlg(prompt)


However, if I omit the ellipsis as below, the cell array is still parsed fine,
but inputdlg crashes Octave entirely, e.g.


prompt2 = {'foo',
          'bar'}
inputdlg(prompt2)


The cell array 'prompt2' is defined, but calling inputdlg on it results in a
silent exit.

Perhaps it shouldn't work without the ellipsis, which is fine and fixes my
problem for now, but I'd expect it to throw an error instead of crashing.

Experimental 3.8.2 GUI on Windows 7 Ultimate 64 bit, SP1





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44552>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]