Bugs item #1959391, was opened at 2008-05-07 12:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1959391&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SQL/Core
Group: SQL CVS Head
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Romulo Goncalves (romulog)
Assigned to: Niels Nes (nielsnes)
Summary: between_having_problem

Initial Comment:
The following sql code crash Mserver5:

create table t3 (id float);
select id from t3 where (id between 0 and 62) having (id = id+.1 or id = id - 
.1);

drop table t3;

Some debug information to see where is the problem:
Program received signal SIGABRT, Aborted.
[Switching to Thread 1107310928 (LWP 6471)]
0x0000003c6d030ec5 in raise () from /lib64/libc.so.6
(gdb) up
#1  0x0000003c6d032970 in abort () from /lib64/libc.so.6
(gdb) up
#2  0x0000003c6d02a11f in __assert_fail () from /lib64/libc.so.6
(gdb) up
#3  0x00002aaabe7ae64d in sql_ref_inc (r=0x26abf18)
    at /ufs/goncalve/MonetDB/current/sql/src/common/sql_mem.mx:43
43              assert(r->refcnt > 0);

Romulo

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1959391&group_id=56967

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to