Results 1 to 2 of 2

Thread: IcePython bug with propertyToProxy

  1. #1
    mastersin is offline Registered User
    Name: Evgeny Sinelnikov
    Organization: Etersoft
    Project: Tartarus
    Join Date
    Jul 2008
    Location
    Saratov, Russia
    Posts
    2

    IcePython bug with propertyToProxy

    We (I and my colleagues) find strange behavior propertyToProxy with NullHandleException for absence objects.

    This problem looks like previously with IceRuby:
    IceRuby bug with propertyToProxy
    IceRuby bug with propertyToProxy

    Steps to reproduce:
    $ python
    Python 2.5.1 (r251:54863, Feb 8 2008, 15:19:12)
    [GCC 4.1.1 20070105 (ALT Linux, build 4.1.1-alt12)] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import Ice
    >>> c = Ice.initialize()
    >>> p = c.propertyToProxy("AAAAAAA")
    >>> p
    terminate called after throwing an instance of 'IceUtil::NullHandleException'
    what(): N7IceUtil19NullHandleExceptionE
    Аварийный останов

    Our patches for this you can find at:
    Etersoft Git - python-module-Ice.git/commitdiff
    Etersoft Git - python-module-Ice.git/commitdiff

  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
    Hello Evgeny,

    Thank you for reporting this issue. It will be fixed in the next release.

    Regards,
    Mark

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IceStorm problems with "propertyToProxy"
    By delbarrioa in forum Help Center
    Replies: 6
    Last Post: 03-09-2009, 12:22 PM
  2. IceRuby bug with propertyToProxy
    By ctennis in forum Bug Reports
    Replies: 2
    Last Post: 03-21-2007, 02:50 PM
  3. bug ?
    By OrNot in forum Bug Reports
    Replies: 1
    Last Post: 12-03-2005, 03:58 AM
  4. Is this a bug?
    By GlacierX in forum Bug Reports
    Replies: 5
    Last Post: 05-17-2005, 09:54 AM
  5. much like a Bug !
    By damingyipai in forum Bug Reports
    Replies: 4
    Last Post: 04-04-2004, 12:41 AM

Posting Permissions

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