- Steve Tether _______________________________________________ rtems-devel mailing list rtems-devel@rtems.org http://www.rtems.org/mailman/listinfo/rtems-devel
Hi, all. At SLAC we've just started to experiment with the ML1 SMP
version of RTEMS 4.11.0.1 on the Zynq. We're having a problem with some
statically allocated C++ objects: the constructors are not being called
before the first calls to the objects' member functions, which
eventually results in a data abort due to a null pointer. Sometimes the
constructors *are* called first, sometimes they are called too late and
sometimes they don't get called at all before the abort. How are static
constructors handled in this version of RTEMS and which source files do
I need to look at?
- C++ static constructors and SMP Stephen Tether
- Re: C++ static constructors and SMP Gedare Bloom
- Re: C++ static constructors and SMP Chris Johns
- Re: C++ static constructors and SMP Gedare Bloom
- Re: C++ static constructors and SMP Chris Johns
- Re: C++ static constructors and SMP Sebastian Huber
- Re: C++ static constructors and ... Chris Johns
- Re: C++ static constructors and ... Sebastian Huber
- Re: C++ static constructors ... Sebastian Huber
- Re: C++ static constructors ... Chris Johns
- Re: C++ static constructors and SMP Ralf Corsepius