[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2013-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 Martin Nowak changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #21 from Martin Nowak

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #20 from Sean Kelly 2011-09-14 13:51:11 PDT --- I've added BlkAttr.NONE as a default for this enum. Seems like an easy way to avoid weird errors like this. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #19 from Steven Schveighoffer 2011-09-14 05:22:43 PDT --- (In reply to comment #17) > There is also a deterministic bug happening due to an oversight in the > finalization design. Finalization is done in memory order and does not

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-09-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 d...@dawgfoto.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-09-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 d...@dawgfoto.de changed: What|Removed |Added CC||d...@dawgfoto.de --- Comment #17 fro

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #16 from Don 2011-09-06 01:24:59 PDT --- *** Issue 5766 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 David Simcha changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #14 from

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #13 from changlon 2011-08-08 19:57:26 PDT --- The struct implement with issue test case : http://gool.googlecode.com/files/jade_dtor_bug.tar.bz2 the class implement without issue test case : http://gool.googlecode.com/files/jade_dt

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #12 from changlon 2011-08-08 19:46:06 PDT --- I think the bug is not because class cast . in the code i have Token and ASTNode, The Token is struct and ASTNode is class. if I apply them both on heap then it working fine, if I onl

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #11 from changlon 2011-07-17 19:39:01 PDT --- I do not understand the mechanism of druntime , this problem has troubled me for a long time . According to my simple understanding, the following code does not cover up the failure, Bu

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #10 from Steven Schveighoffer 2011-07-15 05:49:10 PDT --- So here is what I can learn from this information: 1. The crash is happening on the final collection cycle when the runtime is shutting down. 2. The memory block (pointer v

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #9 from changlon 2011-07-14 18:12:04 PDT --- Starting program: /web/www/tmp/jade/jade2test [Thread debugging using libthread_db enabled] f = 0x4fc4b0,32, t = 0x713030,32, size = 1 f = 0x4fed20,176, t = 0x77ed5f00,176, size = 1

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #8 from Steven Schveighoffer 2011-07-14 09:45:27 PDT --- I meant a stack trace from gdb... use bt I think. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #7 from changlon 2011-07-14 07:40:42 PDT --- Hi Steven Schveighoffer , I import core.runtime, but the stack trace is not auto printed . Can you tell how to print the stack trace ? -- Configure issuemail: http://d.puremagic.com/i

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #6 from Steven Schveighoffer 2011-07-14 04:47:25 PDT --- A stack trace would help. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #5 from changlon 2011-07-13 21:34:15 PDT --- @Steven Schveighoffer thank you . I update my dmd to 2.054, and build the debug libphobos2 on linux , use gdb catch this error . ---

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-05-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-05-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #3 from changlon 2011-05-27 03:13:15 PDT --- I have no idea how to reduce this test case or how to trace the bug. I build the project with -g -debug, then run gdb . But the error is not in the project code . it is in the druntime.

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #2 from changlon 2011-05-16 18:48:44 PDT --- The same code work fine in Win32, the runtime rt_finalize error is since dmd 2.052. The Win32 dmd 2.052 has same problem , but fiexd in dmd 2.053 . -- Configure issuemail: http://

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #1 from changlon 2011-05-16 02:21:42 PDT --- I notice that if throw exception in dtor will cause some problem , but in this case is no exception, and also no dtor exists . the package I post here dtor is still exists, you can remov