File: bugfixes-21.xml

package info (click to toggle)
python-omniorb2 2.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,580 kB
  • ctags: 2,583
  • sloc: cpp: 11,972; python: 7,679; sh: 2,523; makefile: 111; xml: 69; ansic: 12
file content (31 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?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 2.0     -->
<!-- release. This file is transformed into html with bugfixes.xsl. -->

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

<buglist version="2.1">

<bug id="2" date="Thu Jul  3 14:48:17 BST 2003" user="dgrisby">
  <summary>Assertion failure after exception</summary>
  <reported>Fedorov Vsevolod</reported>
  <listlink href="http://www.omniorb-support.com/pipermail/omniorb-list/2003-June/023794.html"/>
  <text>
  In some circumstances, an exception can cause an invocation to be
  retried. Sometimes, a locking bug would result in an assertion
  failure.
  </text>
</bug>

<bug id="1" date="Fri Mar 28 17:31:12 GMT 2003" user="dgrisby">
  <summary>Mis-placed DECREF led to segfaults.</summary>
  <reported>Adam Kerrison</reported>
  <text>
  A DECREF in the wrong place in the exception handling code could
  lead to premature deletion of repository ids, leading to a crash.
  </text>
</bug>

</buglist>