Bus Errors?

Nancy Palmquist nlp at vss3.com
Fri Aug 6 11:42:17 PDT 2004


Tim Fischer wrote:

>>Nobody's answered yet, so I'll give what little I can.
>>
>>Bus errors are usually mathematical, not memory-based.  There 
>>are exceptions, but that's the rule, by and large.
>>
>>The line you're showing doesn't look like it should do anything odd.
>>I'm just trying to think of how the debugger works, where it 
>>doesn't actually change values until after it processes the 
>>line displayed.  Are any of those three fields numeric, by 
>>any chance?  Also, where does your processing jump to after 
>>the end (ie., is this a called table?)?
>>
>>Not much help, I know.  Just trying to find something that 
>>would cause that particular error.
>>
>>
> 
> 
> Mark,
> 
> I actually ended up rebuilding each index in the file and the issue went
> away.  It doesn't really make any sense.  I could use all of the indexes
> without issue and the code did not call on any index (as you saw).  This
> would also kind of explain why it went away in the past - I probably rebuilt
> the index for some other reason.
> 
> What confuses me is that I've gotten this issue in the past, removed 4-5
> lines of *comments* from the top of the prc table, rebuilt the tok table and
> everything was fine.
> 
> Is this a bug in FilePro?
> 
> Thanks for the response though.
> 
> -Tim 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.733 / Virus Database: 487 - Release Date: 8/2/2004
>  
> 
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list
> 

Tim,

were any of the indexes built on the fields:

537="" ; 547="" ; 557="" ; display ; end

Try putting each command on a separate line.

Make sure all the tables are tokenized together:

rcabe filename -y autoname

if the automatic table is other than the default.

Just some observations.  Sounds like you fixed it with the index rebuilds.

Since you are issueing an END command, you may very well be updating 
indexes and writing the record.

Nancy
-- 
Nancy Palmquist
Virtual Software Systems
PHONE: (412) 835-9417			Web site:  http://www.vss3.com



More information about the Filepro-list mailing list