Bug Fix List - 3.8 Release: Difference between revisions

From Octave
Jump to navigation Jump to search
m (Remove bug repeated twice)
(Add new segfault bugs)
Line 5: Line 5:
== Bugs with severity >= 4 ==
== Bugs with severity >= 4 ==


* Owner:??? [https://savannah.gnu.org/bugs/index.php?39586  #39586] Assertion failure with profexplore valid use: Assertion `fcn_id == fcn' failed.
* Owner:??? [https://savannah.gnu.org/bugs/index.php?39524  #39524] m-file profiler returning inaccurate first line
* Owner:??? [https://savannah.gnu.org/bugs/index.php?39243  #39243] patch {x,y,z,c}data properties are not independent
* Owner:??? [https://savannah.gnu.org/bugs/index.php?39243  #39243] patch {x,y,z,c}data properties are not independent
* Owner:??? [https://savannah.gnu.org/bugs/index.php?37927  #37927] set (gcf, "parent", gcf) -> seg-fault
* <strike> Owner:jwe [https://savannah.gnu.org/bugs/index.php?33304  #33304] power operator precedence and direction </strike>
* Owner:??? [https://savannah.gnu.org/bugs/index.php?33304  #33304] power operator precedence and direction


== Bugs marked as regressions ==
== Bugs marked as regressions ==


* Owner:??? [https://savannah.gnu.org/bugs/index.php?39925 #39925] imagesc crash Plotting with OpenGL
* Owner:??? [https://savannah.gnu.org/bugs/index.php?39925 #39925] imagesc crash Plotting with OpenGL
* Owner:??? [https://savannah.gnu.org/bugs/index.php?39586  #39586] Assertion failure with profexplore valid use: Assertion `fcn_id == fcn' failed.
* Owner:??? [https://savannah.gnu.org/bugs/index.php?39524 #39524] m-file profiler returning inaccurate first line
* Owner:??? [https://savannah.gnu.org/bugs/index.php?39524 #39524] m-file profiler returning inaccurate first line
* Owner:??? [https://savannah.gnu.org/bugs/index.php?38236 #38236] invoking script in demo block to define variables causes errors
* Owner:??? [https://savannah.gnu.org/bugs/index.php?38236 #38236] invoking script in demo block to define variables causes errors
Line 19: Line 17:
* Owner:??? [https://savannah.gnu.org/bugs/index.php?37410 #37410] image.m has a wrong check for linearly-spaced x and y
* Owner:??? [https://savannah.gnu.org/bugs/index.php?37410 #37410] image.m has a wrong check for linearly-spaced x and y
* Owner:??? [https://savannah.gnu.org/bugs/index.php?31287 #31287] Certain assignments of empty arrays give errors (Matlab incompatibility)
* Owner:??? [https://savannah.gnu.org/bugs/index.php?31287 #31287] Certain assignments of empty arrays give errors (Matlab incompatibility)
== Bugs marked as Crash ==
It would be nice to fix these, but they don't require resolution before the release.
* Owner:??? [https://savannah.gnu.org/bugs/index.php?40220 #40220] Octave crashes when trying to print a figure to a file using fltk toolkit
* Owner:??? [https://savannah.gnu.org/bugs/index.php?40121 #40121] Using dbquit from within a callback causes a segfault
* Owner:??? [https://savannah.gnu.org/bugs/index.php?40068 #40068] Crashing when calling imread
* Owner:??? [https://savannah.gnu.org/bugs/index.php?40044 #40044] *** glibc detected *** gnuplot: double free or corruption (fasttop): 0x08d72878 ***
* Owner:??? [https://savannah.gnu.org/bugs/index.php?39586 #39586] Assertion failure with profexplore valid use: Assertion `fcn_id == fcn' failed.
* Owner:??? [https://savannah.gnu.org/bugs/index.php?39273 #39273] lu SIGSEGV when used with 2 output variables with --enable-64
* Owner:??? [https://savannah.gnu.org/bugs/index.php?38789 #38789] segfault on exit after failing to load HDF5 file
* Owner:??? [https://savannah.gnu.org/bugs/index.php?38616 #38616] memory leak in regexprep
* Owner:??? [https://savannah.gnu.org/bugs/index.php?38584 #38584] setting linestyle to "none" for fill object causes error
* Owner:??? [https://savannah.gnu.org/bugs/index.php?38305 #38305] file dialog causes crash
* Owner:??? [https://savannah.gnu.org/bugs/index.php?38280 #38280] imfinfo() crashes on 64 bit, but not 32 bit builds
* Owner:??? [https://savannah.gnu.org/bugs/index.php?37928 #37928] GUI crashes with french locale
* Owner:??? [https://savannah.gnu.org/bugs/index.php?37927 #37927] set (gcf, "parent", gcf) -> seg-fault
* Owner:??? [https://savannah.gnu.org/bugs/index.php?37750 #37750] segfault with 'set(gca, "parent", gca)'
* Owner:??? [https://savannah.gnu.org/bugs/index.php?37655 #37655] MinGW: Delete key causes Octave to exit
* Owner:??? [https://savannah.gnu.org/bugs/index.php?37344 #37344] GUI Octave freezes when plotting is used with OpenBLAS
* Owner:??? [https://savannah.gnu.org/bugs/index.php?37205 #37205] running tests with valgrind: possible memory issues and segfault
* Owner:??? [https://savannah.gnu.org/bugs/index.php?36067 #36067] bug in exist() when checking for a faulty mex/oct file
* Owner:??? [https://savannah.gnu.org/bugs/index.php?35857 #35857] crash with units = normalized
* Owner:??? [https://savannah.gnu.org/bugs/index.php?35687 #35687] crash with axes("position", [])
* Owner:??? [https://savannah.gnu.org/bugs/index.php?33296 #33296] calling "keyboard" function through "builtin" function appears to enter in an infinite loop
* Owner:??? [https://savannah.gnu.org/bugs/index.php?32176 #32176] infinite loop if PS1 contains deleted current directory

Revision as of 20:00, 10 October 2013

The following bugs must be fixed prior to release. See also the Release 3.8 goals.

Use

<strike> ... </strike>

to cross an item off the list when it has been done. Sign up for a bug by filling in the Owner field so people won't duplicate each other's work.

Bugs with severity >= 4

  • Owner:??? #39243 patch {x,y,z,c}data properties are not independent
  • Owner:jwe #33304 power operator precedence and direction

Bugs marked as regressions

  • Owner:??? #39925 imagesc crash Plotting with OpenGL
  • Owner:??? #39586 Assertion failure with profexplore valid use: Assertion `fcn_id == fcn' failed.
  • Owner:??? #39524 m-file profiler returning inaccurate first line
  • Owner:??? #38236 invoking script in demo block to define variables causes errors
  • Owner:??? #37672 GUI doesn't react to CTRL+C
  • Owner:??? #37410 image.m has a wrong check for linearly-spaced x and y
  • Owner:??? #31287 Certain assignments of empty arrays give errors (Matlab incompatibility)

Bugs marked as Crash

It would be nice to fix these, but they don't require resolution before the release.

  • Owner:??? #40220 Octave crashes when trying to print a figure to a file using fltk toolkit
  • Owner:??? #40121 Using dbquit from within a callback causes a segfault
  • Owner:??? #40068 Crashing when calling imread
  • Owner:??? #40044 *** glibc detected *** gnuplot: double free or corruption (fasttop): 0x08d72878 ***
  • Owner:??? #39586 Assertion failure with profexplore valid use: Assertion `fcn_id == fcn' failed.
  • Owner:??? #39273 lu SIGSEGV when used with 2 output variables with --enable-64
  • Owner:??? #38789 segfault on exit after failing to load HDF5 file
  • Owner:??? #38616 memory leak in regexprep
  • Owner:??? #38584 setting linestyle to "none" for fill object causes error
  • Owner:??? #38305 file dialog causes crash
  • Owner:??? #38280 imfinfo() crashes on 64 bit, but not 32 bit builds
  • Owner:??? #37928 GUI crashes with french locale
  • Owner:??? #37927 set (gcf, "parent", gcf) -> seg-fault
  • Owner:??? #37750 segfault with 'set(gca, "parent", gca)'
  • Owner:??? #37655 MinGW: Delete key causes Octave to exit
  • Owner:??? #37344 GUI Octave freezes when plotting is used with OpenBLAS
  • Owner:??? #37205 running tests with valgrind: possible memory issues and segfault
  • Owner:??? #36067 bug in exist() when checking for a faulty mex/oct file
  • Owner:??? #35857 crash with units = normalized
  • Owner:??? #35687 crash with axes("position", [])
  • Owner:??? #33296 calling "keyboard" function through "builtin" function appears to enter in an infinite loop
  • Owner:??? #32176 infinite loop if PS1 contains deleted current directory