| ID |
Date |
Author |
Topic |
Subject |
Text |
 |
|
3183
|
11 Dec 2025 |
Konstantin Olchanski | Bug Report | manalyzer fails to compile on some systems because of missing #include <cmath> | > TFile.h -> TDirectoryFile.h -> TDirectory.h
-> TNamed.h -> TString.h -> TMathBase.h ->
cmath -> math.h
|
|
|
3184
|
11 Dec 2025 |
Stefan Ritt | Bug Report | odbxx memory leak with JSON ODB dump | > Confirmed fixed, thanks! There are 2 small
changes I made in odbxx.h, please pull.
|
|
|
3185
|
12 Dec 2025 |
Konstantin Olchanski | Bug Report | odbxx memory leak with JSON ODB dump | > > Confirmed fixed, thanks! There are 2 small
changes I made in odbxx.h, please pull.
> There was one missing enable_jsroot in |
|
|
3192
|
14 Jan 2026 |
Derek Fujimoto | Bug Report | DEBUG messages not showing and related | I have an application where I want to (optionally)
send my own debugging messages to the midas.log
file, but am having some problems with this: |
|
|
3193
|
14 Jan 2026 |
Stefan Ritt | Bug Report | DEBUG messages not showing and related | MT_DEBUG messages are there for debugging,
not logging. They only go into the SYSMSG
buffer and NOT to the log file. If you want |
|
|
3194
|
14 Jan 2026 |
Derek Fujimoto | Bug Report | DEBUG messages not showing and related | Ok thanks for the quick and clear response!
Derek
|
|
|
170
|
22 Oct 2004 |
Konstantin Olchanski | Bug Fix | mhttpd message colouring | I commited a fix to mhttpd logic that decides
which messages should be shown in
"red" colour- before, any message with square |
|
|
174
|
09 Nov 2004 |
Pierre-Andre Amaudruz | Bug Fix | New transition scheme | Problem:
If cm_set_transition_sequence() is used for
changing the sequence number, the
|
|
|
200
|
25 Feb 2005 |
Konstantin Olchanski | Bug Fix | fixed: double free in FORMAT_MIDAS ybos.c causing lazylogger crashes | We stumbled upon and fixed a "double free"
bug in src/ybos.c causing crashes in
lazylogger writing .mid files in the FORMAT_MIDAS |
|
|
211
|
05 May 2005 |
Konstantin Olchanski | Bug Fix | fix: minor bit rot in the example experiment | I fixed some minor bit rot in the example
experiment: a few minor Makefile
problems, make the analyzer use the current |
|
|
212
|
02 Aug 2005 |
Konstantin Olchanski | Bug Fix | fix odb corruption when running analzer for the first time | I have been plagued by ODB corruption when
I run the analyzer for the first time
after setting up the new experiment. Some |
|
|
216
|
18 Aug 2005 |
Konstantin Olchanski | Bug Fix | fix race condition between clients on run start/stop, pause/resume | It turns out that the new priority sequencing
of run state transitions had a
flaw: the frontends, the analyzer and the |
|
|
219
|
01 Sep 2005 |
Stefan Ritt | Bug Fix | fix race condition between clients on run start/stop, pause/resume | > It turns out that the new priority sequencing
of run state transitions had a
> flaw: the frontends, the analyzer and the |
|
|
229
|
17 Oct 2005 |
Exaos Lee | Bug Fix | "make install" error under MacOS X | Under MacOS X, "make install" will cours an
error like this:
[code]
|
|
|
235
|
23 Nov 2005 |
Stefan Ritt | Bug Fix | Endian swapping in mana.c | It was reported that following code in mana.c
:
|
|
|
252
|
07 May 2006 |
Konstantin Olchanski | Bug Fix | Update & add VME drivers | I commited fixes for a few minor compilation
errors in the VME drivers
(vmicvme.c, etc)
|
|
|
256
|
18 May 2006 |
Konstantin Olchanski | Bug Fix | removed a few "//" comments to fix compilation on VxWorks | Our VxWorks C compiler (gcc-2.8-something)
does not like the "//" comments. Luckily,
on VxWorks, we
|
|
|
257
|
18 May 2006 |
Stefan Ritt | Bug Fix | Fixed problems with reload of custom pages | We had a problem with custom pages and reloading
of them. If they contain an ODB field which
is editable, one can change the ODB value |
|
|
258
|
25 May 2006 |
Konstantin Olchanski | Bug Fix | fix crash in xml odb load | There is a crash in odbedit when loading some
xml odb files: a missing check for NULL pointer
when
|
|
|
259
|
25 May 2006 |
Stefan Ritt | Bug Fix | Fixed compiler warnings with gcc 3.4.4 | I fixed a couple of compiler warning which
came up with the new gcc 3.4.4. Seems like
the compiler gets more and more picky. There |
|