http://bugzilla.novell.com/show_bug.cgi?id=318809
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=318809#c2 Rolf Bjarne Kvinge <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |[email protected] Info Provider|[email protected] | --- Comment #2 from Rolf Bjarne Kvinge <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
