>>>>> 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:

(gdb) bt 10
#0  0x08065292 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:632
#1  0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#2  0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#3  0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#4  0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#5  0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#6  0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#7  0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#8  0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#9  0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
(More stack frames follow...)
(gdb) bt -20
#174670 0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#174671 0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#174672 0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#174673 0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#174674 0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#174675 0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#174676 0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#174677 0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#174678 0x08065315 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:682
#174679 0x08065425 in RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:772
#174680 0x08065250 in __restack_window (t=0x80ec730, do_lower=0, 
    do_restack_transients=0, is_new_window=1) at stack.c:613
#174681 0x0806537f in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
---Type <return> to continue, or q <return> to quit---
    allow_recursion=0, is_new_window=1) at stack.c:702
#174682 0x08065425 in RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=0, is_new_window=1) at stack.c:772
#174683 0x08064d17 in position_new_window_in_stack_ring (t=0x80ec730, 
    do_lower=0) at stack.c:281
#174684 0x08081795 in AddWindow (w=25165833, ReuseWin=0x0) at add_window.c:1573
#174685 0x08067adf in HandleMapRequestKeepRaised (KeepRaised=0, ReuseWin=0x0)
    at events.c:1158
#174686 0x08067a3d in HandleMapRequest () at events.c:1117
#174687 0x08069e3e in DispatchEvent (preserve_Tmp_win=0) at events.c:2991
#174688 0x08069ed8 in HandleEvents () at events.c:3044
#174689 0x08087e6f in main (argc=3, argv=0xbffffa44) at fvwm.c:734

The crash point is

Program received signal SIGSEGV, Segmentation fault.
0x08065292 in __RaiseOrLowerWindow (t=0x80ec730, do_lower=0, 
    allow_recursion=1, is_new_window=0) at stack.c:632
632     {


DV>   $ gdb fvwm core
DV>   (gdb) where
DV> 
>> -- System Information:
>> Debian Release: testing/unstable
>> Architecture: i386
>> Kernel: Linux proper 2.4.19 #2 Wed Aug 28 01:32:40 EDT 2002 i686
>> Locale: LANG=C, LC_CTYPE=en_US
>> 
>> Versions of packages fvwm depends on:
>> ii  libc6                    2.2.5-14.2      GNU C Library: Shared libraries 
>> an
>> ii  libglib1.2               1.2.10-6        The GLib library of C routines
>> ii  libgtk1.2                1.2.10-14       The GIMP Toolkit set of widgets 
>> fo
>> ii  libncurses5              5.2.20020112a-8 Shared libraries for terminal 
>> hand
>> ii  libreadline4             4.3-4           GNU readline and history 
>> libraries
>> ii  libstroke0               0.5.1-2         support for mouse strokes like 
>> tho
>> ii  xlibs                    4.2.1-0pre1v1   X Window System client libraries
>> 
>> -- no debconf information
DV> 
DV> Bye
DV> 
DV> Dominik ^_^  ^_^
DV> 
DV>  --
DV> Dominik Vogt, mail: [EMAIL PROTECTED], phone: 0721/91374-382
DV> Schlund + Partner AG, Erbprinzenstr. 4-12, D-76133 Karlsruhe
DV> --
DV> Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
DV> To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
DV> body of a message to [EMAIL PROTECTED]
DV> To report problems, send mail to [EMAIL PROTECTED]
DV> 
-- 
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