Results 1 to 2 of 2

Thread: IcePy 2.0.0 fails, hangs on Mac OS X 10.3

  1. #1
    Michael Halle is offline Registered User
    Join Date
    Nov 2004
    Posts
    1

    IcePy 2.0.0 fails, hangs on Mac OS X 10.3

    I tried to build IcePy on Mac OS X 10.3. Out of the box, the
    build doesn't work right (it builds a file called IcePy.dy, which
    is a dynamic lib, not a bundle). If you go into the modules
    directory and build the module using "python setup.py build",
    you can create an IcePy.so. With the right moving of libraries,
    you can finally get "import Ice" not to produce undefined
    symbols.

    Unfortunately, it hangs:

    #0 0x90016f48 in semaphore_wait_signal_trap ()
    #1 0x900021e0 in pthread_mutex_lock ()
    #2 0x041099f0 in ?? ()
    #3 0x04225d00 in ?? ()
    ....

    This problem is known on the Mac ... it happens because of
    lazy initialization in constructors when loading libraries.
    "setenv DYLD_BIND_AT_LAUNCH" is supposed to be a
    workaround, but it doesn't work.

    There are solutions to this problem, but unfortunately I'm
    not too familiar with this level of Mac OS X hacking.


    --Mike

  2. #2
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,441
    Welcome to the forum.

    We encountered the same problems when attempting to port IcePy to Mac OS X, and this is why we do not list it as a supported platform for the Python implementation. We will investigate this further.

    Take care,
    - Mark

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 09-09-2010, 12:28 PM
  2. 3.3.1 test suite failures on Mac OS X 10.5
    By blair in forum Bug Reports
    Replies: 4
    Last Post: 04-05-2009, 05:43 PM
  3. Bus Error under Mac OX 10.4 and IcePy 3.3.0
    By joshmoore in forum Bug Reports
    Replies: 16
    Last Post: 08-13-2008, 03:01 PM
  4. Ice 3.0.0 / Mac OS X 10.4.3, GCC 4.0.1
    By lindholm in forum Bug Reports
    Replies: 3
    Last Post: 11-21-2005, 04:54 AM
  5. Compiling demos on Mac OS X 10.4.2
    By CAS in forum Help Center
    Replies: 4
    Last Post: 09-30-2005, 07:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •