ส่งออกไปยัง STDERR
ขณะนี้การส่งออกไปยัง STDERRอยู่ที่ + 33 / -21 เป็นค่าเริ่มต้นที่อนุญาตซึ่งเป็นค่าบวก แต่ถูกโต้แย้ง นี่คือคำตอบ CW เพื่อรวบรวมคำตอบที่เพิ่งเรียกใช้ข้อผิดพลาดในภาษาที่ข้อความแสดงข้อผิดพลาดรวมถึงชื่อภาษา
1
ข้อผิดพลาด:
Parse error: naked expression at top level
Perhaps you intended to use TemplateHaskell
1
ข้อผิดพลาด:
lua: .code.tio:1: syntax error near <eof>
(ชื่อไฟล์ไม่สำคัญ)
แบตช์ 1 ไบต์
~
ข้อผิดพลาด:
'~' is not recognized as an internal or external command,
operable program or batch file.
(c()1
ข้อผิดพลาด:
Error: cannot cons to Int in tinylisp
R, 1 ไบต์
)
ข้อผิดพลาด:
Error: unexpected ')' in ")"
Java bytecode ขนาด 0 ไบต์
ข้อผิดพลาด:
Exception in thread "main" java.lang.ClassFormatError: Truncated class file
Groovy ขนาด 1 ไบต์
a
โปรดทราบว่าa
สามารถถูกแทนที่ด้วยตัวละครอื่น ๆ
ข้อผิดพลาด:
groovy.lang.MissingPropertyException: No such property: a ...
MATLAB, 1 ไบต์
\
ข้อผิดพลาด:
Error: Unexpected MATLAB operator.
<?=
ข้อผิดพลาด:
PHP Parse error: syntax error, unexpected end of file in /home/runner/.code.tio on line 1
CJam, 1 ไบต์
/
ข้อผิดพลาด:
/
^
RuntimeException: The stack is empty
Java exception:
java.lang.RuntimeException: The stack is empty
at net.aditsu.cjam.CJam.pop(CJam.java:75)
at net.aditsu.cjam.Op2.run(Op2.java:10)
at net.aditsu.cjam.Block.run(Block.java:304)
at net.aditsu.cjam.CJam.runCode(CJam.java:210)
at net.aditsu.cjam.CJam.main(CJam.java:240)
Twig เป็นภาษาแม่แบบที่เขียนด้วย PHP เป็นไปได้ว่านี่เป็นรูปหลายเหลี่ยม
{{
{%
{#
ข้อผิดพลาด:
PHP Fatal error: Uncaught exception 'Twig_Error_Syntax' with message [...] in [...][...]:n:
Stack trace:
#0 [...]
ข้อความจะแตกต่างกันไปขึ้นอยู่กับโปรแกรมที่คุณเลือก
x+
ลองออนไลน์!
เรียกใช้ลักษณะการทำงานที่ไม่มีเอกสารเล็กน้อย ไซโลเป็นชื่อของภาษา
Python ขนาด 6 ไบต์
pYTHON
เนื่องจากข้อ จำกัด ของตัวอักษรเป็นแบบไม่ตรงตามตัวพิมพ์ใหญ่ - เล็กและผลลัพธ์ไม่จำเป็นต้องเป็นตัวพิมพ์เล็ก - ใหญ่นี่เป็นคำตอบที่ถูกต้อง ข้อความแสดงข้อผิดพลาดที่สร้างขึ้นเป็นดังนี้:
Traceback (most recent call last):
File ".code.tio", line 1, in <module>
pYTHON
NameError: name 'pYTHON' is not defined
ลองออนไลน์! (ส่งออกไปยังแท็บ 'แก้ปัญหา')
JavaScript ขนาด 10 ไบต์
jAVAsCRIPT
สิ่งนี้สร้างข้อความแสดงข้อผิดพลาดต่อไปนี้หรือคล้ายกันในทุกสภาพแวดล้อม:
ReferenceError: jAVAsCRIPT is not defined
QBICขนาด 6 ไบต์
?b(12)
ใน 6 ไบต์เราสามารถใส่ข้อผิดพลาดที่พบของ QBIC: 9 บนหน้าจอแสดงข้อผิดพลาดนอกขอบเขต
ForceLang, 2 ไบต์
()
เกิดข้อผิดพลาด:
Exception in thread "main" lang.exceptions.IllegalInvocationException: null is not a function.
at lang.ForceLang.parse(ForceLang.java:99)
at lang.ForceLang.main(ForceLang.java:129)
1~`[`
(หมายเหตุ: ใช้งานได้ในเวอร์ชั่นปัจจุบัน ณ วันที่เขียนนี้0.17.09.01ไม่รับประกันว่าล่ามจะไม่เปลี่ยนเพื่อจัดการข้อผิดพลาดนี้ในอนาคต)
พยายามจับคู่ regex กับรูปแบบที่ไม่ถูกต้องทางไวยากรณ์ ข้อผิดพลาดที่ผลิตจะมีลักษณะดังนี้:
Traceback (most recent call last):
File "/opt/pip/pip.py", line 221, in <module>
pip(interactive=False)
File "/opt/pip/pip.py", line 206, in pip
state.executeProgram(tree, args)
File "/opt/pip/execution.py", line 56, in executeProgram
returnVal = self.functionCall(mainFunction, cmdLineArgs)
File "/opt/pip/execution.py", line 368, in functionCall
returnVal = self.getRval(returnExpr)
File "/opt/pip/execution.py", line 235, in getRval
expr = self.evaluate(expr)
File "/opt/pip/execution.py", line 213, in evaluate
result = opFunction(*args)
File "/opt/pip/execution.py", line 1134, in FIRSTMATCH
matchObj = regex.asRegex().search(str(string))
File "/opt/pip/ptypes.py", line 175, in asRegex
self._compiled = re.compile(pyRegex)
File "/usr/lib64/python3.6/re.py", line 233, in compile
return _compile(pattern, flags)
File "/usr/lib64/python3.6/re.py", line 301, in _compile
p = sre_compile.compile(pattern, flags)
File "/usr/lib64/python3.6/sre_compile.py", line 562, in compile
p = sre_parse.parse(p, flags)
File "/usr/lib64/python3.6/sre_parse.py", line 855, in parse
p = _parse_sub(source, pattern, flags & SRE_FLAG_VERBOSE, 0)
File "/usr/lib64/python3.6/sre_parse.py", line 416, in _parse_sub
not nested and not items))
File "/usr/lib64/python3.6/sre_parse.py", line 765, in _parse
p = _parse_sub(source, state, sub_verbose, nested + 1)
File "/usr/lib64/python3.6/sre_parse.py", line 416, in _parse_sub
not nested and not items))
File "/usr/lib64/python3.6/sre_parse.py", line 523, in _parse
source.tell() - here)
sre_constants.error: unterminated character set at position 8
0u
ข้อผิดพลาด:
Stax runtime error: rational divide by zero
zh
ยังใช้งานได้
~
~
ที่จุดเริ่มต้นของเครื่องหมายบรรทัดที่บรรทัดนั้นเป็นข้อความสั่งที่ต้องดำเนินการแทนที่จะเป็นข้อความที่จะพิมพ์ หากใช้ Inklecate TIO เวอร์ชันใดหากไม่มีสิ่งใดหลังจาก~
นั้นล่ามก็จะล่มโดยมีข้อผิดพลาดดังต่อไปนี้:
System.NullReferenceException: Object reference not set to an instance of an object
at Ink.InkParser.LogicLine () [0x000b1] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.StringParser.ParseObject (Ink.StringParser+ParseRule rule) [0x00012] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.StringParser.OneOf (Ink.StringParser+ParseRule[] array) [0x0000a] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.InkParser.StatementAtLevel (Ink.InkParser+StatementLevel level) [0x00009] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.InkParser+<>c__DisplayClass134_0.<StatementsAtLevel>b__0 () [0x00000] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.StringParser.ParseObject (Ink.StringParser+ParseRule rule) [0x00012] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.StringParser.Interleave[T] (Ink.StringParser+ParseRule ruleA, Ink.StringParser+ParseRule ruleB, Ink.StringParser+ParseRule untilTerminator, System.Boolean flatten) [0x00040] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.InkParser.StatementsAtLevel (Ink.InkParser+StatementLevel level) [0x0004f] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.InkParser.Parse () [0x00000] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.Compiler.Compile () [0x00033] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.CommandLineTool..ctor (System.String[] args) [0x001a3] in <d64e27e7788347b2a5377c9e19bbdcab>:0
at Ink.CommandLineTool.Main (System.String[] args) [0x00000] in <d64e27e7788347b2a5377c9e19bbdcab>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at Ink.InkParser.LogicLine () [0x000b1] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.StringParser.ParseObject (Ink.StringParser+ParseRule rule) [0x00012] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.StringParser.OneOf (Ink.StringParser+ParseRule[] array) [0x0000a] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.InkParser.StatementAtLevel (Ink.InkParser+StatementLevel level) [0x00009] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.InkParser+<>c__DisplayClass134_0.<StatementsAtLevel>b__0 () [0x00000] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.StringParser.ParseObject (Ink.StringParser+ParseRule rule) [0x00012] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.StringParser.Interleave[T] (Ink.StringParser+ParseRule ruleA, Ink.StringParser+ParseRule ruleB, Ink.StringParser+ParseRule untilTerminator, System.Boolean flatten) [0x00040] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.InkParser.StatementsAtLevel (Ink.InkParser+StatementLevel level) [0x0004f] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.InkParser.Parse () [0x00000] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.Compiler.Compile () [0x00033] in <b1e5e74f4ee842fc961297862cf23e07>:0
at Ink.CommandLineTool..ctor (System.String[] args) [0x001a3] in <d64e27e7788347b2a5377c9e19bbdcab>:0
at Ink.CommandLineTool.Main (System.String[] args) [0x00000] in <d64e27e7788347b2a5377c9e19bbdcab>:0