HyperFastCgi icon indicating copy to clipboard operation
HyperFastCgi copied to clipboard

NetworkConnector.SendOutput

Open tonytse opened this issue 10 years ago • 2 comments

Hi

I am using ubuntu 13 and latest mono and latest HyperFastCgi /usr/local/bin/mono-server-hyperfastcgi4 --verbose --appconfigdir /etc/init.d/mono-fastcgi/ /socket=unix:/var/run/mono3-fcgi-0.sock /logfile=/var/log/mono/fastcgi.log /keepalive=false /minthreads=20,4,

I getting this error when i using ab: ab -c 10 -n 50000 http://192.168.2.73/api/json/reply/Hello

Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object at Mono.WebServer.HyperFastCgi.NetworkConnector.SendOutput (UInt16 requestId, System.Byte[] data, Int32 length) [0x00000] in :0 at Mono.WebServer.HyperFastCgi.WorkerRequest.SendResponseFromMemory (System.Byte[] data, Int32 length) [0x00000] in :0 at Mono.WebServer.MonoWorkerRequest.ProcessRequest () [0x00000] in :0

tonytse avatar Mar 06 '14 07:03 tonytse

Could you post mono version information? To do it, run mono --version from the target machine

xplicit avatar Mar 13 '14 11:03 xplicit

tony@ubuntuVM:~$ mono --version Mono JIT compiler version 3.2.8 (tarball Mon Mar 3 18:45:43 SGT 2014) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: sgen tony@ubuntuVM:~$

tonytse avatar Mar 13 '14 15:03 tonytse