[Issue 8775] New: 2.059 worked 2.060 does not: Range Violation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 7 04:40:09 PDT 2012


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

           Summary: 2.059 worked 2.060 does not: Range Violation
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: druntime
        AssignedTo: nobody at puremagic.com
        ReportedBy: russel at winder.org.uk


--- Comment #0 from Russel Winder <russel at winder.org.uk> 2012-10-07 04:28:08 PDT ---
Created an attachment (id=1147)
pi_d_threadsGlobalState_array_iterative.d

The attached code compiles and executes fine under 2.059 on Debian Unstable
installed using the distribution deb. Using 2.060 however the following error
obtains:

core.exception.RangeError at pi_d_threadsGlobalState_array_iterative(42): Range
violation
----------------
/tmp/.rdmd-1000/rdmd-pi_d_threadsGlobalState_array_iterative.d-78EB353AE451236DB347EDE2878B2CA4/pi_d_threadsGlobalState_array_iterative(_d_array_bounds+0x26)
[0x4585f2]
/tmp/.rdmd-1000/rdmd-pi_d_threadsGlobalState_array_iterative.d-78EB353AE451236DB347EDE2878B2CA4/pi_d_threadsGlobalState_array_iterative()
[0x453d6a]
/tmp/.rdmd-1000/rdmd-pi_d_threadsGlobalState_array_iterative.d-78EB353AE451236DB347EDE2878B2CA4/pi_d_threadsGlobalState_array_iterative(void
pi_d_threadsGlobalState_array_iterative.execute(immutable(int))+0xc3)
[0x44bd6f]
/tmp/.rdmd-1000/rdmd-pi_d_threadsGlobalState_array_iterative.d-78EB353AE451236DB347EDE2878B2CA4/pi_d_threadsGlobalState_array_iterative(_Dmain+0x28)
[0x44bf4c]
/tmp/.rdmd-1000/rdmd-pi_d_threadsGlobalState_array_iterative.d-78EB353AE451236DB347EDE2878B2CA4/pi_d_threadsGlobalState_array_iterative(extern
(C) int rt.dmain2.main(int, char**).void runMain()+0x1c) [0x458dc4]
/tmp/.rdmd-1000/rdmd-pi_d_threadsGlobalState_array_iterative.d-78EB353AE451236DB347EDE2878B2CA4/pi_d_threadsGlobalState_array_iterative(extern
(C) int rt.dmain2.main(int, char**).void tryExec(scope void delegate())+0x2a)
[0x45873e]
/tmp/.rdmd-1000/rdmd-pi_d_threadsGlobalState_array_iterative.d-78EB353AE451236DB347EDE2878B2CA4/pi_d_threadsGlobalState_array_iterative(extern
(C) int rt.dmain2.main(int, char**).void runAll()+0x3b) [0x458e0b]
/tmp/.rdmd-1000/rdmd-pi_d_threadsGlobalState_array_iterative.d-78EB353AE451236DB347EDE2878B2CA4/pi_d_threadsGlobalState_array_iterative(extern
(C) int rt.dmain2.main(int, char**).void tryExec(scope void delegate())+0x2a)
[0x45873e]
/tmp/.rdmd-1000/rdmd-pi_d_threadsGlobalState_array_iterative.d-78EB353AE451236DB347EDE2878B2CA4/pi_d_threadsGlobalState_array_iterative(main+0xd1)
[0x4586c9]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd) [0x7fb55551bead]

-- 
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