当我尝试使用JStack获取冻结应用程序的线程转储时,其中一个线程会给出以下结果:
Thread 27560: (state = IN_NATIVE)
- org.eclipse.swt.internal.gtk.OS._gtk_adjustment_changed(int) @bci=0 (Compiled frame; information may be imprecise)
Error occurred during stack walking:
java.lang.NullPointerException
at sun.jvm.hotspot.runtime.Frame.a
我是Laravel新手,我需要在我的Controller中调试一些Controller(请求)。我读过这样的文章:您可以将variables输出到view中,其函数类似于dd()。我的前端是用Vuejs构建的,从Controller到前端似乎都很麻烦。有比回音更好的方法吗?能把它们记录下来吗?
NewsletterController.php
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\DB;
class NewsletterCon
我有一个代码,它将在几个小时内关闭,日志显示
java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.io.FileDescriptor.<init>(FileDescriptor.java:62)
at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:217)
at org.jboss.netty.channel.socket.nio.NioServerSocketPip