>>>>> On Thu, 19 Sep 2002 11:00:47 +0200
>>>>> "DV" == Dominik Vogt <fvwm-workers@fvwm.org> wrote:
DV> 

Really helps.

DV> On Wed, Sep 18, 2002 at 10:43:53PM +0400, Alexander Kotelnikov wrote:
>> >>>>> On Wed, 18 Sep 2002 18:47:19 +0200
>> >>>>> "DV" == Dominik Vogt <fvwm-workers@fvwm.org> wrote:
DV> 
DV> On Wed, Sep 18, 2002 at 08:37:22PM +0400, Alexander Kotelnikov wrote:
>> >> Hi.
>> >> 
>> >> And this is true :( Just ssh-askpass run makes fvwm cash.
>> >> 
>> >> Package: fvwm
>> >> Version: 2.4.10-1
>> >> Severity: important
>> >> 
>> >> When I run ssh-askpass, fvwm crashes.  This did not use to happen with
>> >> the previous version of fvwm (2.4.9-1).  My ssh-askpass package is at
>> >> version 1:1.2.0-2.1.  For now, I have switched to ssh-askpass-gnome,
>> >> which does not crash fvwm.
DV> 
DV> Is there a core file?  Please fetch us a stack trace:
DV> 
>> 
>> Hmm. Rather simple to generate.
>> 
>> The stack is rather monotonous, even funny:
DV> 
DV> F...!  I guess there is nothing that some applications don't do.
DV> The window has set itself as its transientfor window.  Hence the
DV> infinite recursion.  Please add
DV> 
DV>       for (t2 = Scr.FvwmRoot.stack_next; t2 != &Scr.FvwmRoot;
DV>        t2 = t2->stack_next)
DV>       {
DV> +   if (t2 == t)
DV> +   {
DV> +     break;
DV> +   }
DV>         if (t2->w == t->transientfor)
DV>         {
DV>       if (IS_ICONIFIED(t2) || t->layer != t2->layer)
DV> 
DV> add line 664 of fvwm/stack.c and try again.  As far as I can see
DV> it should work, but I don't want to release 2.4.11 without trying
DV> first.
 
-- 
Alexander Kotelnikov
Saint-Petersburg, Russia
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to