[Mono-bugs] [Bug 318809] _wapi_handle_share_release: assertion failed: (info->handle_refs > 0)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 23 07:18:50 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=318809
User rkvinge at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=318809#c2
Rolf Bjarne Kvinge <rkvinge at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
CC| |rkvinge at novell.com
Info Provider|trow at ximian.com |
--- Comment #2 from Rolf Bjarne Kvinge <rkvinge at novell.com> 2009-10-23 13:18:44 CEST ---
This is happening for moonlight quite often on one of our build bots, while
building moonlight using the 2.6 branch.
I attach the full build log.
Removing the semaphores on the machine using this command:
for ipc in `ipcs | grep linux | awk -F" " '{print $2}'`; do ipcrm -s $ipc; done
fixes it, though the issue returns sooner or later. Lately it has been more
sooner than later actually. The interesting thing is that it's only happening
on 1 of the 10+ buildbots we have (it has never happened on any of the other
bots).
ipcs doesn't seem to reveal much:
# ipcs
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x0102a683 35192834 root 600 32 44
0x0102a69d 35225603 root 600 32 33
------ Semaphore Arrays --------
key semid owner perms nsems
0x4d03e561 150700032 linux 600 8
0x00000000 63111169 wwwrun 600 1
0x00000000 63143938 wwwrun 600 1
0x00000000 63176707 wwwrun 600 1
0x00000000 63209476 wwwrun 600 1
0x00000000 20840453 wwwrun 600 1
0x00000000 63242246 wwwrun 600 1
0x4d02a6a9 63307783 wwwrun 600 8
0x4d02a6f4 21102600 wwwrun 600 8
0xffffffff 145686537 linux 600 8
0x00000000 63340554 wwwrun 600 1
0x00000000 148865035 linux 600 8
0x00000000 158728204 linux 600 8
0x00000000 155648013 linux 600 8
0x00000000 155844622 linux 600 8
0x00000000 156205071 linux 600 8
------ Message Queues --------
key msqid owner perms used-bytes messages
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list