Changes between Initial Version and Version 1 of Ticket #41238


Ignore:
Timestamp:
Nov 6, 2013, 11:19:44 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers octave-devel).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41238

    • Property Keywords parcellfun malloc removed
    • Property Owner changed from macports-tickets@… to michaelld@…
  • Ticket #41238 – Description

    initial v1  
    11I updated MacPorts yesterday, and now the parcellfun function from the general package is unusable. Here's a simple test file:
    22
     3{{{
    34function foo()
    45  parcellfun(2, @myfunc, {pi; e});
     
    67function myfunc(val)
    78end
     9}}}
    810
    911When I run it, I get:
    1012
     13{{{
    1114parcellfun: 0/2 jobs doneoctave(17310,0x7fff7c400180) malloc: *** error for object 0x108b93220: pointer being freed was not allocated
    1215*** set a breakpoint in malloc_error_break to debug
     
    1518save to 'octave-core' complete
    1619Abort trap: 6
     20}}}
    1721
    1822I've found mention of this error going back some months on various forums, but I've found no clear explanation nor solution/workaround. It worked fine since I last updated MacPorts within the last week or two.
    1923
     24{{{
    2025  octave-devel @3.6.4_9+atlas+docs+fltk+gcc47+x11 (active)
     26}}}