Rafael Baldiati Parizi
2011-Nov-22 20:30 UTC
[LLVMdev] LLVM native code and GDB -> Segmentation Fault
Hi Duncan, it is my program that dies. Moreover, if I run ./program.native, it works. You are missing something? 2011/11/22 Duncan Sands <baldrick at free.fr>> Hi Rafael, is it your program that dies with a segfault, or is it gdb that > dies? > > Ciao, Duncan. > > > I have a problem with the generation of native code. > > I'm wanting to run a native code with GDB. > > When I run the program with "/lli program.bc/ -> OK, > > but if I do /"llc program.bc -o program.s/ " and then "/gcc -g program.s > -o > > program.native/" results in an error when running under GDB. > > > > Error = Segmentation fault. > > > > How can I solve this problem? > > > > Bye > > > > -- > > */Rafael Parizi/* > > > > > > > > > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-- *Rafael Parizi* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111122/9b0fd0c4/attachment.html>
Duncan Sands
2011-Nov-22 20:40 UTC
[LLVMdev] LLVM native code and GDB -> Segmentation Fault
Hi Rafael,> it is my program that dies.try running it under valgrind. Ciao, Duncan.> > Moreover, if I run ./program.native, it works. > > You are missing something? > > > 2011/11/22 Duncan Sands <baldrick at free.fr <mailto:baldrick at free.fr>> > > Hi Rafael, is it your program that dies with a segfault, or is it gdb that dies? > > Ciao, Duncan. > > > I have a problem with the generation of native code. > > I'm wanting to run a native code with GDB. > > When I run the program with "/lli program.bc/ -> OK, > > but if I do /"llc program.bc -o program.s/ " and then "/gcc -g program.s -o > > program.native/" results in an error when running under GDB. > > > > Error = Segmentation fault. > > > > How can I solve this problem? > > > > Bye > > > > -- > > */Rafael Parizi/* > > > > > > > > > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > > -- > */Rafael Parizi/* > > >
Rafael Baldiati Parizi
2011-Nov-22 21:27 UTC
[LLVMdev] LLVM native code and GDB -> Segmentation Fault
But the error is related to a conversion between llvm and gcc in "gcc-program.s -o program"? I need to use GDB to make an extraction of the information generated by GDB. For other programs, the process that wrote the first post worked perfectly, except for some. That this is the problem, for the compilation is the need to inform the -lm to link math libraries. It could be related to this -lm argument ? 2011/11/22 Duncan Sands <baldrick at free.fr>> Hi Rafael, > > > it is my program that dies. >> > > try running it under valgrind. > > Ciao, Duncan. > > >> Moreover, if I run ./program.native, it works. >> >> You are missing something? >> >> >> 2011/11/22 Duncan Sands <baldrick at free.fr <mailto:baldrick at free.fr>> >> >> >> Hi Rafael, is it your program that dies with a segfault, or is it gdb >> that dies? >> >> Ciao, Duncan. >> >> > I have a problem with the generation of native code. >> > I'm wanting to run a native code with GDB. >> > When I run the program with "/lli program.bc/ -> OK, >> > but if I do /"llc program.bc -o program.s/ " and then "/gcc -g >> program.s -o >> > program.native/" results in an error when running under GDB. >> > >> > Error = Segmentation fault. >> > >> > How can I solve this problem? >> > >> > Bye >> > >> > -- >> > */Rafael Parizi/* >> > >> > >> > >> > >> > >> > ______________________________**_________________ >> > LLVM Developers mailing list >> > LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >> http://llvm.cs.uiuc.edu >> >> > http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev> >> >> ______________________________**_________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >> http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev> >> >> >> >> >> -- >> */Rafael Parizi/* >> >> >> >> >-- *Rafael Parizi* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111122/46b9891a/attachment.html>
Maybe Matching Threads
- [LLVMdev] LLVM native code and GDB -> Segmentation Fault
- [LLVMdev] LLVM native code and GDB -> Segmentation Fault
- [LLVMdev] LLVM native code and GDB -> Segmentation Fault
- [LLVMdev] LLVM native code and GDB -> Segmentation Fault
- [LLVMdev] Fwd: LLVM IR Branchs