www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Managed to crash DMD

reply Arcane Jill <Arcane_member pathlink.com> writes:
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
next sibling parent "Walter" <newshound digitalmars.com> writes:
"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
prev sibling next sibling parent "The Dr ... who?" <thedr who.com> writes:
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
prev sibling parent reply Regan Heath <regan netwin.co.nz> writes:
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
parent Stephen Waits <steve waits.net> writes:
Regan Heath wrote:
 
 FYI You can turn that off .. (right-click)"My Computer"|Properties|Error 
 Reporting.. IIRC.
OMFG THANK YOU!!! --Steve
Jun 14 2004