Hi guys! I've been working on some fixes for the decorators and Appearance, and I've run into a memory allocation problem which I hope you guys can help me figure out. 1) In my development setup, I've got libappserver building as a static library ATM and linking it into the app_server and Appearance 2) FontServer.h/cpp declares a global FontServer *fontserver 3) Appearance allocates an object to it. 4) Appearance loads a decorator 5) Decorator references the fontserver object (as defined in libappserver) and segfaults What am I doing wrong? Ideas? --DW