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

📄 no.166.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'no.166` in directory 'tests/BugReports` itself:# 11:18:20 >  # 11:18:20 >  Mtimeout -timeout 60 Mserver "--config=/ufs/niels/data/monet/Linux/etc/monet.conf" --debug=10   --set monet_prompt= --dbname=Tests_tests_BugReports  < no.166.milS# 11:18:20 >  # Monet Database Server V4.3.5# Copyright (c) 1993-2002, CWI. All rights reserved.# compiled for i686-pc-linux-gnu/32bit; dynamically linked.# >Number:         166# >Category:       MIL# >Synopsis:       loading module enum in a block, proc or batloop fails# >Confidential:   no# >Severity:       serious# >Priority:       medium# >Responsible:    boncz (Peter Boncz)# >State:          open# >Class:          sw-bug# >Submitter-Id:   unknown# >Arrival-Date:   Thu Aug 13 17:51:39 1998# >Originator:     manegold@cwi.nl# >Organization:# CWI# >Release:        980101# >Environment:# any# >Description:# loading module enum in a block, proc or batloop# stops the evaluation of the very block immediately.## ========# test script# --------# loaded;## {# printf("\nloading '%s' ... ","enum");# module("enum");# printf("done.\n\n");# loaded;# printf("\ndropping '%s' ... ","enum");# drop("enum");# printf("done.\n\n");# loaded;# }## quit;## ========# output# --------# loaded;# #---------------------------------## # module        | usage_count     ## #---------------------------------## [ "kernel",       1               ]# [ "arith",        1               ]# [ "bat",          1               ]# [ "algebra",      1               ]# [ "sys",          1               ]# [ "trans",        1               ]## {# printf("\nloading '%s' ... ","enum");# module("enum");# printf("done.\n\n");# loaded;# printf("\ndropping '%s' ... ","enum");# drop("enum");# printf("done.\n\n");# loaded;# }## loading 'enum' ... # quit;## --------setoid(oid(20000000));loaded();#---------------------------------## module	| usage_count	  ##---------------------------------#[ "algebra",	  1		  ][ "arith",	  1		  ][ "bat",	  1		  ][ "kernel",	  1		  ][ "main",	  1		  ][ "str",	  1		  ][ "sys",	  1		  ][ "trans",	  1		  ]{printf("\nloading '%s' ... ","enum");module("enum");printf("done.\n\n");loaded();printf("\ndropping '%s' ... ","enum");drop("enum");printf("done.\n\n");loaded();}loading 'enum' ... done.#---------------------------------## module	| usage_count	  ##---------------------------------#[ "algebra",	  1		  ][ "arith",	  1		  ][ "bat",	  1		  ][ "enum",	  1		  ][ "kernel",	  1		  ][ "main",	  1		  ][ "str",	  1		  ][ "streams",	  1		  ][ "sys",	  1		  ][ "trans",	  1		  ]dropping 'enum' ... done.#---------------------------------## module	| usage_count	  ##---------------------------------#[ "algebra",	  1		  ][ "arith",	  1		  ][ "bat",	  1		  ][ "kernel",	  1		  ][ "main",	  1		  ][ "str",	  1		  ][ "sys",	  1		  ][ "trans",	  1		  ]quit();# 17:07:30 >  # 17:07:30 >  Done.# 17:07:30 >  

⌨️ 快捷键说明

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