You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
problem is somewhere inside C code, seems like bufferevent_free called twice and not obvious. Please help me if possible or just say where I need to search.
What additional info should I provide?
I can connect to test server if needed.
[err] bufferevent.c:611: Assertion bufev_private->refcnt > 0 failed in _bufferevent_decref_and_unlock
Stacktrace:
at <0xffffffff>
at (wrapper managed-to-native) HyperFastCgi.Transports.NativeTransport.EndRequest (HyperFastCgi.Transports.NativeTransport,ulong,int,int) <0xffffffff>
at HyperFastCgi.AppHosts.Raw.BaseRawRequest.CompleteResponse () <0x00027>
at AIHelpsServer.HelloWorldRequest.Process (HyperFastCgi.Interfaces.IWebResponse) <0x000c9>
at HyperFastCgi.Transports.BaseAppHostTransport/c__AnonStorey0.<>m__1 (object) <0x000b7>
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) <0x00050>
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x0021a>
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00028>
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () <0x00057>
at System.Threading.ThreadPoolWorkQueue.Dispatch () <0x0021a>
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () <0x00010>
at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) <0xffffffff>
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
Aborted
The text was updated successfully, but these errors were encountered:
Hello,
problem is somewhere inside C code, seems like bufferevent_free called twice and not obvious. Please help me if possible or just say where I need to search.
What additional info should I provide?
I can connect to test server if needed.
[err] bufferevent.c:611: Assertion bufev_private->refcnt > 0 failed in _bufferevent_decref_and_unlock
Stacktrace:
at <0xffffffff>
at (wrapper managed-to-native) HyperFastCgi.Transports.NativeTransport.EndRequest (HyperFastCgi.Transports.NativeTransport,ulong,int,int) <0xffffffff>
at HyperFastCgi.AppHosts.Raw.BaseRawRequest.CompleteResponse () <0x00027>
at AIHelpsServer.HelloWorldRequest.Process (HyperFastCgi.Interfaces.IWebResponse) <0x000c9>
at HyperFastCgi.Transports.BaseAppHostTransport/c__AnonStorey0.<>m__1 (object) <0x000b7>
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) <0x00050>
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x0021a>
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00028>
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () <0x00057>
at System.Threading.ThreadPoolWorkQueue.Dispatch () <0x0021a>
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () <0x00010>
at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
Debug info from gdb:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
Aborted
The text was updated successfully, but these errors were encountered: