Hi,
Compiling eclI have obtained the following error:
| Attempted to give up lock #<lock EXT:RUN-PROGRAM> that is not owned
by process #<process SI:SIGNAL-SERVICING>
I'm using the git code compiled with: --enable-threads.
The OS is "Linux 2.6.32-38-generic #83-Ubuntu SMP i686 GNU/Linux".

I fix it removing the "ECL_WITH_LOCK_" from the function "defun
si::wait-for-all-processes" of the file "unixsys.d".

289c289
<                 //ECL_WITH_LOCK_BEGIN(env, cl_core.external_processes_lock) {
---
>                 ECL_WITH_LOCK_BEGIN(env, cl_core.external_processes_lock) {
291c291
<                       //      } ECL_WITH_LOCK_END(env, 
cl_core.external_processes_lock);
---
>                       } ECL_WITH_LOCK_END(env, 
> cl_core.external_processes_lock);


-- 
The basic tool for the manipulation of reality is the manipulation of
words. If you can control the meaning of words, you can control the
people who must use the words.
                   How To Build A Universe That Doesn't Fall Apart Two
Days Later
                   Philip K. Dick

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to