home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / programm / 16078 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.9 KB  |  41 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!wupost!darwin.sura.net!uvaarpa!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Porting GNU SW with Lattice 5.10
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <Bxywnp.Dyo@unx.sas.com>
  8. Date: Thu, 19 Nov 1992 14:38:12 GMT
  9. References:  <jfusco.086x@sempco.UUCP>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 27
  13.  
  14.  
  15. In article <jfusco.086x@sempco.UUCP>, jfusco@sempco.UUCP (John Fusco) writes:
  16. |> Upon looking at the code I saw that the culprit was a huge macro - several
  17. |> lines of code run together with line continuation characters (\\).  I thought
  18. |> that I just needed to tweek some buffer size, so I tried the -z option of the
  19. |> "lc" command.  My documentation does not describe this option very well, so I
  20. |> assumed that the number following the -z should be decimal, representing the
  21. |> buffer size.  This seemed to go further in the code before crashing, but I got
  22. |> the same error.  After I increased the size above 4096, the LC command crashes
  23. |> my computer.  Even with a stack size of 100000 it still crashes.
  24.  
  25. Try -z20000.  The default is 4096.  Also you can try using lc1b instead of lc1
  26. (the easiest way to do this if you're using the LC command is to resident lc1b 
  27. and call it lc1, or you can simply ask for a listing to be produced.)  lc1b has 
  28. bigger defaults on all the buffers (8192 for the line buffer).
  29.  
  30. |> John Fusco
  31.  
  32. -- 
  33.   *****
  34. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  35.  *|. o.| ||                                          1200/2400/9600 Dual
  36.   | o  |//     For all you do, this bug's for you!
  37.   ====== 
  38. usenet: walker@unx.sas.com                            bix: djwalker 
  39. Any opinions expressed are mine, not those of SAS Institute, Inc.
  40.  
  41.