Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

create test - Android can't launch executable with path over 127 characters. Make sure LLDB gracefully returns an error #23373

Open Quuxplusone opened 9 years ago

Quuxplusone commented 9 years ago
Bugzilla Link PR23374
Status NEW
Importance P normal
Reported by Vince Harron (vince@nethacker.com)
Reported on 2015-04-29 10:54:01 -0700
Last modified on 2015-05-07 05:44:33 -0700
Version unspecified
Hardware PC Linux
CC jsweval@arxan.com, tamas@hudson-trading.com
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also
Quuxplusone commented 9 years ago

Part of the problem is that LLDB always try to launch the inferior with absolute path what is usually longer then the relative path. Launching it with a relative path will be successful in more case (or probably trying both of them).