Your message dated Mon, 17 Apr 2006 16:45:37 +0200
with message-id <[EMAIL PROTECTED]>
and subject line problem fixed; closing
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Package: python2.3-omniorb2
Version: 2.6-3
This works now. Closing.
- Sebastian
--- End Message ---