Advertisement
Guest User

Untitled

a guest
Apr 7th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.23 KB | None | 0 0
  1. ######## TEST RUN 1 #########
  2.  
  3.  
  4. Tests run: 6258, Failures: 2, Not run: 125, Time: 98.974 seconds
  5.  
  6. Test Case Failures:
  7. 1) MonoTests.System.Timers.TimerTest.EnabledInElapsed : #1 loss of events
  8. Expected: True
  9. But was: False
  10.  
  11. at MonoTests.System.Timers.TimerTest.EnabledInElapsed () [0x0005e] in /home/alexander/dev/mono/mcs/class/System/Test/System.Timers/TimerTest.cs:302
  12. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  13. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in /home/alexander/dev/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:293
  14.  
  15. 2) MonoTests.System.Timers.TimerTest.TestRaceCondition : #1
  16. Expected: True
  17. But was: False
  18.  
  19. at MonoTests.System.Timers.TimerTest.TestRaceCondition () [0x00000] in /home/alexander/dev/mono/mcs/class/System/Test/System.Timers/TimerTest.cs:308
  20. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  21. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in /home/alexander/dev/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:293
  22.  
  23.  
  24.  
  25. Unhandled exceptions:
  26. 1) : System.NullReferenceException: Object reference not set to an instance of an object
  27. at System.Threading.Timer+Scheduler.ShrinkIfNeeded (System.Collections.Generic.List`1 list, Int32 initial) <0x41d0f360 + 0x00022> in <filename unknown>:0
  28. at System.Threading.Timer+Scheduler.SchedulerThread () [0x00176] in /home/alexander/dev/mono/mcs/class/corlib/System.Threading/Timer.cs:369
  29. at System.Threading.Thread.StartInternal () [0x00016] in /home/alexander/dev/mono/mcs/class/corlib/System.Threading/Thread.cs:696
  30. make[1]: *** [run-test-lib] Error 1
  31.  
  32.  
  33.  
  34.  
  35.  
  36. ######## TEST RUN 2 #########
  37.  
  38. ***** MonoTests.System.Net.WebUtilityTest.RoundTrip
  39. ***** MonoTests.System.Net.WebUtilityTest.UrlEncoding
  40. Stacktrace:
  41.  
  42.  
  43. Native stacktrace:
  44.  
  45. /home/alexander/dev/mono/mono/mini/mono(mono_handle_native_sigsegv+0xc8) [0x4d0858]
  46. /home/alexander/dev/mono/mono/mini/mono(mono_arch_handle_altstack_exception+0xbe) [0x52683e]
  47. /home/alexander/dev/mono/mono/mini/mono(mono_sigsegv_signal_handler+0xf8) [0x44fcc8]
  48. /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x2b85c2dbd340]
  49. [0x418ddd71]
  50.  
  51. Debug info from gdb:
  52.  
  53. Could not attach to process. If your uid matches the uid of the target
  54. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  55. again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
  56. ptrace: Operation not permitted.
  57. No threads.
  58.  
  59. =================================================================
  60. Got a SIGSEGV while executing native code. This usually indicates
  61. a fatal error in the mono runtime or one of the native libraries
  62. used by your application.
  63. =================================================================
  64.  
  65. Aborted (core dumped)
  66. make[1]: *** [run-test-lib] Error 1
  67.  
  68.  
  69.  
  70.  
  71.  
  72. ######## TEST RUN 3 #########
  73.  
  74. ***** MonoTests.System.Net.Sockets.TcpClientTest.ConnectMultiRefused
  75. ***** MonoTests.System.Net.Sockets.TcpClientTest.TcpClient
  76. Stacktrace:
  77.  
  78.  
  79. Native stacktrace:
  80.  
  81. /home/alexander/dev/mono/mono/mini/mono(mono_handle_native_sigsegv+0xc8) [0x4d0858]
  82. /home/alexander/dev/mono/mono/mini/mono(mono_arch_handle_altstack_exception+0xbe) [0x52683e]
  83. /home/alexander/dev/mono/mono/mini/mono(mono_sigsegv_signal_handler+0xf8) [0x44fcc8]
  84. /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x2b1a5f793340]
  85. [0x41049d71]
  86.  
  87. Debug info from gdb:
  88.  
  89. ***** MonoTests.System.Net.Sockets.TcpListenerTest.CtorInt1
  90. ***** MonoTests.System.Net.Sockets.TcpListenerTest.CtorIPAddressInt1
  91. ***** MonoTests.System.Net.Sockets.TcpListenerTest.CtorIPAddressInt2
  92. ***** MonoTests.System.Net.Sockets.TcpListenerTest.CtorIPEndPoint
  93. ***** MonoTests.System.Net.Sockets.TcpListenerTest.PostStartStatus
  94. ***** MonoTests.System.Net.Sockets.TcpListenerTest.PreStartStatus
  95. ***** MonoTests.System.Net.Sockets.TcpListenerTest.StartListenMoreThan5
  96. ***** MonoTests.System.Net.Sockets.TcpListenerTest.TcpListener
  97. ***** MonoTests.System.Net.Sockets.UdpClientTest.Available
  98. Could not attach to process. If your uid matches the uid of the target
  99. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  100. again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
  101. ptrace: Operation not permitted.
  102. No threads.
  103.  
  104. =================================================================
  105. Got a SIGSEGV while executing native code. This usually indicates
  106. a fatal error in the mono runtime or one of the native libraries
  107. used by your application.
  108. =================================================================
  109.  
  110. Aborted (core dumped)
  111. make[1]: *** [run-test-lib] Error 1
  112.  
  113.  
  114.  
  115.  
  116. ######## TEST RUN 4 #########
  117.  
  118. ***** MonoTests.System.Net.Sockets.MulticastOptionTest.Group
  119. Stacktrace:
  120.  
  121.  
  122. Native stacktrace:
  123.  
  124. Segmentation fault (core dumped)
  125. make[1]: *** [run-test-lib] Error 1
  126.  
  127.  
  128.  
  129.  
  130.  
  131. ######## TEST RUN 5 (with gdb output) #########
  132.  
  133. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOption3_DontLinger_Int32
  134. Stacktrace:
  135.  
  136.  
  137. Native stacktrace:
  138.  
  139. /home/alexander/dev/mono/mono/mini/mono(mono_handle_native_sigsegv+0xc8) [0x4d0858]
  140. /home/alexander/dev/mono/mono/mini/mono(mono_arch_handle_altstack_exception+0xbe) [0x52683e]
  141. /home/alexander/dev/mono/mono/mini/mono(mono_sigsegv_signal_handler+0xf8) [0x44fcc8]
  142. /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x2b391370c340]
  143. [0x40f34d71]
  144. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOption3_DontLinger_LingerOption
  145.  
  146. Debug info from gdb:
  147.  
  148. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOption3_DropMembershipIPv4_IPv6MulticastOption
  149. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOption3_DropMembershipIPv4_MulticastOption
  150. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOption3_DropMembershipIPv6_IPv6MulticastOption
  151. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOption3_DropMembershipIPv6_MulticastOption
  152. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOption3_Linger_Boolean
  153. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOption3_Linger_Int32
  154. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOption3_Linger_LingerOption
  155. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOption3_OptionValue_Null
  156. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOption3_Socket_Closed
  157. ***** MonoTests.System.Net.Sockets.SocketTest.SetSocketOptionBoolean
  158. ***** MonoTests.System.Net.Sockets.SocketTest.Shutdown_NoConnect
  159. ***** MonoTests.System.Net.Sockets.SocketTest.SocketErrorTest
  160. ***** MonoTests.System.Net.Sockets.SocketTest.SocketInformationCtor
  161. ***** MonoTests.System.Net.Sockets.SocketTest.TestSelect1
  162. ***** MonoTests.System.Net.Sockets.SocketTest.TtlChange
  163. ***** MonoTests.System.Net.Sockets.SocketTest.TtlChangeOverflow
  164. ***** MonoTests.System.Net.Sockets.SocketTest.TtlClosed
  165. ***** MonoTests.System.Net.Sockets.SocketTest.UdpDoubleBind
  166. ***** MonoTests.System.Net.Sockets.SocketTest.UseOnlyOverlappedIOChange
  167. ***** MonoTests.System.Net.Sockets.SocketTest.UseOnlyOverlappedIOClosed
  168. ***** MonoTests.System.Net.Sockets.SocketTest.UseOnlyOverlappedIODefault
  169. [New LWP 12886]
  170. [New LWP 12881]
  171. [New LWP 12832]
  172. [New LWP 12826]
  173. [New LWP 12823]
  174. [New LWP 12765]
  175. [New LWP 9447]
  176. [New LWP 9446]
  177. [New LWP 9270]
  178. [New LWP 9269]
  179. [New LWP 9267]
  180. [New LWP 9266]
  181. [New LWP 9265]
  182. [New LWP 9264]
  183. [New LWP 9263]
  184. [New LWP 9262]
  185. [Thread debugging using libthread_db enabled]
  186. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  187. 0x00002b3913951062 in do_sigsuspend (set=0x9883e0 <suspend_signal_mask>) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
  188. 31 ../sysdeps/unix/sysv/linux/sigsuspend.c: No such file or directory.
  189. Id Target Id Frame
  190. 17 Thread 0x2b3914e3d700 (LWP 9262) "mono" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  191. 16 Thread 0x2b391707f700 (LWP 9263) "Finalizer" sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:85
  192. 15 Thread 0x2b3917a6d700 (LWP 9264) "Timer-Scheduler" 0x00002b391370bee9 in __libc_waitpid (pid=pid@entry=12884, stat_loc=stat_loc@entry=0x2b39176e719c, options=options@entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:40
  193. 14 Thread 0x2b3917c6e700 (LWP 9265) "Timer-Scheduler" 0x00002b3913951062 in do_sigsuspend (set=0x9883e0 <suspend_signal_mask>) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
  194. 13 Thread 0x2b3924d80700 (LWP 9266) "mono" sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:85
  195. 12 Thread 0x2b3925384700 (LWP 9267) "mono" 0x00002b3913951062 in do_sigsuspend (set=0x9883e0 <suspend_signal_mask>) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
  196. 11 Thread 0x2b392473c700 (LWP 9269) "mono" 0x00002b3913a14b13 in epoll_wait () at ../sysdeps/unix/syscall-template.S:81
  197. 10 Thread 0x2b3924781700 (LWP 9270) "IO Threadpool w" sem_timedwait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S:101
  198. 9 Thread 0x2b39247c6700 (LWP 9446) "Threadpool moni" 0x00002b3913951062 in do_sigsuspend (set=0x9883e0 <suspend_signal_mask>) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
  199. 8 Thread 0x2b39259c8700 (LWP 9447) "Threadpool work" sem_timedwait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S:101
  200. 7 Thread 0x2b3926c48700 (LWP 12765) "Threadpool work" sem_timedwait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S:101
  201. 6 Thread 0x2b395145d700 (LWP 12823) "mono" 0x00002b3913951062 in do_sigsuspend (set=0x9883e0 <suspend_signal_mask>) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
  202. 5 Thread 0x2b395125c700 (LWP 12826) "Threadpool work" sem_timedwait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S:101
  203. 4 Thread 0x2b3927901700 (LWP 12832) "mono" 0x00002b3913951062 in do_sigsuspend (set=0x9883e0 <suspend_signal_mask>) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
  204. 3 Thread 0x2b395165e700 (LWP 12881) "Threadpool work" sem_timedwait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S:101
  205. 2 Thread 0x2b3927f1e700 (LWP 12886) "mono" 0x00002b3913951062 in do_sigsuspend (set=0x9883e0 <suspend_signal_mask>) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
  206. * 1 Thread 0x2b3912e095c0 (LWP 9250) "mono" 0x00002b3913951062 in do_sigsuspend (set=0x9883e0 <suspend_signal_mask>) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
  207.  
  208. Thread 17 (Thread 0x2b3914e3d700 (LWP 9262)):
  209. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  210. #1 0x0000000000628a8c in thread_func (thread_data=0x0) at sgen-thread-pool.c:98
  211. #2 0x00002b3913704182 in start_thread (arg=0x2b3914e3d700) at pthread_create.c:312
  212. #3 0x00002b3913a1447d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  213.  
  214. Thread 16 (Thread 0x2b391707f700 (LWP 9263)):
  215. #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:85
  216. #1 0x0000000000653c07 in mono_sem_wait (sem=sem@entry=0x987e40 <finalizer_sem>, alertable=alertable@entry=1) at mono-semaphore.c:101
  217. #2 0x00000000005d826e in finalizer_thread (unused=<optimized out>) at gc.c:1093
  218. #3 0x00000000005b7124 in start_wrapper_internal (data=<optimized out>) at threads.c:664
  219. #4 start_wrapper (data=<optimized out>) at threads.c:711
  220. #5 0x0000000000659e0e in inner_start_thread (arg=0x7fff7f78a180) at mono-threads-posix.c:96
  221. #6 0x00002b3913704182 in start_thread (arg=0x2b391707f700) at pthread_create.c:312
  222. #7 0x00002b3913a1447d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  223.  
  224. Thread 15 (Thread 0x2b3917a6d700 (LWP 9264)):
  225. #0 0x00002b391370bee9 in __libc_waitpid (pid=pid@entry=12884, stat_loc=stat_loc@entry=0x2b39176e719c, options=options@entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:40
  226. #1 0x00000000004d08e5 in mono_handle_native_sigsegv (signal=signal@entry=11, ctx=ctx@entry=0x2b39176e7ac0, info=info@entry=0x2b39176e7bf0) at mini-exceptions.c:2364
  227. #2 0x000000000052683e in mono_arch_handle_altstack_exception (sigctx=sigctx@entry=0x2b39176e7ac0, siginfo=siginfo@entry=0x2b39176e7bf0, fault_addr=<optimized out>, stack_ovf=stack_ovf@entry=0) at exceptions-amd64.c:854
  228. #3 0x000000000044fcc8 in mono_sigsegv_signal_handler (_dummy=11, _info=0x2b39176e7bf0, context=0x2b39176e7ac0) at mini-runtime.c:2467
  229. #4 <signal handler called>
  230. #5 0x0000000040f34d71 in ?? ()
  231. #6 0x0000000041683b00 in ?? ()
  232. #7 0x0000000040f34509 in ?? ()
  233. #8 0x00002b3917a6c3e0 in ?? ()
  234. #9 0x00000000018c4ac0 in ?? ()
  235. #10 0x00002b391c03f190 in ?? ()
  236. #11 0x00002b391c03f160 in ?? ()
  237. #12 0x0000000000000000 in ?? ()
  238.  
  239. Thread 14 (Thread 0x2b3917c6e700 (LWP 9265)):
  240. #0 0x00002b3913951062 in do_sigsuspend (set=0x9883e0 <suspend_signal_mask>) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
  241. #1 __GI___sigsuspend (set=set@entry=0x9883e0 <suspend_signal_mask>) at ../sysdeps/unix/sysv/linux/sigsuspend.c:45
  242. #2 0x00000000005feb94 in suspend_thread (context=0x2b3917c6d100, info=0x2b39200008e0) at sgen-os-posix.c:126
  243. #3 suspend_handler (_dummy=<optimized out>, _info=<optimized out>, context=0x2b3917c6d100) at sgen-os-posix.c:153
  244. #4 <signal handler called>
  245. #5 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
  246. #6 0x0000000000633457 in _wapi_handle_timedwait_signal_handle (handle=handle@entry=0x240e, timeout=timeout@entry=0x2b3917c6d7a0, alertable=alertable@entry=1, poll=poll@entry=0) at handles.c:1600
  247. #7 0x0000000000645be2 in wapi_WaitForSingleObjectEx (handle=0x240e, timeout=timeout@entry=9999, alertable=alertable@entry=1) at wait.c:196
  248. #8 0x00000000005b6a8f in mono_wait_uninterrupted (thread=thread@entry=0x2b3914eb0508, multiple=multiple@entry=0, numhandles=numhandles@entry=1, handles=handles@entry=0x2b3917c6d848, waitall=waitall@entry=0, ms=ms@entry=9999, alertable=1) at threads.c:1390
  249. #9 0x00000000005b7f09 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0x240e, ms=9999, exitContext=<optimized out>) at threads.c:1524
  250. #10 0x000000004173a33d in ?? ()
  251. #11 0x0000000000000038 in ?? ()
  252. #12 0x00000000018c37f0 in ?? ()
  253. #13 0x000000000000270f in ?? ()
  254. #14 0x00002b39151ae980 in ?? ()
  255. #15 0x000000000000270f in ?? ()
  256. #16 0x00002b3920000c80 in ?? ()
  257. #17 0x00002b3900000002 in ?? ()
  258. #18 0x00002b3917c6d900 in ?? ()
  259. #19 0x00002b3917c6d870 in ?? ()
  260. /build/buildd/gdb-7.7.1/gdb/dwarf2-frame.c:692: internal-error: Unknown CFI encountered.
  261. A problem internal to GDB has been detected,
  262. further debugging may prove unreliable.
  263. Quit this debugging session? (y or n) [answered Y; input not from terminal]
  264. /build/buildd/gdb-7.7.1/gdb/dwarf2-frame.c:692: internal-error: Unknown CFI encountered.
  265. A problem internal to GDB has been detected,
  266. further debugging may prove unreliable.
  267. Create a core file of GDB? (y or n) [answered Y; input not from terminal]
  268.  
  269. =================================================================
  270. Got a SIGSEGV while executing native code. This usually indicates
  271. a fatal error in the mono runtime or one of the native libraries
  272. used by your application.
  273. =================================================================
  274.  
  275. Aborted (core dumped)
  276. make[1]: *** [run-test-lib] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement