Re: [Mono-list] Solaris and semaphores

2006-04-01 Thread Dick Porter
On Sat, 2006-04-01 at 13:16 -0600, Jonel Rienton wrote:
> I have recently build mono in Solaris 8 and Solaris 10, and at some
> point, the build goes into a loop complaining about semaphores and no
> more space left on the device. After running ipcs it seems like
> there's a bunch of semaphores entry in there caused by the build. I
> have to clean it up using ipcrm and that helped. This issue only
> showed up with 1.1.13.6.
> 
> This issue was not present in 1.1.13.4.

1.1.13.6 should clean up the semaphores, earlier releases didn't (but
later mono processes reuse the same semaphore unless you deleted the
shared data file.)

After you've deleted some semaphores, does the problem occur again later
when you run 1.1.13.6?

- Dick



signature.asc
Description: This is a digitally signed message part
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Solaris and semaphores

2006-04-01 Thread Jonel Rienton
I have recently build mono in Solaris 8 and Solaris 10, and at some
point, the build goes into a loop complaining about semaphores and no
more space left on the device. After running ipcs it seems like
there's a bunch of semaphores entry in there caused by the build. I
have to clean it up using ipcrm and that helped. This issue only
showed up with 1.1.13.6.

This issue was not present in 1.1.13.4.

Thanks,

Jonel
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Gtk objects

2006-04-01 Thread Tomas Olofsson

Hi
Thanks for the help, I tried to use

Gtk.Application.Invoke (delegate {
   statusbar.Push(1, "Done");
});

just to see if it worked in a method not called by the gui-thread, but I 
get an exception:
Unhandled Exception: System.NullReferenceException: Object reference not 
set to an instance of an object

in <0x00083> ClientGUI:ShowSearchResults ()
.
.
Is there something else I must do to make Invoke work more than the 2 
lines above?



On Fri, 31 Mar 2006, Mario Carrión wrote:


On 3/31/06, Tomas Olofsson <[EMAIL PROTECTED]> wrote:
Hi

Hello


I'm writing a client/server application and have divided the client in two
classes. I have a gui-class and a functional-class.
I have a big problem that I can't access and change the gtk object properties
from the functional class, the program just "hangs" on the codeline and
doesn't do anything. I can change "regular" variables
like strings, int, double and so on but gtk objects don't respond.
I have tried to set the gtk objects to public and also fetch them with
set- and get-methods.

Does anyone have an idea of what I have done wrong?

If you are changing from another Thread different than main see the
Responsive Applications article[1] for getting a solution.

[1] http://www.mono-project.com/Responsive_Applications

Cheers
-
Mario Carrión <[EMAIL PROTECTED]>

--

Thomas Olofsson
[EMAIL PROTECTED]

www.blienvinnare.com

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list