Pandahisham / hawkscope

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

Does not work with 10.6 Snow Leopard #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Hawkscope appears not to work with Mac OS X 10.6 Snow Leopard.

What is the expected output? What do you see instead?
I had Hawkscope set to open upon login. This worked fine as recently as 10.5.8. 
After upgrading 
to 10.6, an error message ("Where is Hawkscope.app?") occurs. Hawkscope is 
still in my 
Applications folder and was NOT marked as incompatible software by Snow 
Leopard. When I 
double click on Hawkscope from the Applications folder, nothing happens. The 
dock icon does 
not bounce and nothing appears in the menubar. 

The Console shows the following information:

9/1/09 2:03:03 AM   [0x0-0x21021].com.varaneckas.hawkscope[189] Error occurred 
during initialization of VM
9/1/09 2:03:03 AM   [0x0-0x21021].com.varaneckas.hawkscope[189] Incompatible 
minimum and maximum heap sizes specified
9/1/09 2:03:03 AM   com.apple.launchd.peruser.501[101]  ([0x0-
0x21021].com.varaneckas.hawkscope[189]) Exited with exit code: 1

What version of the product are you using? On what operating system?
I am using Hawkscope 0.6.1 on Mac OS X 10.6.

Please provide any additional information below.

Original issue reported on code.google.com by pauldear...@gmail.com on 1 Sep 2009 at 7:06

GoogleCodeExporter commented 9 years ago
Hi. You can try the following:
1. View contents of Hawkscope.app in Finder
2. Go to Contents/MacOS inside Hawkscope.app
3. Edit "hawkscope" file in there
4. Edit the line: exec java -XstartOnFirstThread -Xms2m -Xmx6m -XX:PermSize=2m 
-XX:MaxPermSize=6m -Dorg.eclipse.swt.internal.carbon.noFocusRing 
-Dorg.eclipse.swt.internal.carbon.smallFonts -classpath $BASEDIR/hawkscope.jar 
-Djava.library.path=$BASEDIR com.varaneckas.hawkscope.Launcher

What you can do next:
1. remove "-Xms2m -Xmx6m -XX:PermSize=2m -XX:MaxPermSize=6m" and let the OS 
distribute app memory
2. try increasing the values in this line, for instance:
-Xms12m -Xmx24m -XX:PermSize=8m -XX:MaxPermSize=16m

Original comment by tomas.va...@gmail.com on 23 Jun 2010 at 5:40

GoogleCodeExporter commented 9 years ago
Solved in 0.6.3

Original comment by tomas.va...@gmail.com on 16 Aug 2010 at 7:43