Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetworkConnector.SendOutput #2

Open
tonytse opened this issue Mar 6, 2014 · 2 comments
Open

NetworkConnector.SendOutput #2

tonytse opened this issue Mar 6, 2014 · 2 comments

Comments

@tonytse
Copy link

tonytse commented Mar 6, 2014

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

@xplicit
Copy link
Owner

xplicit commented Mar 13, 2014

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

@tonytse
Copy link
Author

tonytse commented Mar 13, 2014

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:
$

xplicit added a commit that referenced this issue Mar 31, 2014
increase version number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants