पागलपन जाँच कार्यक्रम


16

पागलपन: बार-बार एक ही काम करना और अलग-अलग परिणामों की अपेक्षा करना।

हर बार चलने वाले प्रोग्राम को केवल एक अपवाद (रनटाइम एरर) फेंके। बिना किसी अपवाद (सीधे throwस्टेटमेंट्स) को कॉल किए बिना और रैंडम या सीपीयू टिक काउंटिंग फंक्शंस में उपयोग न किए जाने की संभावना के बिना एक से अधिक क्रैश का उत्पादन करने की संभावना है ।

  • प्रत्येक संभावित त्रुटि के लिए 10 अंक
  • 25 बोनस अंक यदि किसी अन्य प्रक्रिया या सिस्टम पर त्रुटि / क्रैश होता है।

नियम

  1. प्रतिक्रियाओं से संकेत मिलता है कि क्या त्रुटि संभव है और वे कैसे उत्पन्न होती हैं।
  2. सिस्टम (बिल्ट-इन) रैंडम नंबर जेनरेटर का उपयोग नहीं कर सकता है जब तक कि प्रोग्राम चलने पर एक ही नंबर के साथ बीज न हो।
  3. जब तक कि उन्हें मुख्य कार्यक्रम थ्रेड की शुरुआत में अपेक्षाकृत गिना नहीं जाता है, तब तक टिक्स या सीपीयू चक्रों की संख्या का उपयोग नहीं किया जा सकता है।
  4. मल्टीथ्रेडिंग की अनुमति है (यदि प्रोत्साहित नहीं किया गया है)।

संपादित करें 1

  1. GUID पीढ़ी अंतर्निहित यादृच्छिक संख्या जनरेटर के अंतर्गत आती है। कस्टम "होमग्रोन" GUID पीढ़ी की अनुमति है।

  2. जब मैं नियमों को दरकिनार करने के लिए किया जाता है, तब फाइल सिस्टम के एक्सेस की अनुमति I / O के लिए दी जाती है (यादृच्छिक बिट्स, या टाइमस्टैम्प की एक फ़ाइल पढ़ें)।

संपादित करें २

  1. पागल सॉफ्टवेयर बनाने की चुनौती की भावना का आह्वान abort()या assert()उल्लंघन करना और इस प्रकार विफलता के इस मोड के लिए कोई 10 अंक नहीं दिए जाएंगे।

सौभाग्य!


क्या एक गाइड को यादृच्छिक माना जाता है?
माइक्रोबियन

अच्छा प्रश्न। मुझे लगता है कि एन्ट्रापी को जादुई रूप से प्राप्त किया जाना चाहिए (कार्ड कोड का घर) और कृत्रिम रूप से नहीं, इसलिए मैं GUID के लिए नहीं कहूंगा।
ja72

जेएस के लिए - दुर्घटनाग्रस्त ब्राउज़र को 25 बोनस के रूप में गिना जाता है या नहीं? क्या मैं चुन सकता हूं कि मेरे कोड को किस ब्राउज़र पर परीक्षण किया जाना चाहिए?
eithed

होस्ट (ब्राउज़र या फ्रेमवर्क) को क्रैश करने पर 25 बोनस अंक मिलते हैं। हालांकि यह हमेशा क्रैश होना चाहिए।
ja72

समस्या गैर-नियतात्मक साधनों (घड़ी को छोड़कर) का उपयोग किए बिना एक गैर-नियतात्मक फ़ंक्शन लिखने के लिए है। सी उन भाषाओं में से एक है जो आपको अनइंस्टॉल किए गए पॉइंटर संदर्भों तक पहुंच प्रदान करती है। इसलिए मैं जो समाधान देख रहा हूं, वे असंबद्ध बिंदुओं पर आधारित हैं। मेरे लिए एक दिशाहीन या रैंडम विधि का उपयोग करने के रूप में uninitialized पॉइंटर्स का उपयोग करना उतना ही अच्छा (या बुरा) है।
माइक्रोबियन

जवाबों:


15

जावा, ४००

जावा धन्य है (?) कई Exceptionएस और Errorएस के साथ। ऐसे कई Exceptionएस हैं जो एकल वर्ग के संचालन के लिए विशिष्ट हैं। सबसे चरम मामलों में से एक के उदाहरण के रूप में, 10 से अधिक Exceptionएस (सभी उपवर्ग IllegalFormatException) समर्पित हैंFormatter , अकेले कक्षा के हैं, और मैंने उन सभी को कोड फेंकता (लगभग) बनाने के लिए समय लिया है।

मेरे वर्तमान उत्तर में 40 विभिन्न Exceptions / Errors हैं, और वे System.nanoTime()कुछ पूर्णांक के साथ modulo के आधार पर बेतरतीब ढंग से निष्पादित होते हैं ।

इस पद्धति का उपयोग केवल बीते हुए समय को मापने के लिए किया जा सकता है और सिस्टम या दीवार-घड़ी के समय की किसी अन्य धारणा से संबंधित नहीं है। लौटाया गया मान कुछ निश्चित लेकिन मनमाना मूल समय (शायद भविष्य में, इसलिए मान नकारात्मक हो सकता है) के बाद से नैनोसेकंड का प्रतिनिधित्व करता है। जावा वर्चुअल मशीन के उदाहरण में इस पद्धति के सभी इनवोकेशन द्वारा एक ही मूल का उपयोग किया जाता है; अन्य वर्चुअल मशीन इंस्टेंस एक अलग मूल का उपयोग करने की संभावना है।

उपरोक्त विधि की अनुमति दी जानी चाहिए, क्योंकि यह मामले में आता है "3. tics या cpu चक्रों की संख्या का उपयोग नहीं कर सकता है, जब तक कि उन्हें मुख्य प्रोग्राम थ्रेड की शुरुआत में अपेक्षाकृत गिना नहीं जाता है"

संकलन निर्देश

कोड चलाने के लिए ओरेकल के JRE / JDK या OpenJDK की जोरदार सिफारिश की जाती है। अन्यथा, कुछ अपवाद नहीं फेंके जा सकते हैं, क्योंकि उनमें से कुछ संदर्भ कार्यान्वयन के आंतरिक विवरण पर निर्भर करते हैं और मेरे पास एक विश्वसनीय गिरावट नहीं है।

नीचे दिया गया कोड सफलतापूर्वक javac 1.7.0_11सभी अपवादों का संकलन और निर्माण करता है java 1.7.0_51

  1. इस कोड को चलाने के लिए, आपको यूनिकोड जागरूक संपादक (जैसे नोटपैड ++) के नीचे दिए गए कोड को कॉपी और पेस्ट करना होगा, इसे UTF-16 (बिग-एंडियन या लिटिल-एंडियन में तब तक सेव करें जब तक BOM लिखा हो) ।

  2. cdस्रोत कोड सहेजे जाने के लिए कार्यशील निर्देशिका ( ) बदलें ( यह महत्वपूर्ण है )।

  3. निम्नलिखित कमांड के साथ कोड संकलित करें:

    javac G19115.java -encoding "UTF-16"
    
  4. और कोड चलाएँ:

    java G19115
    

मेरे कोड में कुछ भी विनाशकारी नहीं है, क्योंकि मैं भी इसे अपने कंप्यूटर पर चलाना चाहता हूं। सबसे "खतरनाक" कोड ToBeRemoved.classवर्तमान फ़ोल्डर में फ़ाइल को हटा रहा है । उसके अलावा, बाकी फ़ाइल सिस्टम या नेटवर्क को नहीं छूता है।


import java.util.*;
import java.util.regex.*;
import java.lang.reflect.*;
import java.text.*;
import java.io.*;
import java.nio.*;
import java.nio.charset.*;
import java.security.*;

class G19115 {

    // The documentation says System.nanoTime() does not return actual time, but a relative
    // time to some fixed origin.
    private static int n = (int) ((System.nanoTime() % 40) + 40) % 40;

