⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 no.150.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'no.150` in directory 'tests/BugReports` itself:# 07:27:15 >  # 07:27:15 >  Mtimeout -timeout 60 mserver5 "--config=/ufs/mk/monet5/Linux/etc/MonetDB5.conf" --debug=10 --set "monet_mod_path=/ufs/mk/monet5/Linux/lib/MonetDB5:/ufs/mk/opensource/MonetDB/Linux/lib/MonetDB" --set "gdk_dbfarm=/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/mk/monet5/Linux/var/MonetDB5/dblogs" --set mapi_port=35545 --set monet_prompt= --trace --dbname=mTests_tests_BugReports  no.150.mal < /dev/null# 07:27:15 >  # MonetDB Server v4.99.19# Copyright (c) 1993-2006 CWI, all rights reserved# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked# config:/ufs/mk/monet5/Linux/etc/MonetDB5.conf# dbfarm:/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm# dbname:mTests_tests_BugReports# Visit http://monetdb.cwi.nl/ for further information## Monet Mil to Mal compiler##include mil;## Copyright (c) 2001-2004, CWI. All rights reserved.###Predefined code segment##The compiler can not guarantee an accurate compilation,##because MIL unlike MAL is a dynamically typed language.##A few guidelines to maximize usefullness.##- make the type of variables explicit, in particular 'nil'##- upon advice of M2m to remap identifiers, change it in your program directly##use the "mil_schema" for additional support routines##	mil.line("# >Number:         150\n");##	mil.line("# >Category:       MIL\n");##	mil.line("# >Synopsis:       Mserver crashes on non-existing module.\n");##	mil.line("# >Confidential:   no\n");##	mil.line("# >Severity:       critical\n");##	mil.line("# >Priority:       high\n");##	mil.line("# >Responsible:    boncz (Peter Boncz)\n");##	mil.line("# >State:          open\n");##	mil.line("# >Class:          sw-bug\n");##	mil.line("# >Submitter-Id:   unknown\n");##	mil.line("# >Arrival-Date:   Wed Apr  8 16:48:12 1998\n");##	mil.line("# >Originator:     quak@cwi.nl\n");##	mil.line("# >Organization:\n");##	mil.line("# UvA\n");##	mil.line("# >Release:        980101\n");##	mil.line("# >Environment:\n");##	mil.line("# solaris\n");##	mil.line("# >Description:\n");##	mil.line("# On solaris if you load a module which does not exist,\n");##	mil.line("# the Mserver crashes. How to repeat:\n");##	mil.line("# \n");##	mil.line("# Mclient\n");##	mil.line("# > module(\"jabberwocky\");\n");##	mil.line("# \n");##	mil.line("# (Under the assumption that the module \"jabberwocky\"\n");##	mil.line("# does not exist\n");##	mil.line("setoid(oid(20000000));");#	aa_a := calc.oid(20000000);#	ba_a := calc.setoid(aa_a);##	mil.line("quit();");#	ca_a := clients.quit();#function user.main():void;	# 0  (main:void)# Monet Mil to Mal compiler 	# 1  (_1:str)# Copyright (c) 2001-2004, CWI. All rights reserved. 	# 2  (_2:str)#Predefined code segment 	# 3  (_3:str)#The compiler can not guarantee an accurate compilation, 	# 4  (_4:str)#because MIL unlike MAL is a dynamically typed language. 	# 5  (_5:str)#A few guidelines to maximize usefullness. 	# 6  (_6:str)#- make the type of variables explicit, in particular 'nil' 	# 7  (_7:str)#- upon advice of M2m to remap identifiers, change it in your program directly 	# 8  (_8:str)#use the "mil_schema" for additional support routines 	# 9  (_9:str)#	io.print("# >Number:         150\n"); 	# 10  (_10:str)#	io.print("# >Category:       MIL\n"); 	# 11  (_11:str)#	io.print("# >Synopsis:       Mserver crashes on non-existing module.\n"); 	# 12  (_12:str)#	io.print("# >Confidential:   no\n"); 	# 13  (_13:str)#	io.print("# >Severity:       critical\n"); 	# 14  (_14:str)#	io.print("# >Priority:       high\n"); 	# 15  (_15:str)#	io.print("# >Responsible:    boncz (Peter Boncz)\n"); 	# 16  (_16:str)#	io.print("# >State:          open\n"); 	# 17  (_17:str)#	io.print("# >Class:          sw-bug\n"); 	# 18  (_18:str)#	io.print("# >Submitter-Id:   unknown\n"); 	# 19  (_19:str)#	io.print("# >Arrival-Date:   Wed Apr  8 16:48:12 1998\n"); 	# 20  (_20:str)#	io.print("# >Originator:     quak@cwi.nl\n"); 	# 21  (_21:str)#	io.print("# >Organization:\n"); 	# 22  (_22:str)#	io.print("# UvA\n"); 	# 23  (_23:str)#	io.print("# >Release:        980101\n"); 	# 24  (_24:str)#	io.print("# >Environment:\n"); 	# 25  (_25:str)#	io.print("# solaris\n"); 	# 26  (_26:str)#	io.print("# >Description:\n"); 	# 27  (_27:str)#	io.print("# On solaris if you load a module which does not exist,\n"); 	# 28  (_28:str)#	io.print("# the Mserver crashes. How to repeat:\n"); 	# 29  (_29:str)#	io.print("# \n"); 	# 30  (_30:str)#	io.print("# Mclient\n"); 	# 31  (_31:str)#	io.print("# > module(\"jabberwocky\");\n"); 	# 32  (_32:str)#	io.print("# \n"); 	# 33  (_30:str)#	io.print("# (Under the assumption that the module \"jabberwocky\"\n"); 	# 34  (_33:str)#	io.print("# does not exist\n"); 	# 35  (_34:str)#	io.print("setoid(oid(20000000));"); 	# 36  (_35:str)    aa_a := calc.oid(20000000);	# 37 CALCint2oid (aa_a:oid)<-(_37:int)    ba_a := calc.setoid(aa_a);	# 38 CALCsetoidInc (ba_a:oid)<-(aa_a:oid)#	io.print("quit();"); 	# 39  (_39:str)    ca_a := clients.quit();	# 40 CLTquitDefault (ca_a:void)end main;	# 41  # 07:27:15 >  # 07:27:15 >  Done.# 07:27:15 >  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -