Re: [dev] [wmii] Reproducible crashes with "dead" windows

From: Suraj Kurapati <sunaku_AT_gmail.com>
Date: Tue, 16 Feb 2010 11:27:52 -0800

On Tue, Feb 16, 2010 at 7:44 AM, Tom Kazimiers <tom_AT_voodoo-arts.net> wrote:
> Hi,
>
> Tom Kazimiers wrote:
>> [..] (or if it is even a wmii problem).
>
> I noticed that a log file (~/.wmii/wmiirc.log) is created which seems to
> get every time a crash happens the following entry:
>
>
> E, [2010-01-03T23:09:33.778367 #4260] ERROR -- : undefined method
> `label' for #<#<Class:0x7f1ae97e6bd8>::Status:0x7f1aea1e4720>
> (NoMethodError)
> ./display/status.yaml:in section "script:after":49:in `initialize'

This error is caused by an incomplete status bar definition: there a
status bar applet defined in your config which lacks a "label"
subsection.

> So I guess Sunakus ruby wmiirc is the problem?

I don't think so :) wmiirc crashes generally do not cause wmii to
crash. It is a serious matter if the entire WM crashes, leaving you
at a virtual terminal.

I would recommend that you enable core dumps (ulimit -c unlimited),
run wmii, cause the crash to occur, and send a GDB backtrace to this
mailing list:

  gdb `which wmii` your_core_dump_file
  bt full

Cheers.
Received on Tue Feb 16 2010 - 19:27:52 UTC

This archive was generated by hypermail 2.2.0 : Tue Feb 16 2010 - 19:48:01 UTC