User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.8.1.3) Gecko/20070321 Firefox/2.0.0.3 Build Identifier: The bug report concerns libxfce4util The definition of __DBG_FUNC__ in debug.h does not detect Solaris. The consequence is that the function name does not appear when compiled in debug. It is replaced by ??. Reproducible: Always Steps to Reproduce:
Created attachment 1077 This patch add the detection of Solaris platform This patch add the detection of Solaris platform
Committed with revision 25689. 2007-05-09 Benedikt Meurer <benny@xfce.org> * libxfce4util/debug.h: Add support for function names in debug messages on Solarils. Bug #3090.