Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module compilation file descriptor leak #90

Open
GoogleCodeExporter opened this issue Aug 23, 2015 · 1 comment
Open

module compilation file descriptor leak #90

GoogleCodeExporter opened this issue Aug 23, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Spotted this doing this something else -- but it looks like we have a file 
descriptor leak of the .jsc file when the script compilation throws:

=1814== Open file descriptor 5: /opt/local/gpsee/libexec/.fs-base.jsc
==1814==    at 0x755C52: open$NOCANCEL$UNIX2003 (in /usr/lib/libSystem.B.dylib)
==1814==    by 0x79879: gpsee_compileScript (in 
/opt/local/gpsee/lib/libgpsee.dylib)
==1814==    by 0x75DDB: loadJSModule (in /opt/local/gpsee/lib/libgpsee.dylib)
==1814==    by 0x767B1: loadDiskModule_inDir (in 
/opt/local/gpsee/lib/libgpsee.dylib)
==1814==    by 0x768DB: loadDiskModule_onPath (in 
/opt/local/gpsee/lib/libgpsee.dylib)
==1814==    by 0x76BDE: loadDiskModule (in /opt/local/gpsee/lib/libgpsee.dylib)
==1814==    by 0x7749A: gpsee_loadModule (in 
/opt/local/gpsee/lib/libgpsee.dylib)

This particular script had a syntax error in it (new was used a variable name).

Original issue reported on code.google.com by wes@page.ca on 26 Sep 2011 at 2:06

@GoogleCodeExporter
Copy link
Author

Donny, was this fixed yet?

Original comment by wes@page.ca on 5 Sep 2012 at 3:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant