According to Bendersky:
Why do I get this: [...] Exiting due to signal SIGSEGV Page fault at eip=00122752, error=0004 [...] While trying to compile this: ********MANDEL1.PAS************* Program Mandelbrot; Uses grx20; [...]
This *might* be another instance of the stack problem. (Of course, I cannot reproduce it here.)-:
To check it out, comment out (*$if 0 *) ... (*$endif *) parts of your `grx20.pas' you do not need at the moment. This reduces the amount of stack space needed to load the GPI file.
Also try the `-dY' option to check out where in your source the error occurs, and `-dy' to check out which rule of the parser was being applied.
Thanks for your cooperation,
Peter