Skip to content

Instantly share code, notes, and snippets.

@naoto
Created July 13, 2012 00:04
Show Gist options
  • Save naoto/3101944 to your computer and use it in GitHub Desktop.
Save naoto/3101944 to your computer and use it in GitHub Desktop.
TwitterIrcGateway の突然死
* Assertion at mono-wsq.c:73, condition `mono_wsq_count (wsq) == 0' not met
Stacktrace:
Native stacktrace:
mono [0x80de96b]
[0xb77ba40c]
/lib/i686/cmov/libc.so.6(abort+0x188) [0xb7638018]
mono [0x8218d75]
mono [0x8218df3]
mono [0x81e9453]
mono [0x81b8cbd]
mono [0x81e5a23]
mono [0x81ed2fe]
mono [0x822586d]
/lib/i686/cmov/libpthread.so.0 [0xb776c4c0]
/lib/i686/cmov/libc.so.6(clone+0x5e) [0xb76eb84e]
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.
=================================================================
[1] 22744 abort mono ./TwitterIrcGatewayCLI.exe --BindAddress=0.0.0.0 --encoding=utf-8
* Assertion at mono-wsq.c:73, condition `mono_wsq_count (wsq) == 0' not met
Stacktrace:
Native stacktrace:
mono [0x80de96b]
[0xb77a240c]
/lib/i686/cmov/libc.so.6(abort+0x188) [0xb7620018]
mono [0x8218d75]
mono [0x8218df3]
mono [0x81e9453]
mono [0x81b8cbd]
mono [0x81e5a23]
mono [0x81ed2fe]
mono [0x822586d]
/lib/i686/cmov/libpthread.so.0 [0xb77544c0]
/lib/i686/cmov/libc.so.6(clone+0x5e) [0xb76d384e]
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.
=================================================================
[1] 24221 abort mono ./TwitterIrcGatewayCLI.exe --BindAddress=0.0.0.0 --encoding=utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment