Re: [sqlite] SQLite version 3.6.21

2009-12-08 Thread Andreas Schwab
iolation. > And what compiler are you using that is sensitive to these violations > yet generates no warnings? It's the very nature of undefined behaviour that it does not require a warning. Welcome to the world of C. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprin

Re: [sqlite] SQLite version 3.6.21

2009-12-08 Thread Andreas Schwab
"D. Richard Hipp" <d...@hwaci.com> writes: > On Dec 7, 2009, at 8:41 PM, Andreas Schwab wrote: > >> D. Richard Hipp writes: >> >>> As always, please let us know if you encounter any difficulties with >>> this or any other SQLite release.

Re: [sqlite] SQLite version 3.6.21

2009-12-08 Thread Andreas Schwab
D. Richard Hipp writes: > As always, please let us know if you encounter any difficulties with > this or any other SQLite release. It's still crashing due to undefined behaviour. $ ./sqlite3 :memory: 'create table test(integer)' Segmentation fault Andreas. -- Andreas Schwab, sch...

[sqlite] Fix aliasing violations

2009-11-28 Thread Andreas Schwab
p->azVar = pp; + pp = p->apCsr; + allocSpace(, nCursor*sizeof(VdbeCursor*), , zEnd, ); + p->apCsr = pp; if( nByte ){ p->pFree = sqlite3DbMallocRaw(db, nByte); } -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6