[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] An annoying bug
From: |
Martin Samuelsson |
Subject: |
Re: [RP] An annoying bug |
Date: |
Fri Dec 28 13:20:02 2001 |
User-agent: |
Mutt/1.3.24i |
On Fri, Dec 28, 2001 at 12:15:38PM -0800, shawn wrote:
> get a backtrace with 'bt'. you'll probobly want to compile a ratpoison
> with debugging symbols. use './configure --enable-debug'.
gives the following output:
#0 0x200002872fc in select@@GLIBC_2.1 () from /lib/libc.so.6.1
#1 0x12000ca30 in get_event (ev=0x120029e28) at events.c:851
debug shows something like this before:
ratpoison:debug -- events.c:delegate_event():769: ConfigureNotify
ratpoison:debug -- events.c:delegate_event():769: ConfigureNotify
ratpoison:debug -- events.c:delegate_event():773: MapNotify
ratpoison:debug -- events.c:delegate_event():761: FocusOut
ratpoison:debug -- events.c:focus_change():648: Re-grabbing prefix key
ratpoison:debug -- input.c:rp_mask_to_x11_mask():64: rp mask = 1
ratpoison:debug -- input.c:rp_mask_to_x11_mask():72: x11 mask = 1
ratpoison:debug -- events.c:delegate_event():761: FocusOut
ratpoison:debug -- events.c:delegate_event():769: ConfigureNotify
ratpoison:debug -- events.c:delegate_event():769: ConfigureNotify
ratpoison:debug -- events.c:delegate_event():773: MapNotify
ratpoison:debug -- events.c:delegate_event():769: ConfigureNotify
ratpoison:debug -- events.c:delegate_event():769: ConfigureNotify
ratpoison:debug -- events.c:delegate_event():773: MapNotify
ratpoison:debug -- events.c:delegate_event():765: FocusIn
ratpoison:debug -- events.c:delegate_event():765: FocusIn
ratpoison:debug -- events.c:delegate_event():761: FocusOut
ratpoison:debug -- events.c:delegate_event():749: UnmapNotify
ratpoison:debug -- events.c:delegate_event():749: UnmapNotify
ratpoison:debug -- events.c:delegate_event():749: UnmapNotify
ratpoison:debug -- events.c:delegate_event():749: UnmapNotify
ratpoison:debug -- events.c:delegate_event():749: UnmapNotify
ratpoison:debug -- events.c:delegate_event():749: UnmapNotify
this is generated by ctrl-c:
Program received signal SIGINT, Interrupt.
0x200002872fc in select@@GLIBC_2.1 () from /lib/libc.so.6.1
> Other points of interest: is this out of CVS? Can you bust it
> reliably?
da. (on both questions)
it seems so, and also it seems like all windows but the current are
eaten up by something evil. they don't exist any longer when i start a
new rp. how come? where are they? (the processes are living)
> I'll be able to take a look in a couple of days if you don't figure it
> out in the mean time.
great!