delorie.com/archives/browse.cgi | search |
On Sat, Dec 04, 1999 at 08:03:07PM -0600, Mumit Khan wrote: >One thing will not work for noncygwin apps as currently implemented >-- signal handling -- since it depends on synchronizing with another >DLL, but that's not going to work due to serialization issues in >LoadLibrary. I can make it work, but since Chris is going to change >signal handling anyway ... Oops. I meant to comment on this as well. I've actually already changed signal handling in my sandbox and I ended up doing it in such a way that it doesn't necessarily have to break dynamic loading. At the very simplest, you could still call sigproc_init when dynamically loading. It just won't be deterministic when the process is ready to receive signals. But, then, this was the way cygwin B20.1 works anyway... cgf
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |