digitalmars.D - Managed to crash DMD
- Arcane Jill <Arcane_member pathlink.com> Jun 12 2004
- "Walter" <newshound digitalmars.com> Jun 13 2004
- "The Dr ... who?" <thedr who.com> Jun 13 2004
- Regan Heath <regan netwin.co.nz> Jun 13 2004
- Stephen Waits <steve waits.net> Jun 14 2004
This code:if (!std.ctype,isalnum(s[i])) s[i] = ' ';
made DMD crash. Observe the typo there (comma instead of dot). Windows XP helpfully asked me if I wanted to report the problem to Microsoft. As if! Arcane Jill
Jun 12 2004
"Arcane Jill" <Arcane_member pathlink.com> wrote in message news:cags55$1ss8$1 digitaldaemon.com...This code:if (!std.ctype,isalnum(s[i])) s[i] = ' ';
made DMD crash. Observe the typo there (comma instead of dot). Windows XP helpfully asked me if I wanted to report the problem to Microsoft. As if!
Please post bugs in the digitalmars.D.bugs newsgroup. Also, I need a reproducible example so I can fix it. Thanks!
Jun 13 2004
You should post bugs on the bugs NG, as it might get ignored / in the way on this one. :) "Arcane Jill" <Arcane_member pathlink.com> wrote in message news:cags55$1ss8$1 digitaldaemon.com...This code:if (!std.ctype,isalnum(s[i])) s[i] = ' ';
made DMD crash. Observe the typo there (comma instead of dot). Windows XP helpfully asked me if I wanted to report the problem to Microsoft. As if! Arcane Jill
Jun 13 2004
On Sun, 13 Jun 2004 06:27:49 +0000 (UTC), Arcane Jill <Arcane_member pathlink.com> wrote:This code:if (!std.ctype,isalnum(s[i])) s[i] = ' ';
made DMD crash. Observe the typo there (comma instead of dot). Windows XP helpfully asked me if I wanted to report the problem to Microsoft. As if!
FYI You can turn that off .. (right-click)"My Computer"|Properties|Error Reporting.. IIRC. Regan -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Jun 13 2004
Regan Heath wrote:FYI You can turn that off .. (right-click)"My Computer"|Properties|Error Reporting.. IIRC.
OMFG THANK YOU!!! --Steve
Jun 14 2004









"Walter" <newshound digitalmars.com> 