[Issue 2575] gdb can not show code

2009-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2575 --- Comment #8 from mihail.zen...@gmail.com 2009-02-25 20:46 --- It undocumented but widely used. IMHO better use them for mangled name than DW_AT_name. Current way violates DWARF: "Because the names of program objects described by D

[Issue 2691] New: Property syntax does not work with template methods

2009-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2691 Summary: Property syntax does not work with template methods Product: D Version: 1.00 Platform: PC OS/Version: Linux Status: NEW Keywords: rejects-valid Severity: n

Re: [Issue 2690] New: DMD aborts with MALLOC_CHECK_ set

2009-02-25 Thread Denis Koroskin
On Thu, 26 Feb 2009 03:24:06 +0300, Jarrett Billingsley wrote: On Wed, Feb 25, 2009 at 7:05 PM, Denis Koroskin <2kor...@gmail.com> wrote: On Thu, 26 Feb 2009 02:27:43 +0300, Lutger wrote: Also happens in dmd 2.025 When MALLOC_CHECK_ set to 1, I get the following message: *** glibc det

Re: OSX stream seek/read problem

2009-02-25 Thread wade
looks like a candidate. Probably a bug in phobos. Kagamin Wrote: > Kagamin Wrote: > > > wade Wrote: > > > > > Seek not working properly perhaps? > > > > May be related... > > http://www.opendarwin.info/opendarwin.org/en/faq/ch04.html#lseek > > seems like phobos needs some error handling.

Re: [Issue 2690] New: DMD aborts with MALLOC_CHECK_ set

2009-02-25 Thread Jarrett Billingsley
On Wed, Feb 25, 2009 at 7:05 PM, Denis Koroskin <2kor...@gmail.com> wrote: > On Thu, 26 Feb 2009 02:27:43 +0300, Lutger > wrote: > >> Also happens in dmd 2.025 >> >> When MALLOC_CHECK_ set to 1, I get the following message: >> >> *** glibc detected *** dmd: realloc(): invalid pointer: 0x08d2c6a8 *

Re: [Issue 2690] New: DMD aborts with MALLOC_CHECK_ set

2009-02-25 Thread Denis Koroskin
On Thu, 26 Feb 2009 02:27:43 +0300, Lutger wrote: Also happens in dmd 2.025 When MALLOC_CHECK_ set to 1, I get the following message: *** glibc detected *** dmd: realloc(): invalid pointer: 0x08d2c6a8 *** Segmentation fault Perhaps, you may want to post it to bugzilla, instead?

Re: [Issue 2690] New: DMD aborts with MALLOC_CHECK_ set

2009-02-25 Thread Lutger
Also happens in dmd 2.025 When MALLOC_CHECK_ set to 1, I get the following message: *** glibc detected *** dmd: realloc(): invalid pointer: 0x08d2c6a8 *** Segmentation fault

[Issue 2690] New: DMD aborts with MALLOC_CHECK_ set

2009-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2690 Summary: DMD aborts with MALLOC_CHECK_ set Product: D Version: 1.040 Platform: Other OS/Version: Linux Status: NEW Keywords: ice-on-invalid-code Severity: regressio

Re: OSX stream seek/read problem

2009-02-25 Thread Kagamin
Kagamin Wrote: > wade Wrote: > > > Seek not working properly perhaps? > > May be related... > http://www.opendarwin.info/opendarwin.org/en/faq/ch04.html#lseek seems like phobos needs some error handling.

Re: OSX stream seek/read problem

2009-02-25 Thread Kagamin
wade Wrote: > Seek not working properly perhaps? May be related... http://www.opendarwin.info/opendarwin.org/en/faq/ch04.html#lseek

[Issue 2689] New: seek behaves incorrectly on MAC OSX

2009-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2689 Summary: seek behaves incorrectly on MAC OSX Product: D Version: 1.040 Platform: Macintosh OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 C

OSX stream seek/read problem

2009-02-25 Thread wade
The following code behaves differently on OSX than LINUX (DMD 1.040): import std.stdio; import std.stream; import std.file; int Lines(Stream f) { int ln = 0; foreach (char[] line; f) ln++; return ln; } void main(char[][] args) { auto f = new BufferedFile(args[1]); int l = Lines(f);

[Issue 675] %a format has an out-by-1 bug for denormals.

2009-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=675 clugd...@yahoo.com.au changed: What|Removed |Added Summary|%a format is wrong for |%a format has an out-by-1