Bugs item #1715669, was opened at 2007-05-09 14:25
Message generated for change (Comment added) made by romulog
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1715669&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: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Romulo Goncalves (romulog)
Assigned to: Niels Nes (nielsnes)
Summary: Temporary tables....

Initial Comment:
Just run:

[EMAIL PROTECTED] ~]$ mclient
sql>create TEMPORARY table t1 (id int) ON COMMIT DROP;
sql>select * from tables;


You will get:

[New Thread 1082132800 (LWP 10423)]
#warning: please don't forget to set your vault key!
#(see /ufs/goncalve/scratch/MonetDB/MonetDB5/etc/monetdb5.conf)
>[New Thread 1090525504 (LWP 10438)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1090525504 (LWP 10438)]
0x0000003973a6ed1a in _int_malloc () from /lib64/libc.so.6
(gdb) 


Regards,
Romulo

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

>Comment By: Romulo Goncalves (romulog)
Date: 2007-05-10 11:26

Message:
Logged In: YES 
user_id=1498628
Originator: YES

The bug is fixed and the test to cover it is:

sql/src/test/BugTracker/Test/temporary_tables.SF-1715669.sql

Regards,
Romulo

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

Comment By: Niels Nes (nielsnes)
Date: 2007-05-10 09:44

Message:
Logged In: YES 
user_id=43556
Originator: NO

it was a write after free problem. Fixed now.

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

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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to