We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amtider segfaults when I try a redirect.
[New LWP 15777] Core was generated by `./amtider -u admin -p ************** -f ./fdboot.img -c ./b.iso 192.168.1.171'. Program terminated with signal 11, Segmentation fault. #0 copy_array (data=0x7fffdb9da7a0 "T", request=0x0, len=34, start=0) at redir.c:414 414 request[i]=data[i-start]; Missing separate debuginfos, use: zypper install glibc-debuginfo-2.14.1-14.27.1.x86_64 (gdb) bt #0 copy_array (data=0x7fffdb9da7a0 "T", request=0x0, len=34, start=0) at redir.c:414 #1 send_data (r=0x7fffdb9da8f0, request=0x0, len=0x7fffdb9da87c) at redir.c:517 #2 0x00000000004041bc in ider_command_handle (r=0x7fffdb9da8f0) at redir.c:544 #3 0x0000000000405e83 in redir_data (r=0x7fffdb9da8f0) at redir.c:977 #4 0x00000000004015e3 in redir_loop (r=0x7fffdb9da8f0) at amtider.c:107 #5 main (argc=<optimized out>, argv=<optimized out>) at amtider.c:215 (gdb) f 1 #1 send_data (r=0x7fffdb9da8f0, request=0x0, len=0x7fffdb9da87c) at redir.c:517 517 request=copy_array(0,IDER_DATA_HEADER_LEN,request,data); (gdb) i locals data = "T\000\000\002\203\000\000\000\000\000\020\000\265\000\002\000\000\020\240X\205\000\003\000\000\000\240P\000\000\000\000\000\000" pos = <optimized out> (gdb) p request $1 = (unsigned char *) 0x0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Amtider segfaults when I try a redirect.
The text was updated successfully, but these errors were encountered: