On Tue, Feb 16, 2010 at 7:44 AM, Tom Kazimiers <t...@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.