File: bugfixes-33.xml

package info (click to toggle)
python-omniorb 3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,128 kB
  • ctags: 3,321
  • sloc: cpp: 13,969; python: 8,883; sh: 2,576; xml: 107; makefile: 95; ansic: 35
file content (20 lines) | stat: -rw-r--r-- 714 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<?xml-stylesheet type="text/xml" href="buglayout.xml"?>

<!-- The following bugs have been fixed since the omniORBpy 3.0     -->
<!-- release. This file is transformed into html with bugfixes.xsl. -->

<!-- Editors: make sure the content you add is well-formed XML.     -->

<buglist version="3.3">

<bug id="1" date="Thu Oct  9 16:02:23 BST 2008" user="dgrisby">
  <summary>Python exceptions during unmarshalling not handled properly</summary>
  <text>
  If a Python exception occurred when unmarshalling data (during
  shutdown, for example), a null pointer could be stored in a Python
  object, leading to a later crash.
  </text>
</bug>

</buglist>