Bug #1
Trying to run a shell script using ./ results in the DynamicLinker trying to run the script
| Status: | Closed | Start: | 06/12/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 100% |
|
| Category: | - | Spent time: | - | |
| Target version: | Foster |
Description
(Moved from github: original issue by lsproc)
If you try to execute a shell script (such as a configure script), or even a non shell script such as a C code file, then the DynamicLinker will try to execute the file and crash and burn as you would expect.
When executing a code file: breakpoint as it knows it aint an ELF.
When executing a shell script: pagefault
History
Updated by Matthew Iselin over 2 years ago
- Status changed from New to Closed
- Target version set to Foster
- % Done changed from 0 to 100
Fixed.