STDERR को आउटपुट
STDERR को आउटपुट अब एक अनुमति प्राप्त डिफ़ॉल्ट के रूप में + 33 / -21 पर है, जो सकारात्मक है लेकिन चुनाव लड़ा गया है। यह उन उत्तरों को एकत्र करने के लिए एक सीडब्ल्यू उत्तर है जो किसी भाषा में त्रुटि को आमंत्रित करते हैं जहां त्रुटि संदेशों में भाषा का नाम शामिल होता है।
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
आर, 1 बाइट
)
त्रुटि:
Error: unexpected ')' in ")"
जावा बाइटकोड, 0 बाइट्स
त्रुटि:
Exception in thread "main" java.lang.ClassFormatError: Truncated class file
ग्रूवी, 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
सीजाम, 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+
इसे ऑनलाइन आज़माएं!
तुच्छ व्यवहार को अनदेखा करता है। सिलोस भाषा का नाम है।
अजगर, 6 बाइट्स
pYTHON
जैसा कि वर्ण प्रतिबंध असंवेदनशील है, और आउटपुट का सही मामले में होना आवश्यक नहीं है, यह एक वैध उत्तर है। त्रुटि संदेश यह कुछ इस प्रकार है:
Traceback (most recent call last):
File ".code.tio", line 1, in <module>
pYTHON
NameError: name 'pYTHON' is not defined
इसे ऑनलाइन आज़माएं! ('डीबग' टैब के लिए आउटपुट)
जावास्क्रिप्ट, 10 बाइट्स
jAVAsCRIPT
यह सभी वातावरण में निम्न त्रुटि संदेश या समान उत्पन्न करता है:
ReferenceError: jAVAsCRIPT is not defined
QBIC , 6 बाइट्स
?b(12)
6 बाइट्स में, हम QBIC में त्रुटि: 9 को स्क्रीन पर रख सकते हैं, जो आउट-ऑफ-बाउंड त्रुटि दर्शाता है।
फोर्सलैंग, 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 । कोई गारंटी नहीं है कि दुभाषिया भविष्य में इस त्रुटि को अलग तरीके से संभालने के लिए नहीं बदलेगा।)
रेनेक्स को एक सिंटैक्टिक रूप से अमान्य पैटर्न से मिलान करने की कोशिश करता है। उत्पादित त्रुटि कुछ इस तरह दिखाई देगी:
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
भी काम करता है।
~
~
एक पंक्ति के प्रारंभ में यह संकेत दिया जाता है कि लाइन एक स्टेटमेंट है जिसे टेक्स्ट प्रिंट करने के बजाय निष्पादित किया जाना है। इंकलेक्ट 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