home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!exodus!rickg
- From: rickg@eng.sun.com (Richard M. "The Tankster" Goldstein)
- Newsgroups: comp.windows.x
- Subject: Re: Xview3
- Date: 28 Aug 92 09:19:49
- Organization: SunSoft, Inc.
- Lines: 45
- Message-ID: <RICKG.92Aug28091949@irondude.eng.sun.com>
- References: <shelby.714871736@convex.convex.com>
- Reply-To: rickg@eng.sun.com
- NNTP-Posting-Host: irondude
- In-reply-to: shelby@convex.com's message of Wed, 26 Aug 1992 23:28:56 GMT
-
-
- Newsgroups: comp.windows.x
- From: shelby@convex.com (Mark Shelby)
- Organization: CONVEX Computer Corporation, Richardson, Tx., USA
- Date: Wed, 26 Aug 1992 23:28:56 GMT
-
- I have some code that is core dumping (inward ring address
- error).
-
- The code actual bombs in "attr_find", but that routine works
- correctly when called from other routines. I was wondering
- if anyone has used "cursor_copy" call with no ill affects. I am
- using Xview3 libraries from mit.
-
- Here is look at the stack trace. Thanks for any leads.
-
-
- bug. here's a fixed version of the function, if you
- need it:
-
-
- Xv_Cursor
- cursor_copy(cursor_public)
- Xv_Cursor cursor_public;
- {
- return xv_create(xv_get(cursor_public,XV_OWNER),CURSOR,
- XV_COPY_OF,cursor_public,NULL);
- }
-
-
- <<tank
- --
-
- *********************************************************************
-
- Richard M. "Tank" Goldstein rickg@Eng.Sun.COM
- Window Developer Environment,
- SunSoft, Inc.
-
- "I don't practice what I preach because I'm not the kind
- of person I'm preaching to"
-
- -"Bob" in Newsweek
-
- *********************************************************************
-