[Issue 9598] Cannot use moveFront on MapResult!(lambda, ByLine!(char, char))

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 27 05:02:10 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9598


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #2 from bearophile_hugs at eml.cc 2013-02-27 05:02:04 PST ---
(In reply to comment #0)

> Then the code compiles, but produces a runtime error (when files are in data
> directory and named *.out):
> 
> object.Error: Access Violation
> ----------------
> 0x00429674
> 0x004294FF
> 0x7730B459 in LdrRemoveLoadAsDataTable
> 0x7730B42B in LdrRemoveLoadAsDataTable
> 0x772C0133 in KiUserExceptionDispatcher
> 0x0018F6E8
> 0x0018F738
> ----------------

In such cases it's better to _also_ compile with -g, that shows an error in
void* gc.gcx.GC.mallocNoSync(uint, uint, uint*).

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


More information about the Digitalmars-d-bugs mailing list