This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/20326] Segment fault in execvpe.c


https://sourceware.org/bugzilla/show_bug.cgi?id=20326

--- Comment #1 from n0va8o.lau at gmail dot com ---
>>> bt
#0  __execvpe (file=0x0, argv=0x0, envp=0x7fffffffddf8) at execvpe.c:50
#1  0x0000000000400544 in main ()
#2  0x00007ffff7a2e830 in __libc_start_main (main=0x400526 <main>, argc=0x1,
argv=0x7fffffffdde8, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffddd8) at ../csu/libc-start.c:291
#3  0x0000000000400459 in _start ()
>>> bt full
#0  __execvpe (file=0x0, argv=0x0, envp=0x7fffffffddf8) at execvpe.c:50
No locals.
#1  0x0000000000400544 in main ()
No symbol table info available.
#2  0x00007ffff7a2e830 in __libc_start_main (main=0x400526 <main>, argc=0x1,
argv=0x7fffffffdde8, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffddd8) at ../csu/libc-start.c:291
        result = <optimized out>
        unwind_buf = {
          cancel_jmp_buf = {[0x0] = {
              jmp_buf = {[0x0] = 0x0, [0x1] = 0x81beeee78893a0ca, [0x2] =
0x400430, [0x3] = 0x7fffffffdde0, [0x4] = 0x0, [0x5] = 0x0, [0x6] =
0x7e4111983813a0ca, [0x7] = 0x7e4101224de3a0ca}, 
              mask_was_saved = 0x0
            }}, 
          priv = {
            pad = {[0x0] = 0x0, [0x1] = 0x0, [0x2] = 0x4005c0
<__libc_csu_fini>, [0x3] = 0x7ffff7de78e0 <_dl_fini>}, 
            data = {
              prev = 0x0, 
              cleanup = 0x0, 
              canceltype = 0x4005c0
            }
          }
        }
        not_first_call = <optimized out>
#3  0x0000000000400459 in _start ()

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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