Changes between Initial Version and Version 3 of Ticket #16395


Ignore:
Timestamp:
Sep 19, 2008, 4:25:13 PM (16 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16395

    • Property Keywords python24 removed
    • Property Cc ram@… added
    • Property Port python24 added
    • Property Milestone changed from to Port Bugs
  • Ticket #16395 – Description

    initial v3  
    22
    33Then, after performed a "port_install" operation to activate this new version I run the python interpreter with these two trivial commands:
     4{{{
    45>>> import re
    56>>> dir(re)
     7}}}
    68and got a "Bus error".
    79
    810These are the operation I performed:
     11{{{
    912[lucamac:~] luca% sudo python_select python24
    1013Selecting version "python24" for python
     
    1619>>> dir(re)
    1720Bus error
    18 
     21}}}
    1922This is the dump message I got from the System:
     23{{{
    2024"Process:         Python [23040]
    2125Path:            /opt/local/Library/Frameworks/Python.framework/Versions/2.4/Resources/Python.app/Contents/MacOS/Python
     
    66700x9680f000 - 0x9686cffb  libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
    67710xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib"
    68 
     72}}}
    6973I'm using MacPorts version 1.6.0.
    7074
     
    7579Luca De Santis
    7680Pisa, Italy
    77