Feed on
Posts
Comments

Archive for the 'osx' Category

When developing AIR applications under flexbuilder you may get a situation where the app is stuck in an unresponsive state and refuses to quit itself.
To kill it quickly on a Mac you can do the following from a terminal:

ps -A | grep adl

That will return a line that looks something like this

18132 ?? [...]

Read Full Post »