📄 tst304.stable.out
字号:
stdout of test 'tst304` in directory 'src/mal` itself:# 08:01:16 > # 08:01:16 > Mtimeout -timeout 60 Mserver "--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/log" --set mapi_port=42158 --set sql_port=55708 --set monet_prompt= --trace "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --dbname=mTests_src_mal tst304.mal </dev/null# 08:01:16 > # MonetDB Server v4.99.19# Copyright (c) 1993-2006 CWI, all rights reserved# Compiled for x86_64-pc-linux-gnu/64bit with 64bit OIDs dynamically linked# dbname:mTests_src_mal# Visit http://monetdb.cwi.nl/ for further information.## Exceptions can be explicitly raised in a function## which requires the exception identifier to be defined.##function myException();#raise IllegalAccess:="new exception";# print("should have left function ");#end myException;function user.myException():void; # 0 (myException:void) raise PermissionDeniedException := "new exception\n"; # 1 (PermissionDeniedException:str)<-(_2:str) io.print("should have left function "); # 2 IOprint_val (_3:void)<-(_4:str)end myException; # 3 ## myException();# print("should not come here");##exception block;#catch IllegalAccess;# printf("catched IllegalAccess\n");#exit IllegalAccess;# print("done");#function user.main():void; # 0 (main:void)# Exceptions can be explicitly raised in a function # 1 (_1:str)# which requires the exception identifier to be defined. # 2 (_2:str) user.myException(); # 3 (_3:void) io.print("should not come here"); # 4 IOprint_val (_4:void)<-(_5:str)#exception block; # 5 (_6:str)catch MALException:str ; # 6 (MALException:str) jump 8 io.printf("catched IllegalAccess\n"); # 7 IOprint_str (_8:void)<-(_9:str)exit MALException:str ; # 8 (MALException:str) io.print("done"); # 9 IOprint_val (_10:void)<-(_11:str)end main; # 10 catched IllegalAccess[ "done" ]## 08:01:16 > # 08:01:16 > Done.# 08:01:16 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -