emacs-devel
[Top][All Lists]
Advanced

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

Re: Watchpoints for emacs lisp.


From: alin.s
Subject: Re: Watchpoints for emacs lisp.
Date: Wed, 26 May 2010 03:38:00 -0700 (PDT)



Stefan Monnier wrote:
> 
> 
>> In which cases the access to this shared resource is concurrent?
> 
> If you build without -DSYNC_INPUT, Emacs may call malloc from
> asynchronous signal handlers (yes, it's usually considered as a no-no in
> Unix programming, which is why we have switched to SYNC_INPUT).
> 

In which situation it is useful to create new symbols in signal handlers ?

 

> Another case may have to do with the Gtk build which does use several
> threads (tho the extra ones are limited to the Gtk UI part and I'm not
> sure if they could interact with this).
> 

ok, thanks.


Alin.

-- 
View this message in context: 
http://old.nabble.com/Watchpoints-for-emacs-lisp.-tp28512483p28678945.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.




reply via email to

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