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

2004-02-25 Thread D. Richard Hipp
[EMAIL PROTECTED] wrote: How can I check whether my sparc has any alignment restriction that is more severe than what was expected ? For starters, you could compile it such that you get the segmentation fault. Run it in a debugger. Then send me the line number where the fault occurred. Be sure t

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

2004-02-25 Thread Sujit_Kumar
t Re: [sqlite] Re: has anyone used sqlite for solaris 5.9 64-bit ? [EMAIL PROTECTED] wrote: > > 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 > t

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

2004-02-23 Thread D. Richard Hipp
[EMAIL PROTECTED] wrote: 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 th

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

2004-02-23 Thread Sujit_Kumar
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 misal