[Bug fortran/46686] Improve backtracing (unwinding) on non-glibc targets

2016-01-31 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46686 Janne Blomqvist changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/46686] Improve backtracing (unwinding) on non-glibc targets

2011-11-22 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46686 Janne Blomqvist changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|jb at gcc dot gn

[Bug fortran/46686] Improve backtracing (unwinding) on non-glibc targets

2011-11-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46686 --- Comment #9 from Tobias Burnus 2011-11-09 20:13:09 UTC --- (In reply to comment #8) > I thought that fork, exec, and pipe, which are necessary for starting and > interacting with the addr2line process are not supported on mingw? I just asked

[Bug fortran/46686] Improve backtracing (unwinding) on non-glibc targets

2011-11-09 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46686 --- Comment #8 from Janne Blomqvist 2011-11-09 19:38:49 UTC --- (In reply to comment #7) > (In reply to comment #6) > > TODO: For Windows, one should be able to make use of SymFromAddr + > > SymGetLineFromAddr64 + IMAGEHLP_LINE64 to obtain the sy

[Bug fortran/46686] Improve backtracing (unwinding) on non-glibc targets

2011-11-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46686 --- Comment #7 from Tobias Burnus 2011-11-09 19:26:09 UTC --- (In reply to comment #6) > TODO: For Windows, one should be able to make use of SymFromAddr + > SymGetLineFromAddr64 + IMAGEHLP_LINE64 to obtain the symbol name Kai points out that th

[Bug fortran/46686] Improve backtracing (unwinding) on non-glibc targets

2011-11-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46686 --- Comment #6 from Tobias Burnus 2011-11-09 17:57:57 UTC --- With addr2line, the output looks like: #5 0x40064C in MAIN__ at test.f90:6 without #5 0x40064C TODO: For Windows, one should be able to make use of SymFromAddr + SymGetLineFromA

[Bug fortran/46686] Improve backtracing (unwinding) on non-glibc targets

2011-11-09 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46686 --- Comment #5 from Janne Blomqvist 2011-11-09 17:52:19 UTC --- Author: jb Date: Wed Nov 9 17:52:11 2011 New Revision: 181217 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181217 Log: PR 46686 Fix incorrect comment. 2011-11-09 Janne B

[Bug fortran/46686] Improve backtracing (unwinding) on non-glibc targets

2011-11-09 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46686 --- Comment #4 from Janne Blomqvist 2011-11-09 16:04:47 UTC --- Author: jb Date: Wed Nov 9 16:04:42 2011 New Revision: 181209 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181209 Log: PR 46686 Implement backtrace with _Unwind_Backtrace

[Bug fortran/46686] Improve backtracing (unwinding) on non-glibc targets

2011-11-01 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46686 Janne Blomqvist changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|