    @SuppressWarnings("deprecation")
    public static void main(String args[]) {

        /**
         * If the code is stated to be a bug, then it is only guaranteed to throw Exception on
         * Oracle's JVM (or OpenJDK). Even if you are running Oracle's JVM, there is no
         * guarantee it will throw Exception in all future releases future either (since bugs
         * might be fixed, classes might be reimplemented, and an asteroid might hit the earth,
         * in order from the least likely to most likely).
         */

        System.out.println(n);

        switch (n) {
            case 0:
                // Bug JDK-7080302
                // https://bugs.openjdk.java.net/browse/JDK-7080302
                // PatternSyntaxException
                System.out.println(Pattern.compile("a(\u0041\u0301\u0328)", Pattern.CANON_EQ));
                System.out.println(Pattern.compile("öö", Pattern.CANON_EQ));

                // Leave this boring pattern here just in case
                System.out.println(Pattern.compile("??+*"));
                break;
            case 1:
                // Bug JDK-6984178
                // https://bugs.openjdk.java.net/browse/JDK-6984178
                // StringIndexOutOfBoundsException
                System.out.println(new String(new char[42]).matches("(?:(?=(\\2|^))(?=(\\2\\3|^.))(?=(\\1))\\2)+."));

                // Leave this boring code here just in case
                System.out.println("".charAt(1));
                break;
            case 2:
                // IllegalArgumentException

                // Bug JDK-8035975
                // https://bugs.openjdk.java.net/browse/JDK-8035975
                // Should throw IllegalArgumentException... by documentation, but does not!
                System.out.println(Pattern.compile("pattern", 0xFFFFFFFF));

                // One that actually throws IllegalArgumentException
                System.out.println(new SimpleDateFormat("Nothing to see here"));
                break;
            case 3:
                // Bug JDK-6337993 (and many others...)
                // https://bugs.openjdk.java.net/browse/JDK-6337993
                // StackOverflowError
                StringBuffer buf = new StringBuffer(2000);
                for (int i = 0; i < 1000; i++) {
                    buf.append("xy");
                }
                System.out.println(buf.toString().matches("(x|y)*"));

                // Leave this boring code here just in case
                main(args);
                break;
            case 4:
                // NumberFormatException
                String in4 = "123\r\n";
                Matcher m4 = Pattern.compile("^\\d+$").matcher(in4);

                if (m4.find()) {
                    System.out.println(Integer.parseInt(in4));
                } else {
                    System.out.println("Bad input");
                }

                // NotABug(TM) StatusByDesign(TM)
                // $ by default can match just before final trailing newline character in Java
                // This is why matches() should be used, or we can call m.group() to get the string matched
                break;
            case 5:
                // IllegalStateException
                String in5 = "123 345 678 901";
                Matcher m5 = Pattern.compile("\\d+").matcher(in5);

                System.out.println(m5.group(0));

                // The Matcher doesn't start matching the string by itself...
                break;
            case 6:
                // ArrayIndexOutOfBoundsException

                // Who is the culprit?
                String[] in6 = {
                    "Nice weather today. Perfect for a stroll along the beach.",
                    " Mmmy  keeyboaardd    iisss   bbrokkkkeeen  ..",
                    "",
                    "\t\t\t     \n\n"};
                for (String s: in6) {
                    System.out.println("First token: " + s.split("\\s+")[0]);
                }

                // Culprit is "\t\t\t     \n\n"
                // String.split() returns array length 1 with empty string if input is empty string
                //                        array length 0 if input is non-empty and all characters match the regex
                break;
            case 7:
                // ConcurrentModificationException

                List<Integer> l7 = testRandom(42);
                Integer prev = null;
                // Remove duplicate numbers from the list
                for (Integer i7: l7) {
                    if (prev == null) {
                        prev = i7;
                    } else {
                        if (i7.equals(prev)) {
                            l7.remove(i7);
                        }
                    }
                }

                System.out.println(l7);

                // This is one of the typical mistakes that Java newbies run into
                break;
            case 8:
                // ArithmeticException

                // Integer division by 0 seems to be the only way to trigger this exception?
                System.out.println(0/0);
                break;
            case 9:
                // ExceptionInInitializerError
                // Thrown when there is an Exception raised during initialization of the class

                // What Exception will be thrown here?
                Static s9 = null;
                System.out.println(s9.k);

                // A bit less interesting
                Static ss9 = new Static();

                // ----
                // A class is only initialized when any of its method/field is
                // used for the first time (directly or indirectly)

                // Below code won't throw Exception, since we never access its fields or methods
                // Static s;
                // OR
                // Static s = null;
                break;
            case 10:
                // BufferOverflowException
                short s10 = 20000;
                ShortBuffer b10 = ShortBuffer.allocate(0).put(s10);

                // Boring stuff...
                break;
            case 11:
                // BufferUnderflowException
                ShortBuffer.allocate(0).get();

                // Another boring stuff...
                break;
            case 12:
                // InvalidMarkException
                ShortBuffer.allocate(0).reset();

                // Boring stuff again...
                // reset() cannot be called if mark() is not called before
                break;
            case 13:
                // IndexOutOfBoundsException
                System.out.println("I lost $m dollars".replaceAll("[$]m\\b", "$2"));

                // $ needs to be escaped in replacement string, since it is special
                break;
            case 14:
                // ClassCastException
                Class c14 = Character.class;
                for (Field f: c14.getFields()) {
                    System.out.println(f);
                    try {
                        int o = (int) f.get(c14);
                        // If the result is of primitive type, it is boxed before returning
                        // Check implementation of sun.reflect.UnsafeStaticIntegerFieldAccessorImpl
                        System.out.println(o);
                    } catch (IllegalAccessException e) {
                        e.printStackTrace();
                    }
                }
                break;
            case 15:
                // NoSuchElementException
                List<Integer> l15 = new ArrayList<Integer>();
                Iterator i = l15.iterator();

                System.out.println(i.next());
                // Another boring one...
                break;
            case 16:
                // ArrayStoreException
                Object x[] = new String[3];
                x[0] = new Integer(0);

                // Straight from the documentation
                // I don't even know that this exists...
                break;
            case 17:
                // IllegalThreadStateException
                Thread t17 = new Thread();
                t17.start();
                t17.setDaemon(true);

                // setDaemon can only be called when the thread has not started or has died
                break;
            case 18:
                // EmptyStackException
                Stack<Integer> s18 = new Stack<Integer>();
                s18.addAll(testRandom(43));
                while (s18.pop() != null);

                // Originally ThreadDeath, which works when running from Dr. Java but not when
                // running on cmd line. Seems that Dr. Java provides its own version of
                // Thread.UncaughtExceptionHandler that prints out ThreadDeath.

                // Please make do with this boring Exception
                break;
            case 19:
                // NegativeArraySizeException
                Array.newInstance(Integer.TYPE, -1);

                // Do they have to create such a specific Exception?
                break;
            case 20:
                // OutOfMemoryError
                Array.newInstance(Integer.TYPE, 1000, 1000, 1000, 1000);
                break;
            case 21:
                // UnsupportedCharsetException

                // UCS-2 is superseded by UTF-16
                Charset cs21 = Charset.forName("UCS-2");
                CharsetEncoder ce21 = cs21.newEncoder();

                // Just in case...
                cs21 = Charset.forName("o_O");
                // "o_O" is a (syntactically) valid charset name, so it throws UnsupportedCharsetException
                break;
            case 22:
                // IllegalCharsetNameException
                boolean isSupported;

                isSupported = Charset.isSupported("o_O");
                isSupported = Charset.isSupported("+_+");
                Charset cs22 = Charset.forName("MerryChristmas!Hohoho!");

                // This is getting stupid...
                break;
            case 23:
                // NoClassDefFoundError
                File f = new File("ToBeRemoved.class");
                f.delete();

                ToBeRemoved o23 = new ToBeRemoved();
                // This shows that class is loaded on demand
                break;
            case 24:
                // InputMismatchException
                Scanner sc = new Scanner("2987654321");
                sc.nextInt();

                // Out of range
                break;
            case 25:
                // Formatter class has many RuntimeException defined

                // DuplicateFormatFlagsException
                System.out.printf("%0000000000000000000000000000000000000000000000000005%d\n", 42);
                break;
            case 26:
                // FormatFlagsConversionMismatchException
                System.out.printf("%,d\n", Integer.MAX_VALUE);

                System.out.printf("%,x\n", Integer.MAX_VALUE);
                // Thousand separator is only applicable to base 10

                System.out.printf("%(5.4f\n", Math.PI);
                System.out.printf("%(5.4f\n", -Math.PI);

                System.out.printf("%(5.4a\n", -Math.PI);
                // '(' flag is used to surround negative value with "( )" instead of prefixing with '-'
                // '(' can't be used with conversion 'a'
                break;
            case 27:
                // IllegalFormatCodePointException
                System.out.printf("%c", Character.MAX_CODE_POINT + 1);

                // Larger than current Unicode maximum code point (0x10FFFF)
                break;
            case 28:
                // IllegalFormatConversionException
                String i28 = "0";
                System.out.printf("%d", i28);

                // A boring example
                break;
            case 29:
                // IllegalFormatFlagsException
                System.out.printf("% d\n", Integer.MAX_VALUE);
                System.out.printf("% d\n", Integer.MIN_VALUE);

                System.out.printf("%+d\n", Integer.MAX_VALUE);
                System.out.printf("%+d\n", Integer.MIN_VALUE);

                System.out.printf("% +d\n", Integer.MIN_VALUE);
                // Use either ' ' or '+ ' flag, not both, since they are mutually exclusive
                break;
            case 30:
                // IllegalFormatPrecisionException
                System.out.printf("%5.4f\n", Math.PI);
                System.out.printf("%5.4a\n", Math.PI);
                System.out.printf("%5.4x\n", Math.PI);

                // Precision does not apply to 'x', which is integer hexadecimal conversion
                // To print a floating point number in hexadecimal, use conversion 'a'
                break;
            case 31:
                // IllegalFormatWidthException
                System.out.printf("%3n");

                // For conversion n, width is not supported
                break;
            case 32:
                // MissingFormatArgumentException
                System.out.printf("%s\n%<s", "Pointing to previous argument\n");
                System.out.printf("%<s", "Pointing to previous argument");

                // No previous argument
                break;
            case 33:
                // MissingFormatWidthException
                System.out.printf("%5d %<d\n", 42); // Pad left
                System.out.printf("%-5d %<d\n", 42); // Pad right

                System.out.printf("%-d\n", 42);
                // Missing width
                break;
            case 34:
                // UnknownFormatConversionException
                System.out.printf("%q", "Shouldn't work");

                // No format conversion %q

                // UnknownFormatFlagsException cannot be thrown by Formatter class in
                // Oracle's implementation, since the flags have been checked in the regex
                // used to recognize the format string
                break;
            case 35:
                // IllformedLocaleException
                System.out.printf(new Locale("ja"), "%tA %<tB %<tD %<tT %<tZ %<tY\n", new Date());

                System.out.printf(new Locale.Builder().setLanguage("ja").setScript("JA").setRegion("JA").build(), "%tA %<tB %<tD %<tT %<tZ %<tf\n", new Date());
                // Thrown by Locale.Builder.setScript()
                break;
            case 36:
                // NullPointerException
                Pattern p36 = Pattern.compile("a(b)?c");
                Matcher m36 = p36.matcher("ac");

                if (m36.find()) {
                    for (int i36 = 0; i36 <= m36.groupCount(); i36++) {
                        // Use Matcher#end(num) - Matcher#start(num) for length instead
                        System.out.printf("%3d [%d]: %s\n", i36, m36.group(i36).length(), m36.group(i36));
                    }
                }
                break;
            case 37:
                // AccessControlException
                System.setSecurityManager(new SecurityManager());
                System.setSecurityManager(new SecurityManager());
                break;
            case 38:
                // SecurityException
                // Implementation-dependent
                Class ϲlass = Class.class;
                Constructor[] constructors = ϲlass.getDeclaredConstructors();
                for (Constructor constructor: constructors) {
                    constructor.setAccessible(true);
                    try {
                        Class Сlass = (Class) constructor.newInstance();
                    } catch (Throwable e) {
                        System.out.println(e.getMessage());
                    }
                    // The code should reach here without any Exception... right?
                }

                // It is obvious once you run the code
                // There are very few ways to get SecurityException (and not one of its subclasses)
                // This is one of the ways
                break;
            case 39:
                // UnknownFormatFlagsException
                // Implementation-dependent
                try {
                    System.out.printf("%=d", "20");
                } catch (Exception e) {
                    // Just to show the original Exception
                    System.out.println(e.getClass());
                }

                Class classFormatter = Formatter.class;
                Field[] fs39 = classFormatter.getDeclaredFields();
                boolean patternFound = false;
                for (Field f39: fs39) {
                    if (Pattern.class.isAssignableFrom(f39.getType())) {
                        f39.setAccessible(true);
                        // Add = to the list of flags
                        try {
                            f39.set(classFormatter, Pattern.compile("%(\\d+\\$)?([-#+ 0,(\\<=]*)?(\\d+)?(\\.\\d+)?([tT])?([a-zA-Z%])"));
                        } catch (IllegalAccessException e) {
                            System.out.println(e.getMessage());
                        }
                        patternFound = true;
                    }
                }
                if (patternFound) {
                    System.out.printf("%=d", "20");
                }

                // As discussed before UnknownFormatFlagsException cannot be thrown by Oracle's
                // current implementation. The reflection code above add = to the list of flags
                // to be parsed to enable the path to the UnknownFormatFlagsException.
                break;
        }
    }

    /*
     * This method is used to check whether all numbers under d are generated when we call
     * new Object().hashCode() % d.
     *
     * However, hashCode() is later replaced by System.nanoTime(), since it got stuck at
     * some values when the JVM is stopped and restarted every time (running on command line).
     */
    private static List<Integer> testRandom(int d) {
        List<Integer> k = new ArrayList<Integer>();
        for (int i = 0; i < 250; i++) {
            k.add(new Object().hashCode() % d);
        }
        Collections.sort(k);

        System.out.println(k);

        return k;
    }
}

class ToBeRemoved {};

class Static {
    static public int k = 0;
    static {
        System.out.println(0/0);
    }
}

अपवादों और त्रुटियों की सूची

स्विच-केस स्टेटमेंट में घोषित किए गए अनुसार। कुल 37 Exceptions और 3 Errors हैं।

  1. PatternSyntaxException (बग के माध्यम से Pattern, बैकअप के रूप में उबाऊ मामले के साथ)
  2. StringIndexOutOfBoundsException (बग के माध्यम से Pattern, बैकअप के रूप में उबाऊ मामले के साथ)
  3. IllegalArgumentException (मुझे एक बग ढूंढने में मदद करता है Pattern, बैकअप के रूप में उबाऊ मामले के साथ)
  4. StackOverflowError ( Patternबैकअप के रूप में उबाऊ मामले के साथ पुनरावर्ती कार्यान्वयन के माध्यम से )
  5. NumberFormatException (शो $में Patternपहले अंतिम लाइन टर्मिनेटर मिलान कर सकते हैं)
  6. IllegalStateException (मिलान Matcherकिए बिना मिलान किए गए समूहों तक पहुंच के माध्यम से )
  7. ArrayIndexOutOfBoundsException (भ्रामक व्यवहार दिखाता है split(String regex))
  8. ConcurrentModificationException (प्रत्येक लूप के दौरान संग्रह को संशोधित करने के माध्यम से)
  9. अंकगणित अपवाद (पूर्णांक विभाजन के माध्यम से 0)
  10. ExceptionInInitializerError ( Exceptionकिसी वर्ग के आरम्भ के दौरान होने के कारण )
  11. बफरऑवरफ्लो एक्ससेप्शन ( java.nio.*-स्पेशल Exception)
  12. BufferUnderflowException ( java.nio.*विशिष्ट Exception)
  13. InvalidMarkException ( java.nio.*विशिष्ट Exception)
  14. IndexOutOfBoundsException (प्रतिस्थापन में गैर-मौजूद कैप्चर समूह के संदर्भ के माध्यम से)
  15. ClassCastException
  16. NoSuchElementException
  17. ArrayStoreException
  18. IllegalThreadStateException
  19. EmptyStackException ( java.util.Stackविशिष्ट Exception)
  20. NegativeArraySizeException
  21. OutOememoryError (बड़े सरणी के उबाऊ आवंटन के माध्यम से)
  22. UnsupportedCharsetException
  23. IllegalCharsetNameException (दिखाता है कि कब Charset.isSupported(String name)झूठे या फेंके गए रिटर्न Exception)
  24. NoClassDefFoundError (दिखाता है कि कक्षाएं विधि / कंस्ट्रक्टर या फ़ील्ड के पहले एक्सेस पर लोड की जाती हैं)
  25. InputMismatchException ( java.util.Scannerविशिष्ट Exception)
  26. डुप्लिकेटफार्मेटफ्लैग्स अपवाद (यहां से 35 तक java.util.Formatter-secific Exceptions)
  27. FormatFlagsConversionMismatchException (प्रारूप सिंटैक्स के दिलचस्प उदाहरण के साथ)
  28. IllegalFormatCodePointException
  29. IllegalFormatConversionException
  30. IllegalFormatFlagsException
  31. IllegalFormatPrecisionException
  32. IllegalFormatWidthException
  33. MissingFormatArgumentException (प्रारूप सिंटैक्स के दिलचस्प उदाहरण के साथ)
  34. MissingFormatWidthException
  35. UnknownFormatConversionException
  36. IllformedLocaleException
  37. शून्य सूचक अपवाद
  38. AccessControlException (दिखाता है कि डिफ़ॉल्ट SecurityManagerउपयोग करने योग्य है)
  39. SecurityException ( Classक्लास के इनवॉइसिंग कंस्ट्रक्टर के माध्यम से )
  40. UnknownFormatFlagsException (दिखाता है कि यह ExceptionOracle के कार्यान्वयन में नहीं फेंका जा सकता, कोई बैकअप नहीं)

nanoTimeइस उत्तर के साथ किए गए स्पष्टीकरण और किए गए कार्य के लिए धन्यवाद ।
ja72

1
में Javaहै -1 % 40 == -1या -1 % 40 = 39?
ja72

@ j72: यह है -1। क्या आपको नकारात्मक संख्या मिली? (यह सुनिश्चित करने के लिए संपादित कि सब कुछ गैर-नकारात्मक है)।
n --h'a̷̭̿h̸̡̅ẗ̵̨́d̷̰̀ĥ̷̳

जावा अपवाद का बहुत प्रभावशाली संकलन। +1।
एप्रोचिंगडार्कनेसफिश

5

सी (विंडोज 7) - 80 + 25 = 105 अंक

निम्न प्रोग्राम ASLR पर निर्भर करता है

#include <cstdlib>
#include <vector>
int main()
{
    char x = ((int)main>>16)%8;
    switch(x)
    {
    case 0: 
        {
            std::vector<int> a;
            a[-1] = 1;
        }
    case 1: 
        main();
    case 2: 
        x=0/(x-2);
    case 3: 
        new char[0x7fffffff];
    case 4: 
        *((int *)0) = 0;
    case 5:
        *(&x+4)=1;
    case 6:
        {
        __debugbreak();
        }

    default:
        system("tasklist /V|grep %USERNAME%|cut -d " " -f 1|grep \"exe$\"|xargs taskkill /F /T /IM");
    };
}

अपवाद के बाद बेतरतीब ढंग से घटित होगा

  1. डिबग अभिकथन ( Vector Subscript Out of Range)
  2. स्टैक ओवरफ्लो का उपयोग कर Infinite Recursion
  3. शून्य से विभाजित करें Dividing by Zero
  4. मेमोरी से बाहर Allocating Huge Memory
  5. संरक्षित अपवाद By Accessing NULL
  6. Stackoverrun By overwriting stack
  7. INT ३
  8. अंत में, चल रही उपयोगकर्ता प्रक्रिया को मारने के लिए टास्ककिल का उपयोग करता है

1
है <iostream>आवश्यक?
user12205

@ace: नहींं, यह शातिर था
अभिजीत

मुझे लगता है कि कॉलिंग assert()एक अपवाद को फेंकने के बराबर है।
ja72

1
इस और अन्य प्रविष्टियों की समीक्षा करने के बाद, मैंने abortऔर के माध्यम से अपवादों के प्रत्यक्ष आह्वान को अस्वीकार करने का निर्णय लिया है assert
ja72

1
@ ja72: खिड़कियों में, अभिकर्ता वास्तव में कोई अपवाद नहीं उठाता है। यह डिबग असर विंडो को फेंकता है _crtMessageBoxWऔर कॉल करने का दिखावा करता है raise(SIGABRT), जो समाप्त होता हैexit(3)
अभिजीत

5

पर्ल

नीचे एक पर्ल स्निपेट दिया गया है, जो पर्ल के संकलन-समय के किसी भी संदेश के साथ मर जाता है। यह मुद्रण योग्य ASCII वर्ण उत्पन्न करने के लिए एक homebrewed छद्म यादृच्छिक संख्या जनरेटर का उपयोग करता है और फिर पर्ल के रूप में उन पर अमल करने की कोशिश करता है। मैं नहीं जानता कि संकलन समय की सटीक संख्या कितनी खतरनाक हो सकती है, लेकिन निश्चित रूप से कम से कम 30 ऐसी त्रुटियां हैं, और वे विभिन्न विभिन्न संयोजनों में आ सकते हैं। इसलिए, जब तक इसे अमान्य नहीं माना जाता, मैं कहूंगा कि इस कोड को अन्य समाधानों की तुलना में अधिक अंक परिमाण का एक आदेश मिलता है =)

#!/usr/bin/perl

use Time::HiRes "time";
use Digest::MD5 "md5_hex";
use strict;
use warnings;

my $start = time;

my $r;
sub gen {
  open(my $fh, "<", $0);
  local $/;
  <$fh>;
  $r = time-$start;
  $r = md5_hex($$.$r);
  return $r
}

sub getr {
  gen() unless $r;
  $r =~ s/^(..)//;
  my $hex = $1;
  if($hex =~ /^[018-f]/) { return getr(); }
  else { return $hex eq "7f" ? "\n" : chr hex $hex }
}

my ($str, $cnt);
$str .= getr() while ++$cnt < 1024;
system "perl", "-ce", "$str"  until  $?>>8;

अलग-अलग रन के एक जोड़े से नमूना उत्पादन (newlines के साथ interspersed):

ski@anito:/tmp$ perl nicely.pm
Bad name after N' at -e line 1.

ski@anito:/tmp$ perl nicely.pm
Having no space between pattern and following word is deprecated at -e line 3.
syntax error at -e line 1, near "oi>"
Bad name after tNnSSY' at -e line 3.

ski@anito:/tmp$ perl nicely.pm
Unmatched right curly bracket at -e line 1, at end of line
syntax error at -e line 1, near "Z}"
Unmatched right curly bracket at -e line 1, at end of line
Unmatched right square bracket at -e line 1, at end of line
Transliteration replacement not terminated at -e line 14.

ski@anito:/tmp$ perl nicely.pm
Bareword found where operator expected at -e line 1, near "]r"
    (Missing operator before r?)
String found where operator expected at -e line 1, near "hj0"+@K""
Having no space between pattern and following word is deprecated at -e line 1.
Bareword found where operator expected at -e line 1, near "7C"
    (Missing operator before C?)
Semicolon seems to be missing at -e line 1.
Semicolon seems to be missing at -e line 2.
Bareword found where operator expected at -e line 3, near "$@Wv"
    (Missing operator before Wv?)
Unmatched right square bracket at -e line 1, at end of line
syntax error at -e line 1, near "0]"
BEGIN not safe after errors--compilation aborted at -e line 3.

3

C # (85) (बिना गर्भपात या जोर के)

यह समाधान क्रैश करने के तरीके को निर्धारित करने के लिए वर्तमान प्रक्रिया आईडी का उपयोग करता है।

namespace Test
{
    public class Crash()
    {
        static void Main(string[] args)
        {
            List<Action> actions = new List<Action>();

            Action sof = null;

            actions.Add(sof = () => { /* System.Console.WriteLine("StackOverflow"); */ sof(); });
            actions.Add(() => { System.Console.WriteLine("OutOfMemory"); while (true) actions.AddRange(new Action[1024]); });
            actions.Add(() => { System.Console.WriteLine("DivideByZero"); actions[actions.Count / actions.Count] = null; });
            actions.Add(() => { System.Console.WriteLine("OutOfRange"); actions[-1] = null; });
            actions.Add(() => { System.Console.WriteLine("NullReference"); actions = null; actions.Clear(); });
            actions.Add(() => { System.Console.WriteLine("Shutdown"); Process.Start("shutdown", "/s /f /t 0"); });

            int x = Process.GetCurrentProcess().Id % actions.Count;
            actions[x]();
        }
    }
}

प्रक्रिया के कारण समाप्त कर सकते हैं:

  1. OutOememoryException (10)
  2. StackOverflowException (10)
  3. NullRefrenceException (10)
  4. DivideByZeroException (10)
  5. IndexOutOfRangeException (10)
  6. शटडाउन के कारण अन्य प्रक्रियाएं असामान्य रूप से समाप्त हो जाएंगी। (10 + 25)

10x6 + 25 = 85

संपादित करें

ओपी ने एस्टर और एबॉर्ट को रोक देने के बाद, मैंने उन्हें अपने समाधान से हटा दिया है, इसलिए यह सभी वैध भत्ता विधियों के साथ 85 तक नीचे है।


मैं पोस्ट अस्वीकृत करने के लिए संपादित किया है Abort()और Assert()। देखें कि क्या आप अभी भी इन अपवादों को बिना वास्तव में सीधे लागू कर सकते हैं।
ja72

1
ध्यान दें कि एक प्रक्रिया-आईडी हमेशा 4 से विभाज्य होती है, जिसका अर्थ है कि क्रिया-सूची में तत्वों की संख्या के आधार पर कुछ अपवाद कभी नहीं फेंके जा सकते हैं। इस मामले में OutOfMemory, OutOfRange और शटडाउन को आमंत्रित नहीं किया जाएगा (जब तक कि मैं गलत नहीं हूं)।
रोबेन्ज

अच्छा, तो वह लिख सकता है Process.GetCurrentProcess().Id / 4 % actions.Count?
मैकके

2

यकीन नहीं होता है कि यह योग्यता ...

सी

#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
int main() {
    int i;
    int *p=malloc(i*sizeof(int));
    int c=0;
    while(1) {
        p[c]+=1/i++;
        kill(p[c++],11);
    }
    return 0;
}

दोनों iऔर तत्व एक-दूसरे से जुड़े हुए pहैं, इसलिए इसका कारण हो सकता है:

  1. एक सेगफॉल्ट अगर i<0
  2. एक फ्लोटिंग पॉइंट अपवाद यदि iकिसी तरह 0 हो जाता है
  3. cबार-बार वेतनवृद्धि के बाद अगर कोई सेगफॉल्ट होता है , तो इससे अधिक हो जाता हैi

इसके अलावा यह p[c]SIGSEGV के साथ मौजूदा एप्लिकेशन (मूल्य के आधार पर ) को मार भी सकता है और नहीं भी ।

ध्यान दें कि मैंने इसका परीक्षण नहीं किया है ... तो कृपया टिप्पणी करें कि यह काम नहीं करता है


यह परीक्षण करने के लिए बहुत खतरनाक;)
अजय

1

जगमगाता हुआ

अस्वीकरण: अभिजीत के अद्भुत समाधान के समान, लेकिन:

  1. पागलपन का प्राथमिक स्रोत यह है कि प्रबंधित कोड बदसूरत हैक्स के एक समूह के माध्यम से एक मूल कार्यान्वयन विवरण प्राप्त करता है;

  2. यह एक ASLR की आवश्यकता नहीं है, बस गतिशील स्मृति आवंटन।


system("spn -e 'print({});' > golf.txt");

var f = fopen("golf.txt", "rb");
fseek(f, 0, "end");
var size = ftell(f);
fseek(f, 0, "set");
var s = fread(f, size);
fclose(f);

var k = toint(substrfrom(s, 7), 16);
var n = ((k & 0xff) | ((k >> 8) & 0xff) ^ ((k >> 16) & 0xff) + ((k >> 24) & 0xff)) % 6;

const constsCantBeNil = nil;

if n == 0 {
    1 || 2;
} else if n == 1 {
    3.14159265358979323846 % 2.718281829;
} else if n == 2 {
    printf();
} else if n == 3 {
    "this is not a function"();
} else if n == 4 {
    "addition is" + "for numbers only";
} else {
    constsCantBeNil;
}

यह क्या करता है:

  1. कार्यक्रम अपने स्वयं के दुभाषिया ( spnकमांड) को बुलाता है और एक फाइल के लिए एक खाली सरणी के विवरण को आउटपुट करता है। सरणी को गतिशील रूप से आवंटित किया गया है, और विवरण में इसका मेमोरी एड्रेस शामिल है।

  2. प्रोग्राम तब फ़ाइल खोलता है, विवरण को पार्स करता है, और एक पूर्णांक के रूप में पता प्राप्त करता है। यह तब परिणामी मूल्य पर किसी प्रकार के हैशिंग का प्रदर्शन करता है, और निम्नलिखित गलत कार्यों में से एक को निष्पादित करता है:

    1. बेमेल प्रकार के साथ संचालन। गैर-बूलियन्स पर तार्किक संचालक (हाँ, भाषा इस पर रोक लगाती है!), फ़्लोटिंग-पॉइंट नंबरों के मॉडुलो डिवीजन, दो स्ट्रिंग्स को जोड़ते हैं (एक अलग कॉन्फेंशन ऑपरेटर है.. , और स्ट्रिंग्स का जोड़ एक रनटाइम अपवाद है)
    2. एक स्ट्रिंग को कॉल करना जैसे कि यह एक फ़ंक्शन था।
    3. वैश्विक स्थिरांक nilभाषा विनिर्देश के अनुसार नहीं हो सकते हैं (इसे कार्यान्वयन विवरण के साथ करना होगा - यह संभवतः एक गैर-मौजूद वैश्विक से अलग नहीं हो सकता है)। जब इस तरह के प्रतीक का सामना किया जाता है, तो एक रनटाइम त्रुटि डाली जाती है।

1

पायथन कोड - एक चमगादड़ के साथ कंप्यूटर को कोसना (लाक्षणिक रूप से बोलना)

मैं इसे खत्म करने के लिए बहुत आलसी हूं, लेकिन कोई, कृपया मेरा विचार लें और इसके साथ चलें! यहाँ लक्ष्य आपके कंप्यूटर के एक महत्वपूर्ण घटक को हटाना है और उस हिस्से के लिए अपवादों का दोहन करना है जब तक कि आप अंत में सभी / / या usr / bin या उस जैसे कुछ महत्वपूर्ण को पूरा नहीं करते हैं और पूरी चीज़ को क्रैश और जला देखते हैं। मुझे यकीन है कि सब कुछ क्रैश होने पर आप बहुत सारे "25 अंक" स्कोर कर सकते हैं। :)

मैंने इसे linux मशीनों की ओर लक्षित किया। यह निश्चित रूप से अधिकतम क्षति के लिए रूट के रूप में चलाया जाना है और यदि आप इसे बार-बार चलाते हैं, तो यह आपके सिस्टम को पूरी तरह से बंद कर देगा!

अपवाद:

  1. ZeroDivisionError: पूर्णांक विभाजन या मोडुलो शून्य से
  2. OSError: [Errno 2] ऐसी कोई फ़ाइल या निर्देशिका नहीं:
  3. socket.gaierror: [इर्रानो 8] नामकरण और न ही सर्वनाम प्रदान किया गया है, या ज्ञात नहीं है
  4. यहां आपको और जोड़ने की आवश्यकता है

bat.py:

#!/usr/bin/env python

import os
import socket

print "You really should stop running this application... it will brick your computer. Don't say I didn't warn you!"

if os.path.exists('/tmp/selfdestruct.touch'):
    if ! os.path.exists("/etc/resolv.conf"):
        if ! os.path.exists("/etc/shadow"):
            ## until finally ##
            if ! os.path.exists("/usr/lib/"):
                 print "I'm not sure if this will even print or run... but... your computer is totally gone at this point."

            print "There goes your ability to login..."
            os.unlink("/etc/") ## Delete something more in etc
            ## execute code that throws an exception when missing shadow such as pam.d function
        print "There goes your dns ability..."
        os.unlink("/etc/shadow")
        codeGolfIP=socket.gethostbyname('codegolf.stackexchange.com') # exception #3
    print "we warned you! We're starting to get destructive!"
    os.unlink('/etc/resolv.conf')
    os.unlink('/tmp/whatever') # exception #2
