This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug external/11730] New: iconv: error trying to exec 'iconv': execvp: No such file or directory


dave@hiauly6:~/gnu/gdb/objdir/gdb$ ./gdb
iconv: error trying to exec 'iconv': execvp: No such file or directory
dave@hiauly6:~/gnu/gdb/objdir/gdb$ iconv --version
iconv (Debian EGLIBC 2.11.1-3) 2.11.1

Breakpoint 3, pex_run_in_environment (obj=0x4bccd8, flags=10, 
    executable=0x3de480 "iconv", argv=0xbfff5638, env=0x4b5ac0, 
    orig_outname=0x0, errname=0x0, err=0xbfff5644)
    at ../../src/libiberty/pex-common.c:165
165       in = -1;
(top-gdb) p argv[0]
$3 = 0x3de480 "iconv"
(top-gdb) p argv[1]
$4 = 0x3de488 "-l"
(top-gdb) p argv[2]
$5 = 0x0

(top-gdb) p env[9]
$15 = 0x4b8c50 "PATH=/home/dave/opt/gnu/bin:/usr/local/bin:/usr/bin:/bin:/usr/bi

(top-gdb) p env[18]
$24 = 0x4b5a90 "LANGUAGE=C"
(top-gdb) p env[19]
$25 = 0x4b46f8 "LC_ALL=C"
(top-gdb) p env[20]
$26 = 0x0

-- 
           Summary: iconv: error trying to exec 'iconv': execvp: No such
                    file or directory
           Product: gdb
           Version: 7.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: external
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gdb-prs at sourceware dot org
 GCC build triplet: hppa-unknown-linu-gnu
  GCC host triplet: hppa-unknown-linu-gnu
GCC target triplet: hppa-unknown-linu-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=11730

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]