Package: python2.3-omniorb2
Version: 2.6-1
Severity: normal
Consider this IDL file (test.idl):
-------------------------------------------------------------------
module Test
{
interface Foo
{
};
};
-------------------------------------------------------------------
And this test script:
-------------------------------------------------------------------
import omniORB
omniORB.importIDL("test.idl")
import CORBA
import Test__POA
class Test(Test__POA.Foo):
pass
test = Test()
test._this()
-------------------------------------------------------------------
Executing the latter will result in a segfault. Although the script is
obviously buggy (no POA is initialized), I don't think that Python should
segfault. Instead it should throw an appropriate exception.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11.11
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages python2.3-omniorb2 depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libgcc1 1:4.0.1-2 GCC support library
ii libomniorb4 4.0.6-1 omniORB4 - CORBA ORB - libomniorb4
ii libomnithread3 4.0.6-1 omniORB4 - CORBA ORB - libomnithre
ii libstdc++5 1:3.3.6-7 The GNU Standard C++ Library v3
ii python2.3 2.3.5-6 An interactive high-level object-o
python2.3-omniorb2 recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]