|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
16 Sep 2024, Marius Köppel, Bug Report, Crash using ODB watch
|
16 Sep 2024, Stefan Ritt, Bug Report, Crash using ODB watch
|
16 Sep 2024, Marius Koeppel, Bug Report, Crash using ODB watch
|
16 Sep 2024, Stefan Ritt, Bug Report, Crash using ODB watch
|
16 Sep 2024, Marius Koeppel, Bug Report, Crash using ODB watch
|
16 Sep 2024, Mark Grimes, Bug Report, Crash using ODB watch
|
17 Sep 2024, Konstantin Olchanski, Bug Report, Crash using ODB watch
|
18 Sep 2024, Marius Koeppel, Bug Report, Crash using ODB watch
|
20 Sep 2024, Stefan Ritt, Bug Report, Crash using ODB watch
|
|
Message ID: 2851
Entry time: 17 Sep 2024
In reply to: 2846
Reply to this: 2852
|
Author: |
Konstantin Olchanski |
Topic: |
Bug Report |
Subject: |
Crash using ODB watch |
|
|
> {
> odb new_settings("/Equipment/Test FE/Settings");
> new_settings.watch(watch); // <-- here I am getting a segmentation fault
> }
this code has a bug. "watch" is attached to object "new_settings" that is deleted
after the closing curly bracket.
I would say Stefan's odb API should not allow you to write code like this. an API defect.
K.O. |