Archived

This forum has been archived. Please start a new discussion on GitHub.

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
http://www.zeroc.com/forums/bug-reports/3043-iceruby-bug-propertytoproxy.html

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

Comments

  • mes
    mes California
    Hello Evgeny,

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

    Regards,
    Mark