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

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

[Octave-bug-tracker] [bug #43710] io-2.2.5 causes panic


From: Malte Hinrichs
Subject: [Octave-bug-tracker] [bug #43710] io-2.2.5 causes panic
Date: Thu, 27 Nov 2014 08:55:49 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.1.17 (KHTML, like Gecko) Version/7.1 Safari/537.85.10

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

                 Summary: io-2.2.5 causes panic
                 Project: GNU Octave
            Submitted by: maldje
            Submitted on: Do 27 Nov 2014 08:55:48 GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Installation Failure
                  Status: None
             Assigned to: None
         Originator Name: Malte Hinrichs
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: Mac OS

    _______________________________________________________

Details:

OS X version 10.9.5

Is there a way to work around this quickly? I would really like to use the
bugfixes and i-2.2.4 installs fine. Which files would I have to copy from
2.2.4 to 2.2.5?

Please check the output:


malte:~/Projekte/PSMaC-dev/V19-excel$ octave
GNU Octave, version 3.8.0
Copyright (C) 2013 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "x86_64-apple-darwin13.0.0".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

octave:1> ver
----------------------------------------------------------------------
GNU Octave Version 3.8.0
GNU Octave License: GNU General Public License
Operating System: Darwin 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17
19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64
----------------------------------------------------------------------
no packages installed.
octave:2> pkg install -forge io
csv2cell.cc:218:57: warning: '&&' within '||' [-Wlogical-op-parentheses]
    if ((i==len) || ((str[i] == sep) || (str[i] == 10)) && (!inside))
                 ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
csv2cell.cc:218:57: note: place parentheses around the '&&' expression to
silence this warning
    if ((i==len) || ((str[i] == sep) || (str[i] == 10)) && (!inside))
                                                        ^
                    (                                               )
1 warning generated.
csvconcat.cc:79:37: warning: comparison of constant 18446744073709551615 with
expression of type 'unsigned int' is always
      true [-Wtautological-constant-out-of-range-compare]
          while ((pos=str.find(prot, pos)) != str.npos) {
                 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~
1 warning generated.
xmltree_read.l:407:34: warning: multiple unsequenced modifications to 'pcdata'
[-Wunsequenced]
  LEAVE; STag_scalar(); pcdata = BUFFERSET(pcdata); ENTER(IN_scalar);
                               ~ ^
xmltree_read.l:145:26: note: expanded from macro 'BUFFERSET'
#define BUFFERSET(P)  (P = next)
                         ^
xmltree_read.l:492:34: warning: multiple unsequenced modifications to 'pcdata'
[-Wunsequenced]
  LEAVE; STag_string(); pcdata = BUFFERSET(pcdata); ENTER(IN_string);
                               ~ ^
xmltree_read.l:145:26: note: expanded from macro 'BUFFERSET'
#define BUFFERSET(P)  (P = next)
                         ^
xmltree_read.l:627:37: warning: multiple unsequenced modifications to 'pcdata'
[-Wunsequenced]
  LEAVE; STag_structure(); pcdata = BUFFERSET(pcdata); ENTER(IN_structure);
                                  ~ ^
xmltree_read.l:145:26: note: expanded from macro 'BUFFERSET'
#define BUFFERSET(P)  (P = next)
                         ^
xmltree_read.l:673:32: warning: multiple unsequenced modifications to 'pcdata'
[-Wunsequenced]
  LEAVE; STag_list(); pcdata = BUFFERSET(pcdata); ENTER(IN_list);
                             ~ ^
xmltree_read.l:145:26: note: expanded from macro 'BUFFERSET'
#define BUFFERSET(P)  (P = next)
                         ^
xmltree_read.l:726:32: warning: multiple unsequenced modifications to 'pcdata'
[-Wunsequenced]
  LEAVE; STag_cell(); pcdata = BUFFERSET(pcdata); ENTER(IN_cell);
                             ~ ^
xmltree_read.l:145:26: note: expanded from macro 'BUFFERSET'
#define BUFFERSET(P)  (P = next)
                         ^
5 warnings generated.
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
panic: Abort trap: 6 -- stopping myself...
Abort trap: 6





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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