📄 id.642344.stable.out
字号:
stdout of test 'ID.642344` in directory 'tests/BugsViaSourgeforce` itself:# 07:27:17 > # 07:27:17 > 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_BugsViaSourgeforce ID.642344.mal < /dev/null# 07:27:17 > # 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_BugsViaSourgeforce# 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("# Date:\t\t2002-11-22 16:58\n");## mil.line("# Category: \tNone\n");## mil.line("# Group: \tNone\n");## mil.line("# Status: \tOpen\n");## mil.line("# Resolution: \tNone\n");## mil.line("# Priority: \t5\n");## mil.line("# Submitted By: Maurice van Keulen (mvankeulen)\n");## mil.line("# Assigned to: \tNobody/Anonymous (nobody)\n");## mil.line("# Summary: \tRefcount warnings in \"varval\"\n");## mil.line("#\n");## mil.line("# Initial Comment:\n");## mil.line("# The \"varval\"-function apparently contains a bug\n");## mil.line("# regarding reference counting. See example below:\n");## mil.line("");# bar := bat.new(nil:int,nil:int);## mil.line("var bar:=new(int,int);");# aa_a := user.varval("bar");# ba_a := io.print(aa_a);#!TypeException:user.main[26]:'user.varval' undefined in: aa_a:any := user.varval(_28:str)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("# Date:\t\t2002-11-22 16:58\n"); # 10 (_10:str)# io.print("# Category: \tNone\n"); # 11 (_11:str)# io.print("# Group: \tNone\n"); # 12 (_12:str)# io.print("# Status: \tOpen\n"); # 13 (_13:str)# io.print("# Resolution: \tNone\n"); # 14 (_14:str)# io.print("# Priority: \t5\n"); # 15 (_15:str)# io.print("# Submitted By: Maurice van Keulen (mvankeulen)\n"); # 16 (_16:str)# io.print("# Assigned to: \tNobody/Anonymous (nobody)\n"); # 17 (_17:str)# io.print("# Summary: \tRefcount warnings in \"varval\"\n"); # 18 (_18:str)# io.print("#\n"); # 19 (_19:str)# io.print("# Initial Comment:\n"); # 20 (_20:str)# io.print("# The \"varval\"-function apparently contains a bug\n"); # 21 (_21:str)# io.print("# regarding reference counting. See example below:\n"); # 22 (_22:str)# io.print(""); # 23 (_23:str) bar := bat.new(nil:int,nil:int); # 24 CMDBATnew (bar:bat[:int,:int])<-(_25:int)(_25:int)# io.print("var bar:=new(int,int);"); # 25 (_26:str) aa_a := user.varval("bar"); # 26 unknown (aa_a:any)<-(_28:str) ba_a := io.print(aa_a); # 27 IOprint_val (ba_a:void)<-(aa_a:any)end main; # 28 # 07:27:17 > # 07:27:17 > Done.# 07:27:17 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -