while (true) { Thread t1 = new UserThread(ticket, 3); t1.start(); }这个循环没走几行,idea报了一个异常,还没来得及看清异常是啥,直接把idea干崩了
这死循环不停建立线程IDE不崩系统就要崩