| ID |
Date |
Author |
Topic |
Subject |
Text |
 |
|
3139
|
25 Nov 2025 |
Konstantin Olchanski | Bug Report | Cannot edit values in a subtree containing only a single array of BOOLs using the ODB web interface | > Thanks --- it looks like this commit resolves
the issue for us ...
> Thanks to Ben Smith for pointing us at |
|
|
3147
|
26 Nov 2025 |
Lars Martin | Bug Report | Error(?) in custom page documentation | https://daq00.triumf.ca/MidasWiki/index.php/Custom_Page#modb
says that
|
|
|
3148
|
27 Nov 2025 |
Stefan Ritt | Bug Report | Error(?) in custom page documentation | Indeed a bug. Fixed in commit
https://bitbucket.org/tmidas/midas/commits/5c1133df073f493d74d1fc4c03fbcfe80a3edae4
|
|
|
3150
|
27 Nov 2025 |
Zaher Salman | Bug Report | Error(?) in custom page documentation | This commit breaks the sequencer pages...
> Indeed a bug. Fixed in commit
|
|
|
3152
|
27 Nov 2025 |
Konstantin Olchanski | Bug Report | Error(?) in custom page documentation | the double-decode bug strikes again!
> This commit breaks the sequencer pages...
|
|
|
3172
|
08 Dec 2025 |
Zaher Salman | Bug Report | Error(?) in custom page documentation | The sequencer pages were adjusted to the work
with this bug fix.
|
|
|
3173
|
08 Dec 2025 |
Konstantin Olchanski | Bug Report | odbxx memory leak with JSON ODB dump | I was testing odbxx with manalyzer, decided
to print an odb value in every event,
and it worked fine in online mode, but bombed |
|
|
3176
|
09 Dec 2025 |
Stefan Ritt | Bug Report | odbxx memory leak with JSON ODB dump | Thanks for reporting this. It was caused by
a
|
|
|
3177
|
09 Dec 2025 |
Mark Grimes | Bug Report | manalyzer fails to compile on some systems because of missing #include <cmath> | Hi,
We're getting errors in our build system
like:
|
|
|
3178
|
09 Dec 2025 |
Konstantin Olchanski | Bug Report | manalyzer fails to compile on some systems because of missing #include <cmath> | > /code/midas/manalyzer/manalyzer.cxx:799:27:
error: ‘pow’ was not declared in this scope
> 799 | bins[i] = TimeRange*pow(1.1,i)/pow(1.1,Nbins);
|
|
|
3179
|
09 Dec 2025 |
Konstantin Olchanski | Bug Report | odbxx memory leak with JSON ODB dump | > Thanks for reporting this. It was caused
by a
>
|
|
|
3180
|
10 Dec 2025 |
Stefan Ritt | Bug Report | odbxx memory leak with JSON ODB dump | > BTW, it looks like we are parsing the whole
JSON ODB dump (200k+) on every odbxx access.
Can you parse it just once?
|
|
|
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]
|
|