From dc45f6f219d28862f1568bd115b909ff7311b8ea Mon Sep 17 00:00:00 2001 From: ghidra1 Date: Wed, 10 Jun 2026 18:47:51 -0400 Subject: [PATCH] GP-1 Reverted unintentional server.conf change --- Ghidra/RuntimeScripts/server/server.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ghidra/RuntimeScripts/server/server.conf b/Ghidra/RuntimeScripts/server/server.conf index 6b5d422df7..392cee1e3c 100644 --- a/Ghidra/RuntimeScripts/server/server.conf +++ b/Ghidra/RuntimeScripts/server/server.conf @@ -103,8 +103,7 @@ wrapper.java.additional.11=-Ddb.buffers.DataBuffer.compressedOutput=true # this mode of operation the wrapper.fork_hack option must be enabled and the wrapper.posix_spawn # option explicitly disabled. The ghidraSvr script will attempt to make these changes automatically # for Mac OS X. -wrapper.fork_hack=true -wrapper.posix_spawn=false +#wrapper.fork_hack=true # Pipe server output to console/log #wrapper.console.pipestreams=true