We are seeing Crash in /bin/ksh93 running KSH script.
+++++++++++++++++++++++++++++++++
#!/bin/ksh
test=`/bin/ls -l newdbg_script `
echo $test
+++++++++++++++++++++++++++++++++
[Thread debugging using libthread_db enabled]
[New Thread 0xf7de9190 (LWP 11826)]
[New process 11826]
Executing new program: /bin/ksh93
Error in re-setting breakpoint 1: Cannot access memory at address 0x77a810
Error in re-setting breakpoint 2: Function "main" not defined.
warning: Cannot initialize thread debugging library: generic error
(no debugging symbols found)
[New process 11826]
Executing new program: /bin/ksh93
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Program received signal SIGSEGV, Segmentation fault.
[Switching to process 11826]
0x00000000004bfd17 in ?? ()
(gdb) where
#0 0x00000000004bfd17 in ?? ()
#1 0x00000000004c0972 in ?? ()
#2 0x00000000004ac5a1 in ?? ()
#3 0x00000000004ad871 in ?? ()
#4 0x00000000004ada08 in ?? ()
#5 0x0000000000486967 in ?? ()
#6 0x0000000000430fd8 in ?? ()
#7 0x000000000044c1b6 in ?? ()
#8 0x0000000000446035 in ?? ()
#9 0x000000000042a6dc in ?? ()
#10 0x000000000042c1a8 in ?? ()
#11 0x000000000042f952 in ?? ()
#12 0x0000000000466489 in ?? ()
#13 0x000000000044bd0a in ?? ()
#14 0x0000000000407c74 in ?? ()
#15 0x000000000040710a in ?? ()
#16 0x00000035fdc1d994 in __libc_start_main () from /lib64/libc.so.6
#17 0x0000000000406339 in ?? ()
#18 0x00007fff23790258 in ?? ()
#19 0x0000000000000000 in ?? ()
(gdb) detach
Thanks
Pallav Singh