ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] sparc segfault on startup with version 1.4.0


From: Michael Graham
Subject: Re: [RP] sparc segfault on startup with version 1.4.0
Date: Mon, 8 May 2006 11:46:48 +0100

On 29/04/06, Shawn Betts <address@hidden> wrote:
I've patch the getenv to return "" when the env var doesn't
exist. Hopefully this will fix the crash.

I've also fixed the 2 spots I found debug output was printing
NULL. There may be more. So theoretically you should be able to run
ratpoison in debug mode from now on. I'll continue monitoring my log
for nulls (it just prints null for me) and fix them if I see any.

Let me know if you encounter more crashes.

It seems be working now. Sorry for the delay I wasn't at uni last week
so I couldn't test the code.

On a side note I've noticed that the rpws script produces an "extra"
workspace changing

for( my $i = 0; $i < $num; $i++ )
{
       ws_init_ws( $i );
}

to

for( my $i = 1; $i < $num; $i++ )

fixes this. (I.e.  you don't need to produce rpws0 since it's the default)

Cheers

--
Michael Graham <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]