SEGV when exercising code at bottom of processing table

Barry Wiseman barrywiseman at verizon.net
Fri Feb 5 11:13:59 PST 2010


On 2/5/2010 1:52 PM, Faisal Karim wrote:

> Barry Wiseman,
>
> My experience with SEGV error like yours was caused by the tok size.  I
> was getting it when my tok size was near 244k in 4.8.12 filepro release.
> The work around for me was to break down my codes into call routines
> instead of being hard coded in the main processing.  So check the tok
> size for the processing that is causing the segv and compare it with the
> others with longer lines.
>
> Good luck.
>
> Faisal
>

The tok table size is 224969.  The version that does not fail is 225017.  I assume the bug has to do somehow with runtime memory boundaries.  I had already imaginedthat breaking the code up into call tables would be a successful workaround.  Thanks for your reply.


More information about the Filepro-list mailing list