|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
|
Message ID: 653
Entry time: 01 Oct 2009
In reply to: 652
|
Author: |
Stefan Ritt |
Topic: |
Bug Report |
Subject: |
mfe.c: poll_event() before frontend_init() |
|
|
> The latest version of mfe.c has a problem where poll_event() is called before
> frontend_init() and this causes a crash because in poll_event() we try to access
> VME before it is initialized in frontend_init(). K.O.
Oops, that sneaked in when doing the last modification to display the frontend status.
I refactored register_equipment() so that frontend_init() gets called before
poll_event(). |