[Gambas-user] Issue 630 in gambas: Gambas signal 11 on external calls, if a previous call (function doesn't exist in library)

gambas at ...2524... gambas at ...2524...
Mon Jul 27 20:36:47 CEST 2015


Comment #1 on issue 630 by uAle... at ...626...: 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




More information about the User mailing list