Permission denied can apply to a bunch of different things: 1 - no permissions for the executable or the executable is from a different user 2 - one of the file rules was using a file that someone didn't have correct permissions (usually the stdin/out/err file handles that we pass down)
So you will need to check the permissions of the executable you are launching and also the files for stdin/out/err. On Nov 22, 2013, at 1:37 PM, Yin Ma <[email protected]> wrote: > Hi, > > When using lldb with Maverick to debug a java application, a permission deny > error on posix_spawnp. > Error: error: ::posix_spawnp( pid => 88852, path = … err = permission denied. > > Does lldb has any limitation on this? What’s the possible way to fix this? > > Thanks, > > Yin > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
