You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
wes@page.ca
on 26 Sep 2011 at 2:06The text was updated successfully, but these errors were encountered: