当前位置: 技术问答>linux和unix
Linux下用mono 开发 出现的线程问题
来源: 互联网 发布时间:2016-07-13
本文导语: 我建了两个线程:一个接受采集点发过来的信息,一个往服务器发送信息,运行大概10分钟左右出现下面问题,清高手给解散下,并能给出正确解决方案,不胜感激…… 错误提示代码: #7 0xa3a61000 in ?? () #8 0x00...
我建了两个线程:一个接受采集点发过来的信息,一个往服务器发送信息,运行大概10分钟左右出现下面问题,清高手给解散下,并能给出正确解决方案,不胜感激……
错误提示代码:
#7 0xa3a61000 in ?? ()
#8 0x00000000 in ?? ()
Thread 20 (Thread -1835754608 (LWP 4204)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=38, buf=0xab17e010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=38, buf=0xab17e010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=38, buffer=0xab17e000, offset=0, count=4096, flags=0,
error=0x9294898c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000026 in ?? ()
#7 0xab17e000 in ?? ()
#8 0x00000000 in ?? ()
Thread 19 (Thread -1756255344 (LWP 4213)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=46, buf=0xa81e6010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=46, buf=0xa81e6010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=46, buffer=0xa81e6000, offset=0, count=4096, flags=0,
error=0x9751998c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000002e in ?? ()
#7 0xa81e6000 in ?? ()
#8 0x00000000 in ?? ()
Thread 18 (Thread -1837859952 (LWP 4219)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=42, buf=0xa81d5010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=42, buf=0xa81d5010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=42, buffer=0xa81d5000, offset=0, count=4096, flags=0,
error=0x9274698c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000002a in ?? ()
#7 0xa81d5000 in ?? ()
#8 0x00000000 in ?? ()
Thread 17 (Thread -1841017968 (LWP 4248)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=48, buf=0xa5b42010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=48, buf=0xa5b42010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=48, buffer=0xa5b42000, offset=0, count=4096, flags=0,
error=0x9244398c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000030 in ?? ()
#7 0xa5b42000 in ?? ()
#8 0x00000000 in ?? ()
Thread 16 (Thread -1836807280 (LWP 4258)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=62, buf=0x95476010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=62, buf=0x95476010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=62, buffer=0x95476000, offset=0, count=4096, flags=0,
error=0x9284798c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000003e in ?? ()
#7 0x95476000 in ?? ()
#8 0x00000000 in ?? ()
Thread 15 (Thread -1838912624 (LWP 4265)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=3, buf=0xb8010, len=4096, recv_flags=0,
from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=3, buf=0xb8010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=3, buffer=0xb8000, offset=0, count=4096, flags=0, error=0x9264598c)
at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000003 in ?? ()
#7 0x000b8000 in ?? ()
#8 0x00000000 in ?? ()
Thread 14 (Thread -1845228656 (LWP 4277)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=17, buf=0x9331a010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=17, buf=0x9331a010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=17, buffer=0x9331a000, offset=0, count=4096, flags=0,
error=0x9203f98c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000011 in ?? ()
#7 0x9331a000 in ?? ()
#8 0x00000000 in ?? ()
Thread 13 (Thread -1844175984 (LWP 4291)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=41, buf=0xa88d7010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=41, buf=0xa88d7010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=41, buffer=0xa88d7000, offset=0, count=4096, flags=0,
error=0x9214098c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000029 in ?? ()
#7 0xa88d7000 in ?? ()
#8 0x00000000 in ?? ()
Thread 12 (Thread -1839965296 (LWP 4305)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=54, buf=0x99768010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=54, buf=0x99768010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=54, buffer=0x99768000, offset=0, count=4096, flags=0,
error=0x9254498c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000036 in ?? ()
#7 0x99768000 in ?? ()
#8 0x00000000 in ?? ()
Thread 11 (Thread -1843123312 (LWP 4314)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=63, buf=0x9548f010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=63, buf=0x9548f010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=63, buffer=0x9548f000, offset=0, count=4096, flags=0,
error=0x9224198c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000003f in ?? ()
#7 0x9548f000 in ?? ()
#8 0x00000000 in ?? ()
Thread 10 (Thread -1847334000 (LWP 4325)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=27, buf=0x9b9b7010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=27, buf=0x9b9b7010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=27, buffer=0x9b9b7000, offset=0, count=4096, flags=0,
error=0x91e3d98c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000001b in ?? ()
#7 0x9b9b7000 in ?? ()
#8 0x00000000 in ?? ()
Thread 9 (Thread -1846281328 (LWP 4336)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=58, buf=0x97ef0010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=58, buf=0x97ef0010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=58, buffer=0x97ef0000, offset=0, count=4096, flags=0,
error=0x91f3e98c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000003a in ?? ()
#7 0x97ef0000 in ?? ()
#8 0x00000000 in ?? ()
Thread 8 (Thread -1842070640 (LWP 4348)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=57, buf=0x97c00010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=57, buf=0x97c00010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=57, buffer=0x97c00000, offset=0, count=4096, flags=0,
error=0x9234298c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000039 in ?? ()
#7 0x97c00000 in ?? ()
#8 0x00000000 in ?? ()
Thread 7 (Thread -1851675760 (LWP 4377)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=61, buf=0x97390010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=61, buf=0x97390010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=61, buffer=0x97390000, offset=0, count=4096, flags=0,
error=0x91a1998c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000003d in ?? ()
#7 0x97390000 in ?? ()
#8 0x00000000 in ?? ()
错误提示代码:
#7 0xa3a61000 in ?? ()
#8 0x00000000 in ?? ()
Thread 20 (Thread -1835754608 (LWP 4204)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=38, buf=0xab17e010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=38, buf=0xab17e010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=38, buffer=0xab17e000, offset=0, count=4096, flags=0,
error=0x9294898c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000026 in ?? ()
#7 0xab17e000 in ?? ()
#8 0x00000000 in ?? ()
Thread 19 (Thread -1756255344 (LWP 4213)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=46, buf=0xa81e6010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=46, buf=0xa81e6010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=46, buffer=0xa81e6000, offset=0, count=4096, flags=0,
error=0x9751998c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000002e in ?? ()
#7 0xa81e6000 in ?? ()
#8 0x00000000 in ?? ()
Thread 18 (Thread -1837859952 (LWP 4219)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=42, buf=0xa81d5010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=42, buf=0xa81d5010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=42, buffer=0xa81d5000, offset=0, count=4096, flags=0,
error=0x9274698c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000002a in ?? ()
#7 0xa81d5000 in ?? ()
#8 0x00000000 in ?? ()
Thread 17 (Thread -1841017968 (LWP 4248)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=48, buf=0xa5b42010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=48, buf=0xa5b42010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=48, buffer=0xa5b42000, offset=0, count=4096, flags=0,
error=0x9244398c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000030 in ?? ()
#7 0xa5b42000 in ?? ()
#8 0x00000000 in ?? ()
Thread 16 (Thread -1836807280 (LWP 4258)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=62, buf=0x95476010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=62, buf=0x95476010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=62, buffer=0x95476000, offset=0, count=4096, flags=0,
error=0x9284798c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000003e in ?? ()
#7 0x95476000 in ?? ()
#8 0x00000000 in ?? ()
Thread 15 (Thread -1838912624 (LWP 4265)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=3, buf=0xb8010, len=4096, recv_flags=0,
from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=3, buf=0xb8010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=3, buffer=0xb8000, offset=0, count=4096, flags=0, error=0x9264598c)
at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000003 in ?? ()
#7 0x000b8000 in ?? ()
#8 0x00000000 in ?? ()
Thread 14 (Thread -1845228656 (LWP 4277)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=17, buf=0x9331a010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=17, buf=0x9331a010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=17, buffer=0x9331a000, offset=0, count=4096, flags=0,
error=0x9203f98c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000011 in ?? ()
#7 0x9331a000 in ?? ()
#8 0x00000000 in ?? ()
Thread 13 (Thread -1844175984 (LWP 4291)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=41, buf=0xa88d7010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=41, buf=0xa88d7010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=41, buffer=0xa88d7000, offset=0, count=4096, flags=0,
error=0x9214098c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000029 in ?? ()
#7 0xa88d7000 in ?? ()
#8 0x00000000 in ?? ()
Thread 12 (Thread -1839965296 (LWP 4305)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=54, buf=0x99768010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=54, buf=0x99768010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=54, buffer=0x99768000, offset=0, count=4096, flags=0,
error=0x9254498c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000036 in ?? ()
#7 0x99768000 in ?? ()
#8 0x00000000 in ?? ()
Thread 11 (Thread -1843123312 (LWP 4314)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=63, buf=0x9548f010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=63, buf=0x9548f010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=63, buffer=0x9548f000, offset=0, count=4096, flags=0,
error=0x9224198c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000003f in ?? ()
#7 0x9548f000 in ?? ()
#8 0x00000000 in ?? ()
Thread 10 (Thread -1847334000 (LWP 4325)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=27, buf=0x9b9b7010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=27, buf=0x9b9b7010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=27, buffer=0x9b9b7000, offset=0, count=4096, flags=0,
error=0x91e3d98c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000001b in ?? ()
#7 0x9b9b7000 in ?? ()
#8 0x00000000 in ?? ()
Thread 9 (Thread -1846281328 (LWP 4336)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=58, buf=0x97ef0010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=58, buf=0x97ef0010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=58, buffer=0x97ef0000, offset=0, count=4096, flags=0,
error=0x91f3e98c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000003a in ?? ()
#7 0x97ef0000 in ?? ()
#8 0x00000000 in ?? ()
Thread 8 (Thread -1842070640 (LWP 4348)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=57, buf=0x97c00010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=57, buf=0x97c00010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=57, buffer=0x97c00000, offset=0, count=4096, flags=0,
error=0x9234298c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x00000039 in ?? ()
#7 0x97c00000 in ?? ()
#8 0x00000000 in ?? ()
Thread 7 (Thread -1851675760 (LWP 4377)):
#0 0x0065a402 in __kernel_vsyscall ()
#1 0x00429298 in recvfrom () from /lib/i686/nosegneg/libpthread.so.0
#2 0x081b036b in _wapi_recvfrom (fd=61, buf=0x97390010, len=4096,
recv_flags=0, from=0x0, fromlen=0x0) at sockets.c:591
#3 0x081b05f2 in _wapi_recv (fd=61, buf=0x97390010, len=4096, recv_flags=0)
at sockets.c:569
#4 0x081a3925 in ves_icall_System_Net_Sockets_Socket_Receive_internal (
sock=61, buffer=0x97390000, offset=0, count=4096, flags=0,
error=0x91a1998c) at socket-io.c:1441
#5 0x0027c3f4 in ?? ()
#6 0x0000003d in ?? ()
#7 0x97390000 in ?? ()
#8 0x00000000 in ?? ()
|
你这信息应该是gdb打出来的吧。
感觉你代码里有循环没搞对。
把线程创建相关的那部分代码贴出来看看。
感觉你代码里有循环没搞对。
把线程创建相关的那部分代码贴出来看看。
|
不可重现的bug?
|
在win下正常吗?