Comment #1 on issue 630 by uale...@gmail.com: Gambas signal 11 on external  
calls, if a previous call (function doesn't exist in library)
https://code.google.com/p/gambas/issues/detail?id=630

Small updated, i looked in the "gbx_extern.c" ... I think the following  
happens:

In the routine "get_library" the file-handle is retrieved, BUT if the  
library is opened in a previous call and a next call fails, the file-handle  
is close. At the next call it is assumed the library is still opened, but  
the file-handle is closed in the previous error handling.

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to