Displaying 1 result from an estimated 1 matches for "argv_ptr".
Did you mean:
  arg_ptr
  
2005 Jul 29
2
segment fault with 2.6.6 or CVS
...crashed in daemon mode (started standalone or by xinetd)
Here is the gdb log
gdb ...
set follow-fork-mode child
run  --daemon --no-detach 
Program received signal SIGSEGV, Segmentation fault.
[Switching to process 32521]
0x08056577 in glob_expand (base1=0x5 <Address 0x5 out of bounds>, 
    argv_ptr=0xbfa4a20c, argc_ptr=0xbfa4a210, maxargs_ptr=0xbfa4a214)
    at util.c:548
548                             if (!(argv[argc++] = strdup(globbuf.gl_pathv[i])))
(gdb) where
#0  0x08056577 in glob_expand (base1=0x5 <Address 0x5 out of bounds>, 
    argv_ptr=0xbfa4a20c, argc_ptr=0xbfa4a210, maxarg...