• 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
Re: NSOutlineView recursive calling crashing app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSOutlineView recursive calling crashing app


  • Subject: Re: NSOutlineView recursive calling crashing app
  • From: email@hidden
  • Date: Sun, 23 Jun 2002 08:06:17 -0500

What is it crashing with?? I.e. what signal? SEGV?

Have you used the debugger on it ??

If you are getting SEGV's maybe the problem is that you have a retain/release issue?
I.e. some of the objects within the NSOutlineview aren't being retained and hence
later on when you go and access it the app crashes??

Just some ideas..

-SJM

On Sunday, June 23, 2002, at 07:51 AM, Greg Hulands wrote:

Hi,
I have an outline view that represents relationships of data. I have it so
that you can traverse the relationship graph. When you have stepped into the
relationship hierarchy so that you are now looking at the relationships of
the first relationship it recursively calls the methods [NSOutlineView
_expandItemEntry:addIntoExpandSet:expandChildren].

Eg

e1
| r1 relates to e2
| r2 relates to e3
e2
| r2.1 relates to e1
e3

When expanded when it crashes the tree looks like this.

e1
| r1
|-- r2.1
|---- r1
| r2
e2
| r2.1
e3

Is this a bug with NSOutlineView in that you are not able to show the same
object in the heirachy twice?

Any info on this would be greatly appreciated.

Regards,

Greg
_______________________________________________
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.
_______________________________________________
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.

  • Follow-Ups:
    • Re: NSOutlineView recursive calling crashing app
      • From: Greg Hulands <email@hidden>
References: 
 >NSOutlineView recursive calling crashing app (From: Greg Hulands <email@hidden>)

  • Prev by Date: NSOutlineView recursive calling crashing app
  • Next by Date: Re: How to open a new document/window...
  • Previous by thread: NSOutlineView recursive calling crashing app
  • Next by thread: Re: NSOutlineView recursive calling crashing app
  • Index(es):
    • Date
    • Thread