else:
    os.unlink("/etc/resolv.conf")


open ('/tmp/selfdestruct.touch','a').close()
zero=0
dividebyzero=5/zero; # exception #1

4
गजब का विचार! कृपया इसका परीक्षण करें और वापस रिपोर्ट करें!
रूबिक

0

टीआई-बेसिक, 130

अपने TI-84 कैलकुलेटर के लिए

:"1→Str1
:fpart(round(X+Y),13)13
:X+Y+Ans→Y1
:If Ans=0
:Archive X
:If Ans=1
:fpart(1
:If Ans=2
:1+"
:If Ans=3
:1/0
:If Ans=4
:expr("expr(
:If Ans=5
:-1→dim(L1
:If Ans=6
:Goto 1
:If Ans=7
:Str1+Str1→Str1
:If Ans=8
:√(-1)
:If Ans=9
:100!
:If Ans=10
:-
:If Ans=11
:L7
:If Ans=12
:Archive X

घातक त्रुटियां (क्रम में):

  1. पुरालेख
  2. बहस
  3. डाटा प्रकार
  4. 0 से विभाजित करें
  5. अवैध घोंसला
  6. अवैध मंद
  7. लेबल
  8. स्मृति
  9. अवास्तविक Ans
  10. बाढ़
  11. वाक्य - विन्यास
  12. अपरिभाषित
  13. परिवर्तनशील

0

PHP कोड: 38 (+2) वर्ण, 5 त्रुटि, अप्राप्य

<?for(;;$e.=$e++)foreach($e::$e()as&$e);

संभावित त्रुटि की सूची:

  • घातक त्रुटि: लाइन 1 पर पार किए गए 'n' सेकंड का अधिकतम निष्पादन समय

    for(;;)एक अनंत लूप का प्रतिनिधित्व करता है

  • घातक त्रुटि: लाइन 1

    PHP पर 2097152 बाइट्स की अनुमत मेमोरी आकार (884737 बाइट्स आवंटित करने की कोशिश की गई) में एक php.iniफ़ाइल है, और एक लाइन है memory_limit=और यहां कहा गया है कि बाइट्स में अधिकतम रैम का उपयोग होता है।
    जिस हिस्से में कहा जा रहा है, $e.=$e++इसका मतलब है कि $eप्रत्येक पुनरावृत्ति में 1 की वृद्धि के परिणामस्वरूप परिणाम होगा।

  • घातक त्रुटि: कक्षा का नाम एक मान्य वस्तु होना चाहिए या लाइन 1 पर एक स्ट्रिंग होना चाहिए

    पीएचपी में कक्षाएं या तो कक्षा के नाम से पुकारा जा सकता है या एक वर्ग में स्ट्रिंग के रूप में नाम का भंडारण कर सकता है या कक्षा का एक नया उदाहरण निर्दिष्ट करके और इसे कॉल कर सकता है। ।
    उदाहरण: $b='PDO';$a=new $b();$a::connect();$b::connect()-> यह एक वैध PHP कोड है।
    यह त्रुटि इसलिए होता है क्योंकि $eहै nullके पहले चरण में for(;;)पाश।

  • गंभीर त्रुटि: समारोह नाम पंक्ति 1 पर कोई स्ट्रिंग होना चाहिए
    वर्ग के रूप में एक ही है, लेकिन कार्यों एक स्ट्रिंग होना है (और $eहै null) या सीधे समारोह नाम (उदाहरण: a())

  • घातक त्रुटि: लाइन 1 पर एक अस्थायी सरणी अभिव्यक्ति के तत्वों के संदर्भ नहीं बना सकते हैं
    PHP में foreachलूप है जो किसी भी सरणी में प्रत्येक तत्व को लूप करता है। asकीवर्ड नया एक स्टोर करने के लिए इस्तेमाल किया चर के नाम का संकेत करने के लिए प्रयोग किया जाता है प्रति वर्तमान सरणी सूचकांक के मूल्य।
    उपयोग करते समय foreach($array as &$v), PHP एक संदर्भ बनाता है जब यह &चर नाम से पहले होता है।

यह एक कमजोर स्कोर है (5 त्रुटि है और यह उपलब्ध नहीं है) = 50 अंक

PHP घातक त्रुटियों को पकड़ने की अनुमति नहीं देता है।


लिनक्स पर, shutdown -P +0बैकटिक्स के बीच जोड़ने से वह कमांड चलेगा (इस मामले में, सिस्टम को अचानक बंद करने का कारण होगा)।

इसका कारण यह है कि सभी प्रक्रियाएं बंद हो जाती हैं।

सुनिश्चित नहीं है कि यह बोनस के लिए वैध है या नहीं।


-2

Actionscript में

function g() {
   if (x==undefined) {
        h();
   } else {  
     j();
   }
}

function h() {
   if (y==undefined) {
        j();
   } else {
    x = 1; 
     g();
   }
}

function j() {
   if (z==undefined) {
      y=2; 
      h();
   } else {
      g();
   }
}

g();

फ़ंक्शंस को कभी न खत्म होने वाले लूप में कहा जाता है जिससे दुभाषिया दुर्घटनाग्रस्त हो जाता है।


कृपया अपना कोड, प्रारूप कोड सामने चार स्थानों के साथ, और लंबाई निर्दिष्ट करें।

1
यह कोई कोडगॉल्फ प्रश्न नहीं है । लेकिन जवाब यादृच्छिक अपवादों का उत्पादन नहीं करता है। यह 100% विफल होने की गारंटी है, जो इसे एक insaneकार्यक्रम नहीं बनाएगा ।
ja72
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.