home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5339 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: Norway.EU.net!usenet
  2. From: patrick.hanevold@login.eunet.no (Patrick Hanevold)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Ceck out this bug. What the *** is SASC/6.56 doing?
  5. Date: 13 Mar 1996 05:15:26 GMT
  6. Organization: EUnet Norway
  7. Message-ID: <1134.6646T344T2492@login.eunet.no>
  8. References: <1120.6643T91T406@login.eunet.no> <4hu8ds$f2t@serpens.rhein.de>
  9. NNTP-Posting-Host: pc6.asker-pm2-1.eunet.no
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13. >>Can anyone explain this?
  14. >>file, and start it from CLI. It only crashes from CLI.
  15.  
  16. >It could crash from WB too. Depending on your default stack value
  17. >in the icon you may crash from WB too.
  18.  
  19. It never did.
  20.  
  21. >>    ULONG   Palette[256*3+2];           // This one causes the bug.
  22.  
  23. >That's about 3kB. I bet you didn't increase your default stack.
  24. Look around for more coments. Thanks guys.
  25.  
  26. >>    struct  Screen  *Scr=OpenScreenTags(NULL,
  27. >>        SA_Width,           320,
  28. >>        SA_Height,          256,
  29. >>        SA_Depth,           8,
  30. >>        TAG_END);
  31.  
  32. >>    CloseScreen(Scr);
  33.  
  34. >That's a real bug as Scr might be NULL.
  35.  
  36. Its no bug. I stripped the source to the maximum before I found the bug.
  37.  
  38. -----------------------------------------------------------------------------
  39.     Patrick Hanevold - VR developer - patrick.hanevold@login.eunet.no
  40.   Silicon Graphics Power Onyx system with four R8000 processors and two
  41.     Reality Engine 2s. 5 gigabytes of RAM. 200 gigabytes of fast disk
  42.         (single-file optimized read rate of 250 megabytes/sec).
  43. --------------------- But heck, my Amy boots faster. :) ---------------------
  44.  
  45.