Cocoa-Java app crashes when loading Nib repetitive
Cocoa-Java app crashes when loading Nib repetitive
- Subject: Cocoa-Java app crashes when loading Nib repetitive
- From: David Kocher <email@hidden>
- Date: Wed, 20 Aug 2003 00:12:14 +0200
Hi,
I am currently developing a Cocoa-Java application which is
multi-document like. On repetitive opening new windows I get one of the
following crashes. I load the NIB file from inside the controller
object itself. If anyone can shed some light on this, I would
appreciate.
An unexpected exception has been detected in native code outside the
VM.
Unexpected Signal : Bus Error occurred at PC=0x9068BA54
Function=[Unknown.]
Library=/usr/lib/libobjc.A.dylib
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
Cannot find the last Java frame, printing stack disabled.
Dynamic libraries and executable:
[0x0000397c-0x00003dc4]
/Users/dkocher/Desktop/cyberduck/build/Cyberduck.app/Contents/MacOS/
Cyberduck
or
An unexpected exception has been detected in native code outside the
VM.
Unexpected Signal : Bus Error occurred at PC=0x9068BA50
Function=[Unknown.]
Library=/usr/lib/libobjc.A.dylib
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at com.apple.cocoa.application.NSApplication.loadNibNamed(Native
Method)
at
ch.cyberduck.ui.cocoa.CDBrowserController.<init>(CDBrowserController.ja
va:158)
at
ch.cyberduck.ui.cocoa.CDMainController.newBrowserMenuClicked(CDMainCont
roller.java:227)
Dynamic libraries and executable:
[0x0000397c-0x00003dc4]
/Users/dkocher/Desktop/cyberduck/build/Cyberduck.app/Contents/MacOS/
Cyberduck
thanks for any help. (please cc to me)
--David Kocher
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.