• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Problems with NSOutlineView in Java?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with NSOutlineView in Java?


  • Subject: Problems with NSOutlineView in Java?
  • From: email@hidden
  • Date: Fri, 22 Jun 2001 00:14:34 -0400

I'm trying to implement an NSOutlineView in a Java application; at the moment, the app fails on the first mouse click onto the NSOutlineView object. The failure is usually a SIGBUS; when I ran it under gdb to get the stack trace below, the signal was "EXC_BAD_ACCESS".

I'm mailing the list because I thought I remembered seeing a post on the the Project Builder list that there are known problems with Java and NSOutlineView (or perhaps the Java bridge). Is this correct? Is there a known workaround? Or am I doing something wrong or incomplete?

If this is a known problem, are there release notes I should have known about?

Thanks in advance...

Doug K;

(gdb) backtrace
#0 0x743e9aa4 in _BRIDGEJavaInfoForObjcClass ()
#1 0x743ea1fc in NSIdToJavaHandle ()
#2 0x743ea4c8 in _BRIDGEConvertObjcArgToJava ()
#3 0x743eeb98 in _BRIDGEMorphObjcArgumentsForJava ()
#4 0x743eee14 in _NSInvokeJavaMethod ()
#5 0x743eb05c in _BRIDGEMethodImp ()
#6 0x70f8ab24 in -[NSOutlineView _dataSourceValueForColumn:row:] ()
#7 0x70f9e0a8 in -[NSTableView mouseDown:] ()
#8 0x70f8e64c in -[NSOutlineView mouseDown:] ()
#9 0x70d85600 in -[NSWindow sendEvent:] ()
#10 0x70d78d50 in -[NSApplication sendEvent:] ()
#11 0x70d7548c in -[NSApplication run] ()
#12 0x70d9799c in NSApplicationMain ()
#13 0x00002e90 in main (argc=1, argv=0xbffffd08) at main.m:5/Users/dknowles/Projects/selene/SIOAqua/
#14 0x00002db4 in _start ()
#15 0x00002bf4 in start ()
#16 0xbffffdc0 in ?? ()
(gdb)


  • Follow-Ups:
    • Re: Problems with NSOutlineView in Java?
      • From: Doug Knowles <email@hidden>
    • Re: Problems with NSOutlineView in Java?
      • From: Brendan Younger <email@hidden>
  • Prev by Date: Re: Simple message passing between threads
  • Next by Date: Re: First questions
  • Previous by thread: Re: cocoa-dev digest, Vol 1 #174 - 15 msgs
  • Next by thread: Re: Problems with NSOutlineView in Java?
  • Index(es):
    • Date
    • Thread