------- Comment #3 from pete at vavaroutsos dot com 2007-02-02 22:19 ------- I too have ran into this problem. The code in __tablejump__ that calls the constructors is using LPM instructions instead of ELPM, so the value in the RAMPZ register is being ignored. Thus a bad pointer to the constructor is fetched.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29141