Core Analysis
Craig A. Betts
craig.betts at dfrc.nasa.gov
Mon Jun 16 23:28:06 CEST 2003
edscott wilson garcia wrote:
> Solaris is very picky about stdio functions with NULL or uninitialized
> variables. The line that croaks is:
> g_snprintf(caption, sizeof(caption), "%s: %s",tl->options.tooltip, s);
>
> Probably tl->options.tooltip is not a valid memory location. My guess is
> that the triggerlauncher in question has no tooltip defined, and when tl
> is allocated, options.tooltip is not initialized to "" (initializing to
> NULL will cause a crash in Solaris).
>
> If you define a tooltip when adding the triggerlauncher does it crash as
> well?
>
> Edscott
>
It doesn't even get that far. The crash happens when I try to add the
two-state-launcher to the panel. The panel dissappears for about two
seconds and then reappears when I perform this action.
--
Craig A. Betts
IT Security Design Engineer
Arcata Associates, Inc. - Dryden Flight Research Center - NASA
Voice: (661) 276-2085 Pager: (661) 276-3038 #4010
More information about the Xfce4-dev
mailing list