[MonetDB-users] about create index command

Dear all, I have a problem on create index command, my table is t1,and have two column, c1 and c2. when I execute the sql command "create index index_c1 on t1(c1);" but the MonetDB said "Segmentation fault", what the question? Best regards!

On Fri, Sep 17, 2010 at 10:15:06AM +0800, kun ren wrote:
Dear all, I have a problem on create index command, my table is t1,and have two column, c1 and c2. when I execute the sql command "create index index_c1 on t1(c1);" but the MonetDB said "Segmentation fault", what the question?
segfault always meant there is a bug somewhere. however, the simplest test that mathces your discription works fine for me: sql>create table t1 (c1 int, c2 int); operation successful sql>create index index_c1 on t1(c1); operation successful sql> Hence, the question is, whether you could provide some more background about your system & setup, e.g., version of MonetDB, HW & OS, whether the table contains data, etc. `mserver5 --version` should answer the first two questions ... Stefan
Best regards!
------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4199 |

I have slove the problem.Because of my dump MALs on debug mode. sorry for
everyone
2010/9/17 kun ren
Dear all, I have a problem on create index command, my table is t1,and have two column, c1 and c2. when I execute the sql command "create index index_c1 on t1(c1);" but the MonetDB said "Segmentation fault", what the question?
Best regards!
participants (2)
-
kun ren
-
Stefan Manegold