[Issue 4809] Stack trace when throwing exception misses location of the throw statement

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4809

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|D1  D2 |D2

--


[Issue 4809] Stack trace when throwing exception misses location of the throw statement

2013-11-30 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4809


Rainer Schuetze r.sagita...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #4 from Rainer Schuetze r.sagita...@gmx.de 2013-11-30 02:25:29 
PST ---
According to the commit date and the changelog, this should be fixed since dmd
2.061. (I also tested it now with the reported test case).

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4809] Stack trace when throwing exception misses location of the throw statement

2012-07-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4809



--- Comment #3 from github-bugzi...@puremagic.com 2012-07-22 21:24:32 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/dcc5a08e8b4ac9de869d727ceea3d407c7f92d00
Revert Merge pull request #80 from rainers/issue4809

This reverts commit 80625a2fc87a830aa538f2f58579019c661ceac9, reversing
changes made to ce783fff516d21c253edfecb40982c833add3e4b.

https://github.com/D-Programming-Language/druntime/commit/0baa13d9df06b0a27e9b8004ecdd5e8ef338adae
fix Issue 4809

- set up a stackframe for _d_throwc so that
  the caller is listed in the trace

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4809] Stack trace when throwing exception misses location of the throw statement

2012-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4809



--- Comment #2 from github-bugzi...@puremagic.com 2012-07-08 13:51:50 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/80625a2fc87a830aa538f2f58579019c661ceac9
Merge pull request #80 from rainers/issue4809

Issue 4809: Help the stack walker to find the location of a throw statement

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4809] Stack trace when throwing exception misses location of the throw statement

2011-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4809



--- Comment #1 from Rainer Schuetze r.sagita...@gmx.de 2011-10-15 01:26:26 
PDT ---
The patch here is no longer valid, because deh.c has been translated to d some
time back.

Instead, use this:
https://github.com/D-Programming-Language/druntime/pull/80

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---