Thread overview
Managed to crash DMD
Jun 13, 2004
Arcane Jill
Jun 13, 2004
Walter
Jun 13, 2004
The Dr ... who?
Jun 13, 2004
Regan Heath
Jun 14, 2004
Stephen Waits
June 13, 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


June 13, 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!


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


June 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/
June 14, 2004
Regan Heath wrote:
> 
> FYI You can turn that off .. (right-click)"My Computer"|Properties|Error Reporting.. IIRC.

OMFG THANK YOU!!!

--Steve