| 41 | | Building then succeeds, but execution of mcs hangs. |
| | 41 | Building then succeeds, but execution of mcs hangs: |
| | 42 | {{{ |
| | 43 | (gdb) bt |
| | 44 | #0 0xffff0102 in ?? () |
| | 45 | #1 0x006985d4 in semop () from /boot/beos/system/lib/libroot.so |
| | 46 | #2 0x0033cd54 in shm_sem_lock (sem=27) |
| | 47 | at /ToBe/Mono/mono/mono/io-layer/shared.c:530 |
| | 48 | #3 0x0033cff6 in _wapi_shm_sem_lock (sem=2147408852) |
| | 49 | at /ToBe/Mono/mono/mono/io-layer/shared.c:721 |
| | 50 | #4 0x0033cb60 in shm_semaphores_init () |
| | 51 | at /ToBe/Mono/mono/mono/io-layer/shared.c:435 |
| | 52 | #5 0x0033cf8c in _wapi_shm_semaphores_init () |
| | 53 | at /ToBe/Mono/mono/mono/io-layer/shared.c:703 |
| | 54 | #6 0x003194e5 in shared_init () at /ToBe/Mono/mono/mono/io-layer/handles.c:233 |
| | 55 | #7 0x003355fb in mono_once (once=0x4dd974, once_init=0x319490 <shared_init>) |
| | 56 | at /ToBe/Mono/mono/mono/io-layer/mono-mutex.c:80 |
| | 57 | #8 0x00319a9b in _wapi_handle_new (type=WAPI_HANDLE_SEM, |
| | 58 | handle_specific=0x7ffedd4c) at /ToBe/Mono/mono/mono/io-layer/handles.c:413 |
| | 59 | #9 0x0033aff3 in sem_create (security=0x0, initial=0, max=2147483647) |
| | 60 | at /ToBe/Mono/mono/mono/io-layer/semaphores.c:181 |
| | 61 | #10 0x0033b81e in CreateSemaphore (security=0x0, initial=0, max=2147483647, |
| | 62 | name=0x0) at /ToBe/Mono/mono/mono/io-layer/semaphores.c:353 |
| | 63 | #11 0x002ff6b0 in mono_thread_pool_init () |
| | 64 | at /ToBe/Mono/mono/mono/metadata/threadpool.c:989 |
| | 65 | #12 0x00277455 in mono_runtime_init (domain=0x1801a230, |
| | 66 | start_cb=0x391cdc <mono_thread_start_cb>, |
| | 67 | attach_cb=0x391d68 <mono_thread_attach_cb>) |
| | 68 | ---Type <return> to continue, or q <return> to quit--- |
| | 69 | at /ToBe/Mono/mono/mono/metadata/appdomain.c:142 |
| | 70 | #13 0x003998db in mini_init (filename=0x4a43fe "object int", |
| | 71 | runtime_version=0x4a40e6 "ulong double") |
| | 72 | at /ToBe/Mono/mono/mono/mini/mini.c:15335 |
| | 73 | #14 0x0022e729 in mono_main (argc=6, argv=0x7ffee538) |
| | 74 | at /ToBe/Mono/mono/mono/mini/driver.c:1427 |
| | 75 | #15 0x0022c9b7 in main (argc=2147408852, argv=0x1b) |
| | 76 | at /ToBe/Mono/mono/mono/mini/main.c:30 |
| | 77 | }}} |
| | 78 | Looks like a problem with semaphores. |