help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Crash on sockets and Exceptions


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Crash on sockets and Exceptions
Date: Fri, 17 Jun 2011 12:38:23 +0200

> diff --git a/libgst/sysdep/posix/events.c b/libgst/sysdep/posix/events.c
> index ab2a88e..b40d7aa 100644
> --- a/libgst/sysdep/posix/events.c
> +++ b/libgst/sysdep/posix/events.c
> @@ -342,6 +342,7 @@ file_polling_handler (int sig)
>   if (num_used_pollfds > 0)
>     {
>       static async_queue_entry e = { async_signal_polled_files, NULL, NULL };
> +      e.data = _gst_true_oop;
>       _gst_async_call_internal (&e);
>     }

Looks good, thanks!  Feel free to make a pull request on github so I
don't forget when I'm back.

> any feelings on making the NULL, FALSE, TRUE OOP const?

Could be a good idea.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]