[MacPorts] #53883: python36 @3.6.1: pointer being freed was not allocated
MacPorts
noreply at macports.org
Thu Mar 30 11:05:19 UTC 2017
#53883: python36 @3.6.1: pointer being freed was not allocated
-----------------------+----------------------
Reporter: lpancescu | Owner:
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.4.1
Keywords: | Port: python36
-----------------------+----------------------
I installed python36 on OS X 10.11.6:
{{{
port install python36 py36-readline
}}}
The interpreter starts, but it crashes when I try to import ''operator''
or ''this'' (I didn't try to import other packages, before going back to
''python35'', which works without problems):
{{{
Python 3.6.1 (default, Mar 22 2017, 15:53:54)
[GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import this
Python(25877,0x7fff7ce1d000) malloc: *** error for object 0x10d5f5110:
pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
}}}
--
Ticket URL: <https://trac.macports.org/ticket/53883>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list