]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/MUON/BUGS
Fixing virtual destructor problem.
[u/mrichter/AliRoot.git] / HLT / MUON / BUGS
CommitLineData
8356cc1d 1###############################################################################
2# This file contains the list of bugs (features) found in this software. #
3# Any new problems should be appended to this file with a new sequential #
4# number and current date and time, for example the output of the date #
5# command. #
6# Hopefully at some point these will be fixed at which point the bug listing #
7# can be removed from this file. Please check carefully that the problem has #
8# infact been resolved before you remove the bug listing. Rather add a tag of #
9# RESOLVED to the bug heading for a while before removing the bug if you are #
10# not sure. #
11###############################################################################
12===============================================================================
13
141) Wed Nov 24 21:30:19 SAST 2004
15
16Strange segfault with triggerDDL when running:
17 > ./bin/Linux-debug/triggerDDL list <x>
18where <x> is in the range 1 to 1023 we get a SegFault.
19For <x> larger than 1023 the program runs normally.
20
21list is a file containing the line:
22"file"
23and file is a empty file.
24
25===============================================================================
26
272) Wed Nov 24 21:30:19 SAST 2004
28
29Assertion failure in triggerDDL when running
30 > ./bin/Linux-debug/triggerDDL list
31
32Message:
33triggerDDL: /home/artur/HLT/dHLT/src/new.cpp:144: void operator delete [](void*): Assertion `checkmem.RemoveArrayAlloc(memory)' failed.
34
35list is a file containing the line:
36"file"
37and file is a empty file.
38
39===============================================================================
40
413) Wed Nov 24 22:30:35 SAST 2004
42
43Data packets in BCMP::Receiver can be received multiple times. We need to fix
44this by adding code that checks if the packet was already received or not.
45Could use some kind of windowing algorithm like TCP uses.
46
47===============================================================================
48