Re: bug report
Zoe <[email protected]>
| Newsgroups | gmane.mail.zoe.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Jun 04, 2004, at 10:44, stosher wrote: > Unexpected Signal : Bus Error occurred at PC=0x88539890 > Function=[Unknown.] > Library=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/ > Libraries/libclient.dylib Congratulation! You made the JVM crash :) This seems to be triggered when loading the native Cocoa library which performs the URL handling to launch your local browser at startup (e.g. [NSWorkspace openURL:]). Do you have any esoteric JVM and/or AppKit installation? Check if everything looks kosher in '/System/Library/Java/'. In the meantime, you can disable the browser launcher by starting the app with the 'daemon' argument. From the command line: java -jar Zoe.jar daemon You can then connect to the app manually: http://localhost:10080/ Cheers, R.
smime.p7s
(application/pkcs7-signature, 2.3 KB) - not displayed