On 19-09-2007 18:34:18 +0200, Niels Nes wrote: > > # MonetDB/SQL module v2.21.0 loaded > > >sql.start(); > > >select * from tables; > > > > Program received signal SIGSEGV, Segmentation fault. > > [Switching to Thread 1 (LWP 1)] > > QOTupdateStatistics (nme=<value optimized out>, actions=0, val=43) > > at > > /scratch/monetdb-fabian/current/five/src/optimizer/opt_statistics.mx:158 > > 158 *lp= *lp+ val; > > (gdb) p val > > $1 = 43 > > (gdb) p lp > > $2 = (lng *) 0x8f0e54 > > (gdb) p *lp > > $3 = 3688618971 > > (gdb) quit > > The program is running. Exit anyway? (y or n) y > > Could you check if this is a stack overflow problem. The optimizers in > m5 do alot of allocas.
It was an alignment error and now solved. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
