discuss-gnustep
[Top][All Lists]
Advanced

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

Re: new gui bug (focus? gorm?)


From: Adam Fedor
Subject: Re: new gui bug (focus? gorm?)
Date: Mon, 24 Nov 2003 08:45:45 -0700


On Monday, November 24, 2003, at 04:16 AM, Riccardo Mottola wrote:

I repeat the scenario a second time. What it seems that clicking several times on the springs inside the window works, as soon as aI click two times
or so on an external one: freeze.



If you have access to a separate console, you can get a backtrace that might show what is going on. After the freeze, on the other console, get the process of the frozen app, then attach to it:

ps x | grep MyApp.app

note the process number "PID" (usually in the first column), then:

debugapp MyApp.app

> attach PID                 # (where PID is the process number)
> backtrace





reply via email to

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