jigs5460 / simbl

Automatically exported from code.google.com/p/simbl
0 stars 0 forks source link

Agent can hang #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There seems to be an extra instance of SIMBL Agent hanging around the process 
table.  I can't figure out what caused it to hang.

[mike]rogue:~> pgrep -fl SIMBL
 1622 ? (SIMBL Agent)
 1754 /Library/ScriptingAdditions/SIMBL.osax/Contents/Resources/SIMBL Agent.app/Contents/MacOS/SIMBL Agent

[mike]rogue:~> ps v 1622
  PID STAT      TIME  SL  RE PAGEIN      VSZ    RSS   LIM     TSIZ  %CPU %MEM COMMAND
 1622 Ss     0:00.17   0   0      0  2461740   5184     -        0   0.0  0.2 /Library/ScriptingAdditions/SIMBL.osax/Contents/Resources/SIMBL 
Ag
[mike]rogue:~> ps v 1754
  PID STAT      TIME  SL  RE PAGEIN      VSZ    RSS   LIM     TSIZ  %CPU %MEM COMMAND
 1754 S      0:00.25   0   0      0  2725512   5492     -        0   0.0  0.3 /Library/ScriptingAdditions/SIMBL.osax/Contents/Resources/SIMBL 
Ag

[mike]rogue:~> ps u 1622
USER   PID  %CPU %MEM      VSZ    RSS   TT  STAT STARTED      TIME COMMAND
root  1622   0.0  0.2  2461740   5184   ??  Ss    1:01AM   0:00.17 
/Library/ScriptingAdditions/SIMBL.osax/Contents/Resources/SIMBL 
Agent.app/Con
[mike]rogue:~> ps u 1754
USER   PID  %CPU %MEM      VSZ    RSS   TT  STAT STARTED      TIME COMMAND
mike  1754   0.0  0.3  2725512   5492   ??  S     1:16AM   0:00.25 
/Library/ScriptingAdditions/SIMBL.osax/Contents/Resources/SIMBL 
Agent.app/Con

Sep 12 01:15:54 rogue SIMBL Agent[1622]: CGSShutdownServerConnections: 
Detaching application from window server
Sep 12 01:15:54 rogue SIMBL Agent[1622]: CGSDisplayServerShutdown: Detaching 
display subsystem from window server
Sep 12 01:15:54 rogue net.culater.SIMBL.Agent[1622]: Sat Sep 12 01:15:54 
rogue.local SIMBL Agent[1622] <Warning>: 
CGSShutdownServerConnections: Detaching application from window server
Sep 12 01:15:54 rogue net.culater.SIMBL.Agent[1622]: Sat Sep 12 01:15:54 
rogue.local SIMBL Agent[1622] <Warning>: 
CGSDisplayServerShutdown: Detaching display subsystem from window server
Sep 12 01:15:54 rogue SIMBL Agent[1622]: 3891612: (CGSLookupServerRootPort) 
Untrusted apps are not allowed to connect to or 
launch Window Server before login.
Sep 12 01:15:54 rogue SIMBL Agent[1622]: kCGErrorRangeCheck: On-demand launch 
of the Window Server is allowed for root user 
only.
Sep 12 01:15:54 rogue SIMBL Agent[1622]: kCGErrorFailure: Set a breakpoint @ 
CGErrorBreakpoint() to catch errors as they are logged.
Sep 12 01:15:54 rogue net.culater.SIMBL.Agent[1622]: Sat Sep 12 01:15:54 
rogue.local SIMBL Agent[1622] <Warning>: 3891612: 
(CGSLookupServerRootPort) Untrusted apps are not allowed to connect to or 
launch Window Server before login.
Sep 12 01:15:54 rogue net.culater.SIMBL.Agent[1622]: Sat Sep 12 01:15:54 
rogue.local SIMBL Agent[1622] <Error>: 
kCGErrorRangeCheck: On-demand launch of the Window Server is allowed for root 
user only.
Sep 12 01:15:54 rogue net.culater.SIMBL.Agent[1622]: Sat Sep 12 01:15:54 
rogue.local SIMBL Agent[1622] <Error>: kCGErrorFailure: 
Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
Sep 12 01:15:54 rogue SIMBL Agent[1622]: HIToolbox: received notification of 
WindowServer event port death.
Sep 12 01:15:54 rogue SIMBL Agent[1622]: port matched the WindowServer port 
created in BindCGSToRunLoop

Original issue reported on code.google.com by ms...@gmail.com on 13 Sep 2009 at 5:05

GoogleCodeExporter commented 9 years ago
Part of this was an install bug that has been corrected in the postinstall 
handler for 0.9.6 (unreleased).

In the meantime, restarting the machine solves the issue.

Original comment by ms...@gmail.com on 13 Sep 2009 at 6:52

GoogleCodeExporter commented 9 years ago
I'm not a developer, only a user, but I believe I still have this problem, 
using SIMBL 0.9.7a in Mac OS 10.6.2. 
Whenever I launch Word 2008, it creates SIMBL.osax in 
/Library/ScriptingAdditions/, causing SIMBL agent to 
"quit unexpectedly". Does anyone have a suggestion on what to do?

Original comment by budsim...@gmail.com on 18 Nov 2009 at 4:26