home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / 15803 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.6 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!exodus!rickg
  2. From: rickg@eng.sun.com (Richard M. "The Tankster" Goldstein)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: Xview3
  5. Date: 28 Aug 92 09:19:49
  6. Organization: SunSoft, Inc.
  7. Lines: 45
  8. Message-ID: <RICKG.92Aug28091949@irondude.eng.sun.com>
  9. References: <shelby.714871736@convex.convex.com>
  10. Reply-To: rickg@eng.sun.com
  11. NNTP-Posting-Host: irondude
  12. In-reply-to: shelby@convex.com's message of Wed, 26 Aug 1992 23:28:56 GMT
  13.  
  14.  
  15.    Newsgroups: comp.windows.x
  16.    From: shelby@convex.com (Mark Shelby)
  17.    Organization: CONVEX Computer Corporation, Richardson, Tx., USA
  18.    Date: Wed, 26 Aug 1992 23:28:56 GMT
  19.  
  20.    I have some code that is core dumping (inward ring address
  21.    error).
  22.  
  23.    The code actual bombs in "attr_find", but that routine works
  24.    correctly when called from other routines. I was wondering
  25.    if anyone has used "cursor_copy" call with no ill affects. I am 
  26.    using Xview3 libraries from mit.
  27.  
  28.    Here is look at the stack trace.  Thanks for any leads.
  29.  
  30.  
  31. bug.  here's a fixed version of the function, if you
  32. need it:
  33.  
  34.  
  35.     Xv_Cursor
  36.     cursor_copy(cursor_public)
  37.         Xv_Cursor cursor_public;
  38.     {
  39.         return xv_create(xv_get(cursor_public,XV_OWNER),CURSOR,
  40.                          XV_COPY_OF,cursor_public,NULL);
  41.     }
  42.  
  43.  
  44. <<tank
  45. --
  46.  
  47. *********************************************************************
  48.  
  49.     Richard M. "Tank" Goldstein        rickg@Eng.Sun.COM
  50.     Window Developer Environment,
  51.     SunSoft, Inc.
  52.  
  53.     "I don't practice what I preach because I'm not the kind
  54.     of person I'm preaching to"
  55.  
  56.                 -"Bob" in Newsweek
  57.  
  58. *********************************************************************
  59.