Bugs item #2903072, was opened at 2009-11-24 13:17 Message generated for change (Comment added) made by mlkersten You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2903072&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: Core Group: MonetDB5 CVS Head Status: Open Resolution: None Priority: 5 Private: No Submitted By: Fabian (mr-meltdown) Assigned to: Martin Kersten (mlkersten) Summary: M5/GDK: assertion decref in gdk_bbp.mx Initial Comment: side effect of quicktest (running all tests in All file through mclient), I found this crash: stderr of test 'tst272` in directory 'src/mal` itself: # mserver5 --dbfarm=/tmp/tmp.wSFC1a0iC6/server/mal/src_mal/dbfarm --dbname=mTests_src_mal --set mapi_port=54000 --set monet_daemon=yes #warning: please don't forget to set your vault key! #(see /export/scratch/stripe/fabian/monetdb/current/program-i86pc/etc/monetdb5.conf) # mclient -i -lmal -p54000 < src/mal/Tests/tst272.mal MAPI = mone...@localhost:54000 ACTION= read_line QUERY = profiler.cleanup(); ERROR = !Connection terminated # additional server output (if any) follows Assertion failed: 0, file /export/scratch/mirror/fabian/monetdb/current/common/src/gdk/gdk_bbp.mx, line 1814, function decref # EOT src/mal/Tests/tst272.mal stdout of test 'tst272` in directory 'src/mal` itself: # mserver5 --dbfarm=/tmp/tmp.wSFC1a0iC6/server/mal/src_mal/dbfarm --dbname=mTests_src_mal --set mapi_port=54000 --set monet_daemon=yes # mclient -i -lmal -p54000 < src/mal/Tests/tst272.mal #-----------------# # h t # name # int int # type #-----------------# [ 1, 15 ] [ 2, 4 ] [ 3, nil ] [ 4, 16 ] [ 5, 25 ] [ 6, 36 ] [ 7, 49 ] [ 8, 64 ] [ 9, nil ] [ nil, nil ] [ nil, 81 ] #---------------------------------# # h t t t # name # int int int int # type #---------------------------------# [ 1, 15, 15, 15 ] [ 2, 4, 4, 4 ] [ 3, nil, nil, nil ] [ 4, 16, 16, 16 ] [ 5, 25, 25, 25 ] [ 6, 36, 36, 36 ] [ 7, 49, 49, 49 ] [ 8, 64, 64, 64 ] [ 9, nil, nil, nil ] #~BeginVariableOutput~# #~EndVariableOutput~# # additional server output (if any) follows # MonetDB server v5.17.0, based on kernel v1.35.0 # Serving database 'mTests_src_mal', using 1 thread # Compiled for x86_64-pc-solaris2.11/64bit with 64bit OIDs dynamically linked # Detected 2.000 GiB (2147020800 bytes) main-memory. # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2009 MonetDB B.V., all rights reserved # Visit http://monetdb.cwi.nl/ for further information # Listening for connection requests on mapi:monetdb://127.0.0.1:54000/ # EOT src/mal/Tests/tst272.mal ---------------------------------------------------------------------- >Comment By: Martin Kersten (mlkersten) Date: 2009-11-27 13:02 Message: Patch added to mal_profiler. No additional test needed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2903072&group_id=56967 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
