|
[haiku-appserver]
||
[Date Prev]
[11-2004 Date Index]
[Date Next]
||
[Thread Prev]
[11-2004 Thread Index]
[Thread Next]
[haiku-appserver] fontserver issues
- From: "DarkWyrm" <bpmagic@xxxxxxxxxxxxxxx>
- To: haiku-appserver@xxxxxxxxxxxxx
- Date: Sun, 21 Nov 2004 09:54:00 -0500 EST
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
|