Paul,

Thanks a lot, that made it work.

Sujit





Paul Riethmuller <[EMAIL PROTECTED]> 
02/23/2004 05:45 PM
Please respond to
Paul Riethmuller <[EMAIL PROTECTED]>


To
[EMAIL PROTECTED]
cc

Subject
Re: has anyone used sqlite for solaris 5.9 64-bit ?






Sujit,

A bus error is typical of a misaligned load/store.

IIRC, you might like to add -misalign to the CFLAGS and
the load/stores will then trap into a handler that will
transparently correct the alignment (at a performance
penalty).  S9 provides trapstat(1M) that should allow
the frequency of these to be monitored.

I know that the DB2 port to Solaris relied for a long time
on the trap handler before they fixed every alignment issue.

HTH

Paul


Reply via email to